mcuboot responded

This commit is contained in:
2024-04-29 23:55:18 -06:00
parent 847c2f5b5e
commit 231c781787
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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