Skip to content

Commit

Permalink
Add Conexio Stratus Pro board configuration for DFU
Browse files Browse the repository at this point in the history
Signed-off-by: Rajeev Piyare <rajeev.piyare@hotmail.com>
  • Loading branch information
rajeev1986 authored and nordicjm committed Sep 24, 2024
1 parent 41df52e commit b553290
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions boot/zephyr/boards/conexio_stratus_pro.conf
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit b553290

Please sign in to comment.