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

View File

@@ -1,5 +1,5 @@
idf_component_register( idf_component_register(
SRCS ${INTERNAL_SOURCES} 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 REQUIRES bootloader_support esp_partition esp_tinyusb efuse
) )