From 61238e93e2c5b3c672d3a55f6273bfd3615f05d7 Mon Sep 17 00:00:00 2001 From: xengineering Date: Fri, 21 Mar 2025 22:47:57 +0100 Subject: fw: Add mcuboot submodule This provides the source code for the used bootloader. --- fw/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'fw/CMakeLists.txt') diff --git a/fw/CMakeLists.txt b/fw/CMakeLists.txt index d1e1d90..8d9591f 100644 --- a/fw/CMakeLists.txt +++ b/fw/CMakeLists.txt @@ -9,6 +9,7 @@ set(ZEPHYR_MODULES "${CMAKE_CURRENT_SOURCE_DIR}/zephyrproject/modules/hal/cmsis" "${CMAKE_CURRENT_SOURCE_DIR}/zephyrproject/modules/hal/stm32" "${CMAKE_CURRENT_SOURCE_DIR}/zephyrproject/modules/crypto/mbedtls" + "${CMAKE_CURRENT_SOURCE_DIR}/zephyrproject/bootloader/mcuboot" ) find_package(Zephyr REQUIRED -- cgit v1.2.3-70-g09d2