mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
90f2d3199a
ESP32 V1 and V2 - protection bits. ESP32xx V2: revoke bits, protection bits - refactor efuse component - adds some APIs for esp32 chips as well as for esp32xx chips
7 lines
288 B
CMake
7 lines
288 B
CMake
idf_build_get_property(target IDF_TARGET)
|
|
|
|
idf_component_register(SRC_DIRS "."
|
|
PRIV_INCLUDE_DIRS "." "include" "../private_include" ../${target}/private_include
|
|
PRIV_REQUIRES cmock test_utils efuse bootloader_support
|
|
)
|