1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/esp8266
Gunar Schorcht 6c3e7c5db7 cpu/esp*: nfs_flash/cpp dependency cleanup
Module `esp_idf_nvs_flash` uses C++ code. Since  `esp_idf_nvs_flash` module is always enabled on ESP8266, the permanent dependency on `cpp` is correct. But on ESP32, the `esp_idf_nvs_flash` module is only enabled if `esp_wifi_any` is used. Only in that case the compilation should depend on module `cpp`.
2022-01-21 13:32:56 +01:00
..
bin cpu/esp8266: fix bootloader images 2019-12-12 08:16:54 +01:00
freertos cpu/*: realign ENABLE_DEBUG 2020-10-23 00:46:26 +02:00
include cpu/esp8266: add CPU frequency selection to Kconfig 2021-12-19 12:20:43 +01:00
ld cpu/esp8266: places ztimer_core function in IRAM 2021-12-19 15:41:25 +01:00
periph cpu/esp*: migrate from xtimer to ztimer 2021-12-14 18:14:35 +01:00
sdk cpu/esp8266: model Kconfig 2021-12-10 18:54:07 +01:00
vendor cpu/esp*: nfs_flash/cpp dependency cleanup 2022-01-21 13:32:56 +01:00
doc.txt cpu/esp*: small documentation fixes 2021-12-30 14:43:31 +01:00
esp8266.config cpu/esp8266: model Kconfig 2021-12-10 18:54:07 +01:00
Kconfig Merge pull request #17424 from gschorcht/cpu/esp/kconfig_cpu_frequency 2022-01-04 12:06:56 +01:00
Makefile cpu/esp8266: move esp_wifi to cpu/esp_common 2020-02-21 09:09:34 +01:00
Makefile.dep cpu/esp8266: RTT is used by the WiFi Interface 2021-12-19 15:56:31 +01:00
Makefile.features cpu/esp8266: common periph features moved to cpu/esp_common 2021-12-23 10:34:40 +01:00
Makefile.include esp8266: Download Espressif RTOS SDK as a new RIOT PKG 2021-10-23 11:13:38 +00:00
startup.c cpu/esp: Suppress cppcheck errors 2021-11-25 13:08:51 +01:00
syscalls.c cpu/esp*: migrate from xtimer to ztimer 2021-12-14 18:14:35 +01:00