mcuboot responded
This commit is contained in:
@ -38,3 +38,6 @@ CONFIG_CBPRINTF_NANO=y
|
|||||||
### Use the minimal C library to reduce flash usage
|
### Use the minimal C library to reduce flash usage
|
||||||
CONFIG_MINIMAL_LIBC=y
|
CONFIG_MINIMAL_LIBC=y
|
||||||
|
|
||||||
|
|
||||||
|
CONFIG_UART_CONSOLE=n
|
||||||
|
CONFIG_MCUBOOT_SERIAL=y
|
||||||
|
3
west.yml
3
west.yml
@ -23,6 +23,7 @@ manifest:
|
|||||||
- cmsis # required by the ARM port
|
- cmsis # required by the ARM port
|
||||||
- hal_nordic # required by the custom_plank board (Nordic based)
|
- hal_nordic # required by the custom_plank board (Nordic based)
|
||||||
- hal_stm32 # required by the nucleo_f302r8 board (STM32 based)
|
- hal_stm32 # required by the nucleo_f302r8 board (STM32 based)
|
||||||
|
- zcbor # required by mcuboot serial
|
||||||
- name: mcuboot
|
- name: mcuboot
|
||||||
remote: mcu-tools
|
remote: mcu-tools
|
||||||
revision: v2.0.0
|
revision: main
|
||||||
|
Reference in New Issue
Block a user