1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/esp32/vendor/esp-idf
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
..
driver cpu/esp32: model Kconfig 2021-12-10 18:54:07 +01:00
esp32 cpu/esp32: model Kconfig 2021-12-10 18:54:07 +01:00
ethernet cpu/esp32: model Kconfig 2021-12-10 18:54:07 +01:00
heap cpu/esp32: model Kconfig 2021-12-10 18:54:07 +01:00
include cpu/esp32: add support for IP101G Ethernet phy 2020-11-28 10:15:14 +01:00
nvs_flash cpu/esp*: nfs_flash/cpp dependency cleanup 2022-01-21 13:32:56 +01:00
soc cpu/esp32: model Kconfig 2021-12-10 18:54:07 +01:00
spi_flash cpu/esp32: model Kconfig 2021-12-10 18:54:07 +01:00
wpa_supplicant cpu/esp32: model Kconfig 2021-12-10 18:54:07 +01:00
esp_funcs.c cpu/esp32: fix compilation when esp_gdb is enabled 2020-01-16 14:27:18 +01:00
Kconfig cpu/esp32: model Kconfig 2021-12-10 18:54:07 +01:00
Makefile cpu/esp32: optimizing compilation of subdirs 2019-08-06 08:05:28 +02:00
README.md cpu: add esp32 vendor files 2018-10-08 12:20:49 +02:00

The files in this directory and all subdirectories are from the Espressif IoT Development FrameworkESP-IDF, the official development framework for ESP32. All of these files are copyright of Espressif Systems (Shanghai) PTE LTD or their respective owners and licensed under the Apache License, Version 2.0. Please refer the copyright notice in these files for details.