mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 04:02:27 +00:00
timer group: add timer group and WDT support for ESP32S3
Regenerate timer group header files and update LL, check examples and update docs.
This commit is contained in:
@@ -6,7 +6,7 @@ from typing import Any
|
||||
import ttfw_idf
|
||||
|
||||
|
||||
@ttfw_idf.idf_example_test(env_tag='Example_GENERIC')
|
||||
@ttfw_idf.idf_example_test(env_tag='Example_GENERIC', target=['esp32', 'esp32c3'])
|
||||
def test_examples_timergroup(env, extra_data): # type: (Any, Any) -> None
|
||||
dut = env.get_dut('timer_group', 'examples/peripherals/timer_group')
|
||||
dut.start_app()
|
||||
|
Reference in New Issue
Block a user