mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-13 17:44:38 +02:00
pcnt: Re-enable legacy pcnt test for esp32c6 (ledc support completed)
This commit is contained in:
@@ -51,9 +51,6 @@ components/driver/test_apps/legacy_mcpwm_driver:
|
|||||||
components/driver/test_apps/legacy_pcnt_driver:
|
components/driver/test_apps/legacy_pcnt_driver:
|
||||||
disable:
|
disable:
|
||||||
- if: SOC_PCNT_SUPPORTED != 1
|
- if: SOC_PCNT_SUPPORTED != 1
|
||||||
- if: IDF_TARGET == "esp32c6"
|
|
||||||
temporary: true
|
|
||||||
reason: test depends on ledc to be supported on esp32c6
|
|
||||||
|
|
||||||
components/driver/test_apps/legacy_rmt_driver:
|
components/driver/test_apps/legacy_rmt_driver:
|
||||||
disable:
|
disable:
|
||||||
|
@@ -1,2 +1,2 @@
|
|||||||
| Supported Targets | ESP32 | ESP32-S2 | ESP32-S3 |
|
| Supported Targets | ESP32 | ESP32-C6 | ESP32-S2 | ESP32-S3 |
|
||||||
| ----------------- | ----- | -------- | -------- |
|
| ----------------- | ----- | -------- | -------- | -------- |
|
||||||
|
@@ -8,6 +8,7 @@ from pytest_embedded import Dut
|
|||||||
@pytest.mark.esp32
|
@pytest.mark.esp32
|
||||||
@pytest.mark.esp32s2
|
@pytest.mark.esp32s2
|
||||||
@pytest.mark.esp32s3
|
@pytest.mark.esp32s3
|
||||||
|
@pytest.mark.esp32c6
|
||||||
@pytest.mark.generic
|
@pytest.mark.generic
|
||||||
@pytest.mark.parametrize(
|
@pytest.mark.parametrize(
|
||||||
'config',
|
'config',
|
||||||
|
@@ -101,7 +101,6 @@ api-reference/peripherals/sdspi_host
|
|||||||
api-reference/peripherals/dac
|
api-reference/peripherals/dac
|
||||||
api-reference/peripherals/touch_element
|
api-reference/peripherals/touch_element
|
||||||
api-reference/peripherals/secure_element
|
api-reference/peripherals/secure_element
|
||||||
api-reference/peripherals/ledc
|
|
||||||
api-reference/peripherals/sdio_slave
|
api-reference/peripherals/sdio_slave
|
||||||
api-reference/peripherals/clk_tree
|
api-reference/peripherals/clk_tree
|
||||||
api-reference/peripherals/touch_pad
|
api-reference/peripherals/touch_pad
|
||||||
|
Reference in New Issue
Block a user