summaryrefslogtreecommitdiff
path: root/fw/prj.conf
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2025-02-23 20:42:12 +0100
committerxengineering <me@xengineering.eu>2025-02-24 19:53:36 +0100
commit5099b9846dcd8c62a877140f99936ea8f7101e4e (patch)
treef48d3e54d9fb5e1c91be58b92831f6c5e508caaf /fw/prj.conf
parentd24bdfcca2eb9d3ef9c5a77d5e96dc80c73cf13e (diff)
downloadiot-contact-5099b9846dcd8c62a877140f99936ea8f7101e4e.tar
iot-contact-5099b9846dcd8c62a877140f99936ea8f7101e4e.tar.zst
iot-contact-5099b9846dcd8c62a877140f99936ea8f7101e4e.zip
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.
Diffstat (limited to 'fw/prj.conf')
-rw-r--r--fw/prj.conf2
1 files changed, 2 insertions, 0 deletions
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