Skip to content

Commit 7174dd2

Browse files
alextsamnordicjm
authored andcommitted
boot: zephyr: boards: actinius: enable multithreading in config
Adds config with multithreading enabled for all Actinius boards Signed-off-by: Alex Tsamakos <alex@actinius.com>
1 parent d2e69bf commit 7174dd2

File tree

4 files changed

+32
-0
lines changed

4 files changed

+32
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Disable Zephyr console
2+
CONFIG_CONSOLE=n
3+
4+
# MCUBoot settings
5+
CONFIG_BOOT_MAX_IMG_SECTORS=256
6+
7+
# MCUboot serial recovery
8+
CONFIG_MCUBOOT_SERIAL=y
9+
10+
CONFIG_MULTITHREADING=y

boot/zephyr/boards/actinius_icarus_nrf9160.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ CONFIG_BOOT_MAX_IMG_SECTORS=256
66

77
# MCUboot serial recovery
88
CONFIG_MCUBOOT_SERIAL=y
9+
10+
CONFIG_MULTITHREADING=y
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Disable Zephyr console
2+
CONFIG_CONSOLE=n
3+
4+
# MCUBoot settings
5+
CONFIG_BOOT_MAX_IMG_SECTORS=256
6+
7+
# MCUboot serial recovery
8+
CONFIG_MCUBOOT_SERIAL=y
9+
10+
CONFIG_MULTITHREADING=y
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Disable Zephyr console
2+
CONFIG_CONSOLE=n
3+
4+
# MCUBoot settings
5+
CONFIG_BOOT_MAX_IMG_SECTORS=256
6+
7+
# MCUboot serial recovery
8+
CONFIG_MCUBOOT_SERIAL=y
9+
10+
CONFIG_MULTITHREADING=y

0 commit comments

Comments
 (0)