From b553290fcea72393a279a5c00858cf1e60460171 Mon Sep 17 00:00:00 2001 From: Rajeev Piyare Date: Thu, 19 Sep 2024 20:10:06 -0500 Subject: [PATCH] Add Conexio Stratus Pro board configuration for DFU Signed-off-by: Rajeev Piyare --- boot/zephyr/boards/conexio_stratus_pro.conf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 boot/zephyr/boards/conexio_stratus_pro.conf diff --git a/boot/zephyr/boards/conexio_stratus_pro.conf b/boot/zephyr/boards/conexio_stratus_pro.conf new file mode 100644 index 000000000..b64243927 --- /dev/null +++ b/boot/zephyr/boards/conexio_stratus_pro.conf @@ -0,0 +1,14 @@ +# Disable Zephyr console +CONFIG_CONSOLE=n +CONFIG_CONSOLE_HANDLER=n +CONFIG_UART_CONSOLE=n + +# Multithreading +CONFIG_MULTITHREADING=y + +# MCUBoot settings +CONFIG_BOOT_MAX_IMG_SECTORS=256 + +# MCUboot serial recovery +CONFIG_MCUBOOT_SERIAL=y +CONFIG_MCUBOOT_INDICATION_LED=y