-
Notifications
You must be signed in to change notification settings - Fork 674
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information
Showing
4 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,3 +6,5 @@ CONFIG_BOOT_MAX_IMG_SECTORS=256 | |
|
||
# MCUboot serial recovery | ||
CONFIG_MCUBOOT_SERIAL=y | ||
|
||
CONFIG_MULTITHREADING=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |