From 231c781787b01d6fdd3dde4d6ae9403ed0f97054 Mon Sep 17 00:00:00 2001 From: Brendan Haines Date: Mon, 29 Apr 2024 23:55:18 -0600 Subject: [PATCH] mcuboot responded --- boot.conf | 3 +++ west.yml | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) 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