tests: mcuboot: Enable mcuboot shell command
Some shell modules were disabled in one of previous commits. Tests in this folder requires mcuboot shell command. Enable it with CONFIG_MCUBOOT_SHELL. Signed-off-by: Grzegorz Chwierut <grzegorz.chwierut@nordicsemi.no>
This commit is contained in:
parent
3467a25fff
commit
32c3173fab
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ CONFIG_FLASH_MAP=y
|
||||||
# Enable the shell MCUmgr transport.
|
# Enable the shell MCUmgr transport.
|
||||||
CONFIG_BASE64=y
|
CONFIG_BASE64=y
|
||||||
CONFIG_SHELL=y
|
CONFIG_SHELL=y
|
||||||
|
CONFIG_MCUBOOT_SHELL=y
|
||||||
CONFIG_SHELL_BACKEND_SERIAL=y
|
CONFIG_SHELL_BACKEND_SERIAL=y
|
||||||
CONFIG_MCUMGR_TRANSPORT_SHELL=y
|
CONFIG_MCUMGR_TRANSPORT_SHELL=y
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue