We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1bcfbe commit 0e8c08dCopy full SHA for 0e8c08d
.github/workflows/build.yml
@@ -10,7 +10,7 @@ jobs:
10
CMAKE_PREFIX_PATH: /opt/toolchains
11
steps:
12
- name: Checkout
13
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
14
with:
15
path: Arduino-Zephyr-API
16
west.yml
@@ -16,4 +16,8 @@ manifest:
- name: zephyr
17
remote: zephyrproject-rtos
18
revision: main
19
- import: true
+ import:
20
+ name-allowlist:
21
+ - cmsis # required by the ARM port
22
+ - hal_nordic # required by the custom_plank board (Nordic based)
23
+ - hal_ti
0 commit comments