Logo
Explore Help
Sign In
espressif/esp-idf
1
0
Fork 1
You've already forked esp-idf
mirror of https://github.com/espressif/esp-idf.git synced 2025-11-06 01:51:42 +01:00
Code Issues Packages Projects Releases Wiki Activity
Files
5863a27bd25cd012eef1fb65c46394c5ab901b42
esp-idf/examples/common_components/iperf/CMakeLists.txt

12 lines
387 B
CMake
Raw Normal View History

examples: use new component registration api
2019-04-28 15:38:46 +08:00
idf_component_register(SRCS "iperf.c"
esp32c6: support wifi 6
2022-12-20 22:07:09 +08:00
"wifi_stats.c"
"wifi_twt.c"
"wifi_cmd.c"
examples: unify iperf component
2021-07-07 15:18:20 +08:00
INCLUDE_DIRS "include"
global: add dependency on esp_timer component and include esp_timer.h Some components were including esp_timer.h without declaring a dependency on esp_timer component. This used to work due to a transitive public dependency on esp_timer from freertos component. Add explicit dependencies where needed. Also some source files were using esp_timer functions without including the header file. This used to work because esp_timer.h was included from freertos port header file. This commit adds esp_timer.h includes where needed.
2022-04-16 11:32:22 +02:00
REQUIRES lwip
PRIV_REQUIRES esp_timer)
build system: re-add -Wno-format as private flag for some example components
2022-01-31 23:05:03 +01:00
esp32c6: support wifi 6
2022-12-20 22:07:09 +08:00
if(CONFIG_SOC_WIFI_HE_SUPPORT)
idf_component_optional_requires(PRIVATE esp_wifi console)
wifi: update wifi libs to support wifi6 features and fix build error
2022-12-29 12:58:02 +08:00
endif()
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 302ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API