esp-idf/components/esp_timer
Laukik Hase c5decf291e ci: Fix for ETSTimers arm & disarm run from IRAM UT
- 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.
2022-03-10 05:01:17 +00:00
..
include esp_timer: remove legacy ESP32 FRC timer implementation. 2022-02-10 15:17:49 +08:00
private_include esp_timer: init rtc timer and system timer in early init 2021-10-26 19:07:34 +08:00
src ci: Fix for ETSTimers arm & disarm run from IRAM UT 2022-03-10 05:01:17 +00:00
test esp_timer: remove legacy ESP32 FRC timer implementation. 2022-02-10 15:17:49 +08:00
CMakeLists.txt esp_timer: remove legacy ESP32 FRC timer implementation. 2022-02-10 15:17:49 +08:00
Kconfig esp_timer: remove legacy ESP32 FRC timer implementation. 2022-02-10 15:17:49 +08:00
sdkconfig.rename esp32: add implementation of esp_timer based on TG0 LAC timer 2020-02-06 14:00:18 +08:00