Add procedure to compute unique ID at startup.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2024-04-15 23:44:51 +02:00
parent a7be923783
commit 8d86a8c56b
10 changed files with 52 additions and 39 deletions

View File

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