telem3-fw/west.yml
2024-04-02 15:18:15 -05:00

23 lines
660 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)
- hal_st # required by the nucleo_f302r8 board (STM32 based)