From 9fbb041ae42b437271d0faee9cac8daafda91195 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?King=20K=C3=A9vin?= Date: Sat, 23 Jul 2022 13:08:50 +0200 Subject: [PATCH] make: allow reading partitions --- examples/device/dfu_freertos/src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/device/dfu_freertos/src/CMakeLists.txt b/examples/device/dfu_freertos/src/CMakeLists.txt index e390a56a6..ac9d18e98 100644 --- a/examples/device/dfu_freertos/src/CMakeLists.txt +++ b/examples/device/dfu_freertos/src/CMakeLists.txt @@ -1,6 +1,6 @@ idf_component_register(SRCS "main.c" "usb_descriptors.c" INCLUDE_DIRS "." - REQUIRES freertos soc) + REQUIRES freertos soc app_update) file(TO_NATIVE_PATH "${TOP}/hw/bsp/${FAMILY}/boards/${BOARD}/board.cmake" board_cmake)