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 18:11:47 +01:00
Code Issues Packages Projects Releases Wiki Activity
Files
38d30548d4ae308413565b51f60c76099fcc005f
esp-idf/components/spiffs/test/CMakeLists.txt

5 lines
204 B
CMake
Raw Normal View History

components: use new component registration api
2019-04-28 15:38:23 +08:00
idf_component_register(SRC_DIRS "."
test: declare requirements and include dirs private
2020-03-22 18:30:24 +08:00
PRIV_INCLUDE_DIRS "."
esp_netif/lwip: Fix deps cycles to "lwip -> esp_netif -> phy-drivers" Fix dependency tree so that lwip doesn't depend on any specific network interface component. Network interface drivers shall depend on esp_netif. esp_netif shall depend on lwip (but not on any specific interface driver) -- it optionally depends on vfs and esp_eth (need ethernet header for L2/bridge mode)
2022-05-11 16:01:48 +02:00
PRIV_REQUIRES cmock test_utils spiffs vfs)
build system: re-add -Wno-format as private flag for some components
2022-01-31 19:45:31 +01:00
target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format")
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 90ms Template: 1ms
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