2019-04-28 15:38:23 +08:00
|
|
|
idf_component_register(SRC_DIRS "."
|
2020-03-22 18:30:24 +08:00
|
|
|
PRIV_INCLUDE_DIRS "."
|
2022-05-11 16:01:48 +02:00
|
|
|
PRIV_REQUIRES cmock test_utils spiffs vfs)
|
2022-01-31 19:45:31 +01:00
|
|
|
target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format")
|