mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-12 17:14:36 +02:00
examples: esp_timer: enable for all targets
The example compiles and works correctly on all supported targets now, re-enable it in CI.
This commit is contained in:
@@ -1,6 +1,3 @@
|
|||||||
| Supported Targets | ESP32 | ESP32-S2 |
|
|
||||||
| ----------------- | ----- | -------- |
|
|
||||||
|
|
||||||
# High Resolution Timer Example (`esp_timer`)
|
# High Resolution Timer Example (`esp_timer`)
|
||||||
|
|
||||||
(See the README.md file in the upper level 'examples' directory for more information about examples.)
|
(See the README.md file in the upper level 'examples' directory for more information about examples.)
|
||||||
|
@@ -26,7 +26,7 @@ LIGHT_SLEEP_TIME = 500000
|
|||||||
ONE_SHOT_TIMER_PERIOD = 5000000
|
ONE_SHOT_TIMER_PERIOD = 5000000
|
||||||
|
|
||||||
|
|
||||||
@ttfw_idf.idf_example_test(env_tag='Example_GENERIC', target=['esp32'])
|
@ttfw_idf.idf_example_test(env_tag='Example_GENERIC', target=['esp32','esp32s2','esp32c3','esp32s3'])
|
||||||
def test_examples_system_esp_timer(env, extra_data):
|
def test_examples_system_esp_timer(env, extra_data):
|
||||||
dut = env.get_dut('esp_timer_example', 'examples/system/esp_timer')
|
dut = env.get_dut('esp_timer_example', 'examples/system/esp_timer')
|
||||||
# start test
|
# start test
|
||||||
|
Reference in New Issue
Block a user