esp-idf/components/efuse/test/CMakeLists.txt
KonstantinKondrashov 90f2d3199a secure_boot: Checks secure boot efuses
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
2021-02-23 03:56:21 +08:00

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
)