Skip to content

Commit fc9182d

Browse files
MarekPietacarlescufi
authored andcommitted
[nrf fromlist] zephyr: Enable custom settings erase cmd on Thingy:53
Upstream PR: mcu-tools/mcuboot#1136 Change introduces custom settings erase command on Thingy:53. Jira: TG53-132 (cherry picked from commit deccdbb53f4b62fb75a83ecd408a3fdd6125cdee) Signed-off-by: Marek Pieta <[email protected]>
1 parent a8a3d45 commit fc9182d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

boot/zephyr/boards/thingy53_nrf5340_cpuapp.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,7 @@ CONFIG_BOOT_UPGRADE_ONLY=y
7575
CONFIG_FLASH_SIMULATOR=y
7676
CONFIG_FLASH_SIMULATOR_DOUBLE_WRITES=y
7777
CONFIG_FLASH_SIMULATOR_STATS=n
78+
79+
# Enable custom command to erase settings partition.
80+
CONFIG_ENABLE_MGMT_PERUSER=y
81+
CONFIG_BOOT_MGMT_CUSTOM_STORAGE_ERASE=y

0 commit comments

Comments
 (0)