-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move MCUboot configuration from boards to generic sysbuild folder
This allows to build the BMS C1 board with and without sysbuild.
- Loading branch information
1 parent
4255759
commit c556a8f
Showing
3 changed files
with
16 additions
and
16 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
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,4 @@ | ||
# Sysbuild configuration file | ||
|
||
# Use MCUboot as bootloader | ||
SB_CONFIG_BOOTLOADER_MCUBOOT=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,12 @@ | ||
# Extra configuration for app when using sysbild | ||
|
||
# DFU over ThingSet (e.g. CAN) | ||
CONFIG_THINGSET_DFU=y | ||
|
||
# Flash driver to store firmware image | ||
CONFIG_FLASH=y | ||
CONFIG_FLASH_MAP=y | ||
CONFIG_FLASH_PAGE_LAYOUT=y | ||
CONFIG_STREAM_FLASH=y | ||
CONFIG_IMG_MANAGER=y | ||
CONFIG_IMG_ERASE_PROGRESSIVELY=y |