From b188fdb33ac91cad157550723f6e747a065c76db Mon Sep 17 00:00:00 2001 From: xengineering Date: Sun, 30 Mar 2025 12:44:29 +0200 Subject: 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. --- fw/app/boards/nucleo_f767zi.conf | 9 +++++++++ 1 file changed, 9 insertions(+) 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 -- cgit v1.2.3-70-g09d2