2019-04-28 15:38:46 +08:00
|
|
|
idf_component_register(SRCS "iperf.c"
|
2021-07-07 15:18:20 +08:00
|
|
|
INCLUDE_DIRS "include"
|
2022-04-16 11:32:22 +02:00
|
|
|
REQUIRES lwip
|
|
|
|
|
PRIV_REQUIRES esp_timer)
|
2022-01-31 23:05:03 +01:00
|
|
|
|
|
|
|
|
target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format")
|