diff --git a/boot.conf b/boot.conf index bdabedb..284435c 100644 --- a/boot.conf +++ b/boot.conf @@ -38,3 +38,6 @@ CONFIG_CBPRINTF_NANO=y ### Use the minimal C library to reduce flash usage CONFIG_MINIMAL_LIBC=y + +CONFIG_UART_CONSOLE=n +CONFIG_MCUBOOT_SERIAL=y diff --git a/west.yml b/west.yml index b80894a..13c8dbe 100644 --- a/west.yml +++ b/west.yml @@ -23,6 +23,7 @@ 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) + - zcbor # required by mcuboot serial - name: mcuboot remote: mcu-tools - revision: v2.0.0 + revision: main