db84ba868c
Updated: - CI test_esp32s2beta_efuse_table_on_host. - efuse_table_gen.py. - esp_efuse_table.csv file and generated headers files. - splitted esp32 and esp32s2beta parts. - unit tests and api efuse.
5 lines
No EOL
260 B
CMake
5 lines
No EOL
260 B
CMake
idf_component_register(SRC_DIRS "." ${IDF_TARGET}
|
|
INCLUDE_DIRS "." "include"
|
|
PRIV_INCLUDE_DIRS "../private_include"
|
|
REQUIRES unity test_utils efuse bootloader_support
|
|
) |