Files
esp-idf/components/esp_timer
Konstantin Kondrashov 2f8ef67a2d test(esp_timer): Restrict LAC-timer alarm test to ESP32 only
The "set timer < now_time" test targets the ESP32 LAC timer (magic
constant 0xefffffff/80 and a tick-based tolerance) and is not valid on
systimer-based targets, where it fails under the ISR-dispatch configs.
On master it is already guarded with CONFIG_IDF_TARGET_ESP32; this guard
was not backported to v6.1. Add the same guard here.
2026-08-28 16:52:22 +03:00
..