feat(etm): add driver support for esp32c61

This commit is contained in:
morris
2024-10-10 16:28:37 +08:00
parent f33bd32b36
commit d93a25d1fb
15 changed files with 317 additions and 125 deletions

View File

@@ -1,5 +1,5 @@
| Supported Targets | ESP32-C5 | ESP32-C6 | ESP32-H2 | ESP32-P4 |
| ----------------- | -------- | -------- | -------- | -------- |
| Supported Targets | ESP32-C5 | ESP32-C6 | ESP32-C61 | ESP32-H2 | ESP32-P4 |
| ----------------- | -------- | -------- | --------- | -------- | -------- |
# HC-SR04 Example based on GPTimer Capture and ETM

View File

@@ -6,6 +6,7 @@ from pytest_embedded import Dut
@pytest.mark.esp32c5
@pytest.mark.esp32c6
@pytest.mark.esp32c61
@pytest.mark.esp32h2
@pytest.mark.esp32p4
@pytest.mark.generic