ci(esp32c5): re-enable target test for esp32c5 eco2

This commit is contained in:
laokaiyao
2025-04-27 16:40:49 +08:00
parent 3f2f57a3cc
commit 1686d46d9c
2 changed files with 2 additions and 7 deletions

View File

@@ -256,9 +256,10 @@ examples/peripherals/mcpwm:
examples/peripherals/mcpwm/mcpwm_bdc_speed_control:
disable:
- if: SOC_MCPWM_SUPPORTED != 1
- if: SOC_MCPWM_SUPPORTED != 1 or SOC_PCNT_SUPPORTED != 1
depends_components:
- esp_driver_mcpwm
- esp_driver_pcnt
disable_test:
- if: IDF_TARGET != "esp32s3"
temporary: true