Skip to content

Commit

Permalink
boot: zephyr: boards: actinius: enable multithreading in config
Browse files Browse the repository at this point in the history
Adds config with multithreading enabled for all Actinius boards

Signed-off-by: Alex Tsamakos <alex@actinius.com>
  • Loading branch information
alextsam authored and nordicjm committed Apr 23, 2024
1 parent d2e69bf commit 7174dd2
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 0 deletions.
10 changes: 10 additions & 0 deletions boot/zephyr/boards/actinius_icarus_bee_nrf9160.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Disable Zephyr console
CONFIG_CONSOLE=n

# MCUBoot settings
CONFIG_BOOT_MAX_IMG_SECTORS=256

# MCUboot serial recovery
CONFIG_MCUBOOT_SERIAL=y

CONFIG_MULTITHREADING=y
2 changes: 2 additions & 0 deletions boot/zephyr/boards/actinius_icarus_nrf9160.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ CONFIG_BOOT_MAX_IMG_SECTORS=256

# MCUboot serial recovery
CONFIG_MCUBOOT_SERIAL=y

CONFIG_MULTITHREADING=y
10 changes: 10 additions & 0 deletions boot/zephyr/boards/actinius_icarus_som_dk_nrf9160.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Disable Zephyr console
CONFIG_CONSOLE=n

# MCUBoot settings
CONFIG_BOOT_MAX_IMG_SECTORS=256

# MCUboot serial recovery
CONFIG_MCUBOOT_SERIAL=y

CONFIG_MULTITHREADING=y
10 changes: 10 additions & 0 deletions boot/zephyr/boards/actinius_icarus_som_nrf9160.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Disable Zephyr console
CONFIG_CONSOLE=n

# MCUBoot settings
CONFIG_BOOT_MAX_IMG_SECTORS=256

# MCUboot serial recovery
CONFIG_MCUBOOT_SERIAL=y

CONFIG_MULTITHREADING=y

0 comments on commit 7174dd2

Please sign in to comment.