Skip to content

Commit da2580d

Browse files
jaredwolffutzig
authored andcommitted
boot: zephyr: boards: update Circuit Dojo nRF9160 Feather conf
Add Circuit Dojo nRF9160 Feather board update. Also adding configuration for Sparkfun Thing Plus. Signed-off-by: Jared Wolff <[email protected]>
1 parent ce50334 commit da2580d

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

boot/zephyr/boards/circuitdojo_feather_nrf9160.conf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ CONFIG_CONSOLE=n
33
CONFIG_CONSOLE_HANDLER=n
44
CONFIG_UART_CONSOLE=n
55

6+
# Multithreading
7+
CONFIG_MULTITHREADING=y
8+
69
# MCUBoot settings
710
CONFIG_BOOT_MAX_IMG_SECTORS=256
811

@@ -11,3 +14,6 @@ CONFIG_MCUBOOT_SERIAL=y
1114
CONFIG_BOOT_SERIAL_DETECT_PORT="GPIO_0"
1215
CONFIG_BOOT_SERIAL_DETECT_PIN=12
1316
CONFIG_BOOT_SERIAL_DETECT_PIN_VAL=0
17+
18+
# Size of mcuboot partition
19+
CONFIG_SIZE_OPTIMIZATIONS=y
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Disable Zephyr console
2+
CONFIG_CONSOLE=n
3+
CONFIG_CONSOLE_HANDLER=n
4+
CONFIG_UART_CONSOLE=n
5+
6+
# Multithreading
7+
CONFIG_MULTITHREADING=y
8+
9+
# MCUBoot settings
10+
CONFIG_BOOT_MAX_IMG_SECTORS=256
11+
12+
# MCUboot serial recovery
13+
CONFIG_MCUBOOT_SERIAL=y
14+
CONFIG_BOOT_SERIAL_DETECT_PORT="GPIO_0"
15+
CONFIG_BOOT_SERIAL_DETECT_PIN=12
16+
CONFIG_BOOT_SERIAL_DETECT_PIN_VAL=0
17+
18+
# Size of mcuboot partition
19+
CONFIG_SIZE_OPTIMIZATIONS=y

0 commit comments

Comments
 (0)