Home
last modified time | relevance | path

Searched +full:zephyrproject +full:- +full:rtos (Results 1 – 2 of 2) sorted by relevance

/hal_intel-latest/.github/workflows/
Dcheckpatch.yml7 permissions: read-all
11 runs-on: ubuntu-22.04
13 - name: Checkout Code
16 - name: Download Checkpatch Files from Zephyr RTOS
19 …wget https://github.com/zephyrproject-rtos/zephyr/raw/main/scripts/checkpatch.pl -O ./checkpatch.pl
21 … wget https://github.com/zephyrproject-rtos/zephyr/raw/main/.checkpatch.conf -O ./.checkpatch.conf
22 … wget https://github.com/zephyrproject-rtos/zephyr/raw/main/scripts/spelling.txt -O ./spelling.txt
23 echo "--ignore PREFER_ALIGNED" >> ./.checkpatch.conf
24 echo "--ignore NEW_TYPEDEFS" >> ./.checkpatch.conf
25 echo "--ignore PREFER_PACKED" >> ./.checkpatch.conf
[all …]
Diut_zephyr_build.yml7 - cron: '0 20 * * 2,6'
9 permissions: read-all
13 runs-on: ubuntu-22.04
15 image: ghcr.io/zephyrproject-rtos/ci:v0.26.4
17 ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.16.1
20 - name: Apply container owner mismatch workaround
26 git config --global --add safe.directory ${GITHUB_WORKSPACE}
28 - name: Checkout Zephyr
32 - name: Checkout Intel HAL
37 - name: Build IUT Test for ISH 5.4.1
[all …]