esp-idf/components/esp_timer
Laukik Hase 4800e9b3c4 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.
2023-08-16 11:13:39 +08:00
..
include esp_hw_support: Fix esp_light_sleep_start() deadlock 2022-09-16 17:02:38 +08:00
private_include esp_timer: init rtc timer and system timer in early init 2021-11-15 19:38:09 +08:00
src ci: Fix for `ETSTimers arm & disarm run from IRAM` UT 2023-08-16 11:13:39 +08:00
test esp_timer: fix ESP_TIMER_ISR dispatch method due to off by one error 2022-11-10 15:03:15 +08:00
CMakeLists.txt
Kconfig
Makefile.projbuild
component.mk
sdkconfig.rename