telem3-fw/west.yml

22 lines
588 B
YAML
Raw Normal View History

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:
2024-03-31 16:31:24 +00:00
- fatfs
- cmsis-dsp
- mcuboot
- cmsis # required by the ARM port
- hal_stm32 # required by the nucleo_f302r8 board (STM32 based)