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