mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00

- Also adds support to whitelist target specific expected dependency violations in check_dependencies.py
4 lines
165 B
CMake
4 lines
165 B
CMake
idf_component_register(SRCS "main.c"
|
|
PRIV_REQUIRES nvs_flash spi_flash nvs_sec_provider esp_security
|
|
INCLUDE_DIRS ".")
|