Searched +full:zephyrproject +full:- +full:rtos (Results 1 – 2 of 2) sorted by relevance
7 permissions: read-all11 runs-on: ubuntu-22.0413 - name: Checkout Code16 - name: Download Checkpatch Files from Zephyr RTOS19 …wget https://github.com/zephyrproject-rtos/zephyr/raw/main/scripts/checkpatch.pl -O ./checkpatch.pl21 … wget https://github.com/zephyrproject-rtos/zephyr/raw/main/.checkpatch.conf -O ./.checkpatch.conf22 … wget https://github.com/zephyrproject-rtos/zephyr/raw/main/scripts/spelling.txt -O ./spelling.txt23 echo "--ignore PREFER_ALIGNED" >> ./.checkpatch.conf24 echo "--ignore NEW_TYPEDEFS" >> ./.checkpatch.conf25 echo "--ignore PREFER_PACKED" >> ./.checkpatch.conf[all …]
7 - cron: '0 20 * * 2,6'9 permissions: read-all13 runs-on: ubuntu-22.0415 image: ghcr.io/zephyrproject-rtos/ci:v0.26.417 ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.16.120 - name: Apply container owner mismatch workaround26 git config --global --add safe.directory ${GITHUB_WORKSPACE}28 - name: Checkout Zephyr32 - name: Checkout Intel HAL37 - name: Build IUT Test for ISH 5.4.1[all …]