1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 06:23:53 +01:00
Gunar Schorcht 952f64942f cpu/esp32/esp-idf/rmt: fix compilation together with Nimble and WiFi
The RMT driver module `esp_idf_rmt` uses GDMA on ESP32-S3, which in turn requires the activation and deactivation of flash encryption. Therefore, when the RMT driver module `esp_idf_rmt` is used, the function `gdma_disconnect` is used, which in turn requires the function `esp_flash_encryption_enabled`. However, if the NVS flash module `esp_idf_nvs_flash` is also used for some reason, e.g. because WiFi or BLE is used, the function `esp_flash_encryption_enabled` is already compiled in the module `esp_idf_nvs_flash` and must not be compiled again in the module `esp_idf_rmt`.
2025-09-12 07:33:42 +02:00
..
2025-07-28 19:14:23 +02:00
2025-07-28 19:14:23 +02:00
2025-07-28 19:14:23 +02:00
2025-07-04 13:51:33 +02:00
2025-07-28 19:14:23 +02:00
2025-07-28 19:14:23 +02:00
2025-07-28 19:14:23 +02:00
2025-07-28 19:14:23 +02:00
2025-07-28 19:14:23 +02:00