mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
d7fa288a6c
Added: read, write operations for the common and custom efuse tables. Writing is possible only for CONFIG_EFUSE_VIRTUAL. Closes: IDF-773
4 lines
185 B
CMake
4 lines
185 B
CMake
idf_component_register(SRCS "efuse_main.c"
|
|
"esp_efuse_custom_table.c"
|
|
INCLUDE_DIRS "."
|
|
"include") |