mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00
feat(ana_cmpr): support analog comparator on C61
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
| Supported Targets | ESP32-H2 | ESP32-P4 |
|
||||
| ----------------- | -------- | -------- |
|
||||
| Supported Targets | ESP32-C61 | ESP32-H2 | ESP32-P4 |
|
||||
| ----------------- | --------- | -------- | -------- |
|
||||
|
||||
# Analog Comparator Example
|
||||
|
||||
|
@@ -6,6 +6,7 @@ from pytest_embedded import Dut
|
||||
|
||||
@pytest.mark.esp32h2
|
||||
@pytest.mark.esp32p4
|
||||
@pytest.mark.esp32c61
|
||||
@pytest.mark.generic
|
||||
@pytest.mark.parametrize(
|
||||
'config',
|
||||
|
Reference in New Issue
Block a user