2020-02-06 01:00:18 -05:00
|
|
|
idf_component_register(SRC_DIRS "."
|
|
|
|
PRIV_INCLUDE_DIRS "../private_include"
|
2022-10-14 08:15:32 -04:00
|
|
|
PRIV_REQUIRES cmock test_utils esp_timer spi_flash)
|
2022-01-31 13:45:31 -05:00
|
|
|
target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format")
|