Add tinycbor to ESP32 build.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos 2024-08-19 00:06:49 +02:00
parent 11447371fe
commit e2bd7fc50f
No known key found for this signature in database
GPG key ID: C0095B7870A4CCD3

View file

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