2026-03-16 14:23:00 +00:00
|
|
|
set(COMPONENT_WRITE_STRIP_PEDANTIC_FLAGS 1)
|
|
|
|
|
|
2024-11-23 01:05:03 +00:00
|
|
|
idf_component_register(SRC_DIRS "source" "source/report" "SH2"
|
2026-03-16 14:23:00 +00:00
|
|
|
|
2024-12-01 04:34:58 +00:00
|
|
|
INCLUDE_DIRS "." "include" "include/report" "include/callback" "SH2"
|
2024-11-14 21:29:46 +00:00
|
|
|
REQUIRES driver esp_timer cmock)
|
2026-03-16 14:23:00 +00:00
|
|
|
|
|
|
|
|
target_compile_options(${COMPONENT_LIB} PRIVATE
|
|
|
|
|
"-Wno-gnu-array-member-paren-init"
|
|
|
|
|
"-Wno-parentheses-equality"
|
|
|
|
|
"-Wno-template-in-declaration-name"
|
|
|
|
|
"-w"
|
|
|
|
|
)
|