make: allow reading partitions

This commit is contained in:
King Kévin 2022-07-23 13:08:50 +02:00
parent ecce6797a0
commit 9fbb041ae4
1 changed files with 1 additions and 1 deletions

View File

@ -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)