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-07 02:21:49 +01:00
Code Issues Packages Projects Releases Wiki Activity
Files
5863a27bd25cd012eef1fb65c46394c5ab901b42
esp-idf/components/spi_flash/test/CMakeLists.txt

5 lines
230 B
CMake
Raw Normal View History

ble_mesh_wifi_coexist example: Disable Wi-Fi RX IRAM optimisation Otherwise IRAM usage is too high in this example.
2019-11-28 09:20:00 +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 "."
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
PRIV_REQUIRES cmock test_utils spi_flash bootloader_support app_update
driver esp_timer)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 161ms 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