telem3-fw/west.yml
2024-03-31 11:31:24 -05:00

22 lines
588 B
YAML

manifest:
self:
west-commands: scripts/west-commands.yml
remotes:
- name: zephyrproject-rtos
url-base: https://github.com/zephyrproject-rtos
projects:
- name: zephyr
remote: zephyrproject-rtos
revision: main
import:
# By using name-allowlist we can clone only the modules that are
# strictly needed by the application.
name-allowlist:
- fatfs
- cmsis-dsp
- mcuboot
- cmsis # required by the ARM port
- hal_stm32 # required by the nucleo_f302r8 board (STM32 based)