diff options
author | xengineering <me@xengineering.eu> | 2025-03-27 21:19:30 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2025-03-30 18:51:33 +0200 |
commit | b2afe2a52d421a6f9ce87d6b20c0230f93ecbdc4 (patch) | |
tree | 8a6f219e1a1d08a4088824a68e28615fe44a4966 /fw/app/boards/nucleo_f767zi.conf | |
parent | b188fdb33ac91cad157550723f6e747a065c76db (diff) | |
download | iot-contact-b2afe2a52d421a6f9ce87d6b20c0230f93ecbdc4.tar iot-contact-b2afe2a52d421a6f9ce87d6b20c0230f93ecbdc4.tar.zst iot-contact-b2afe2a52d421a6f9ce87d6b20c0230f93ecbdc4.zip |
fw: app: update: Add source file and HTTP 204 handler
This adds the HTTP PUT /update handler which just returns HTTP 204 No
Content.
This is the minimal first step towards a working /update handler.
Diffstat (limited to 'fw/app/boards/nucleo_f767zi.conf')
-rw-r--r-- | fw/app/boards/nucleo_f767zi.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fw/app/boards/nucleo_f767zi.conf b/fw/app/boards/nucleo_f767zi.conf index 8170e29..7f92421 100644 --- a/fw/app/boards/nucleo_f767zi.conf +++ b/fw/app/boards/nucleo_f767zi.conf @@ -2,6 +2,8 @@ # v. 2.0. If a copy of the MPL was not distributed with this file, You can # obtain one at https://mozilla.org/MPL/2.0/. +CONFIG_IOT_CONTACT_REMOTE_UPDATE=y + CONFIG_BOOTLOADER_MCUBOOT=y CONFIG_FLASH=y |