We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5939755 commit afa9244Copy full SHA for afa9244
west.yml
@@ -13,4 +13,10 @@ manifest:
13
- name: zephyr
14
remote: zephyrproject-rtos
15
revision: main
16
- import: true
+ import:
17
+ # By using name-allowlist we can clone only the modules that are
18
+ # strictly needed by the application.
19
+ name-allowlist:
20
+ - cmsis # required by the ARM port
21
+ - hal_nordic # required by the custom_plank board (Nordic based)
22
+ - hal_stm32 # required by the nucleo_f302r8 board (STM32 based)
0 commit comments