mcuboot builds with west build -p -b mellifera_rev1 ../mcuboot/boot/zephyr/ -- -DCONF_FILE=$(pwd)/boot.conf
This commit is contained in:
6
west.yml
6
west.yml
@ -8,11 +8,14 @@ manifest:
|
||||
remotes:
|
||||
- name: zephyrproject-rtos
|
||||
url-base: https://github.com/zephyrproject-rtos
|
||||
- name: mcu-tools
|
||||
url-base: https://github.com/mcu-tools
|
||||
|
||||
projects:
|
||||
- name: zephyr
|
||||
remote: zephyrproject-rtos
|
||||
revision: main
|
||||
# revision: v3.6.0
|
||||
import:
|
||||
# By using name-allowlist we can clone only the modules that are
|
||||
# strictly needed by the application.
|
||||
@ -20,3 +23,6 @@ manifest:
|
||||
- cmsis # required by the ARM port
|
||||
- hal_nordic # required by the custom_plank board (Nordic based)
|
||||
- hal_stm32 # required by the nucleo_f302r8 board (STM32 based)
|
||||
- name: mcuboot
|
||||
remote: mcu-tools
|
||||
revision: v2.0.0
|
||||
|
Reference in New Issue
Block a user