From 5099b9846dcd8c62a877140f99936ea8f7101e4e Mon Sep 17 00:00:00 2001 From: xengineering Date: Sun, 23 Feb 2025 20:42:12 +0100 Subject: fw: Build application firmware for bootloader This changes the flash address for which the application firmware is built. Furthermore it adds the MCUboot header as offset to the application firmware. For details see the documentation of the enabled Kconfig flag. --- fw/prj.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fw/prj.conf') diff --git a/fw/prj.conf b/fw/prj.conf index 2485227..1769590 100644 --- a/fw/prj.conf +++ b/fw/prj.conf @@ -9,3 +9,5 @@ CONFIG_NETWORKING=y CONFIG_NET_SHELL=y CONFIG_GPIO=y + +CONFIG_BOOTLOADER_MCUBOOT=y -- cgit v1.2.3-70-g09d2