Files
esp-idf/components/esp_timer/test_apps
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
..

Supported Targets ESP32 ESP32-C2 ESP32-C3 ESP32-C5 ESP32-C6 ESP32-C61 ESP32-H2 ESP32-H21 ESP32-H4 ESP32-P4 ESP32-S2 ESP32-S3 ESP32-S31