diff options
author | xengineering <me@xengineering.eu> | 2025-03-30 12:44:29 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2025-03-30 18:51:33 +0200 |
commit | b188fdb33ac91cad157550723f6e747a065c76db (patch) | |
tree | 396d7642b8b89b8883a5b0caf0253830322906c1 | |
parent | 8bfece93b1e8835929d3f270cb61628abf2e3aef (diff) | |
download | iot-contact-b188fdb33ac91cad157550723f6e747a065c76db.tar iot-contact-b188fdb33ac91cad157550723f6e747a065c76db.tar.zst iot-contact-b188fdb33ac91cad157550723f6e747a065c76db.zip |
fw: app: Enable MCUboot shell for nucleo_f767zi
This allows to use all MCUboot related functionality during the
development via the shell. Furthermore it allows to inspect the current
state of the primary and secondary slot.
Both traits are very valuable especially during the development of the
remote update system.
-rw-r--r-- | fw/app/boards/nucleo_f767zi.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/fw/app/boards/nucleo_f767zi.conf b/fw/app/boards/nucleo_f767zi.conf index 32e6d4a..8170e29 100644 --- a/fw/app/boards/nucleo_f767zi.conf +++ b/fw/app/boards/nucleo_f767zi.conf @@ -3,3 +3,12 @@ # obtain one at https://mozilla.org/MPL/2.0/. CONFIG_BOOTLOADER_MCUBOOT=y + +CONFIG_FLASH=y +CONFIG_FLASH_MAP=y +CONFIG_STREAM_FLASH=y + +CONFIG_IMG_MANAGER=y + +CONFIG_MCUBOOT_SHELL=y +CONFIG_MCUBOOT_IMG_MANAGER=y |