Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects

greybus: port uart to zephyr

Open Jason Kridner requested to merge github/fork/harshilbhatt2001/uart-wip into main
Compare and
33 files
+ 655
886
Compare changes
  • Side-by-side
  • Inline
Files
33
@@ -7,13 +7,13 @@ jobs:
build:
runs-on: ubuntu-latest
container:
image: "zephyrprojectrtos/ci:v0.11.10"
image: "zephyrprojectrtos/ci:v0.20.0"
# This only works with the "matrix" strategy
#fail-fast: false
env:
ZEPHYR_BASE: ${{ github.workspace }}/zephyr
ZEPHYR_TOOLCHAIN_VARIANT: zephyr
ZEPHYR_SDK_INSTALL_DIR: /opt/sdk/zephyr-sdk-0.11.4
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.13.1
WS: ${{ github.workspace }}
GB: ${{ github.workspace }}/greybus
PATH: ${{ github.workspace }}/zephyr/scripts:${{ github.workspace }}/tools/net-tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin