Now it builds the image.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2024-04-05 17:57:56 +02:00
parent 023039deb2
commit 49f05e9e13
13 changed files with 38 additions and 64 deletions

View File

@@ -1,5 +1,5 @@
idf_component_register(
SRCS ${INTERNAL_SOURCES}
INCLUDE_DIRS . fs rng usb
PRIV_REQUIRES bootloader_support esp_partition
INCLUDE_DIRS . fs rng usb ../mbedtls/include
REQUIRES bootloader_support esp_partition tinyusb
)