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/CMakeLists.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'fw/app/CMakeLists.txt') diff --git a/fw/app/CMakeLists.txt b/fw/app/CMakeLists.txt index 47f75f6..1a9d1cf 100644 --- a/fw/app/CMakeLists.txt +++ b/fw/app/CMakeLists.txt @@ -21,6 +21,13 @@ target_sources(app "${CMAKE_CURRENT_SOURCE_DIR}/src/heart.c" ) +target_sources_ifdef( + CONFIG_IOT_CONTACT_REMOTE_UPDATE + app + PRIVATE + "${CMAKE_CURRENT_SOURCE_DIR}/src/update.c" +) + zephyr_linker_sources(SECTIONS sections-rom.ld) zephyr_linker_section(NAME http_resource_desc_http_service KVMA RAM_REGION GROUP RODATA_REGION -- cgit v1.2.3-70-g09d2