From b2afe2a52d421a6f9ce87d6b20c0230f93ecbdc4 Mon Sep 17 00:00:00 2001 From: xengineering Date: Thu, 27 Mar 2025 21:19:30 +0100 Subject: 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. --- fw/app/boards/nucleo_f767zi.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fw/app/boards/nucleo_f767zi.conf') 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 -- cgit v1.2.3-70-g09d2