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