mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
c5decf291e
- For ESP32 | SPIRAM_MALLOC_ALWAYSINTERNAL=0 - Forced `esp_timer_create` to allocate resource from the internal memory - WiFi/BT coexistence will sometimes arm/disarm timers from an ISR where flash may be disabled. This can lead to a cache-based exception as the timer instance will be located in the PSRAM. |
||
---|---|---|
.. | ||
esp_timer_impl_lac.c | ||
esp_timer_impl_systimer.c | ||
esp_timer.c | ||
ets_timer_legacy.c | ||
system_time.c |