Skip to content

Commit 1686d46

Browse files
committed
ci(esp32c5): re-enable target test for esp32c5 eco2
1 parent 3f2f57a commit 1686d46

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

examples/peripherals/.build-test-rules.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,9 +256,10 @@ examples/peripherals/mcpwm:
256256

257257
examples/peripherals/mcpwm/mcpwm_bdc_speed_control:
258258
disable:
259-
- if: SOC_MCPWM_SUPPORTED != 1
259+
- if: SOC_MCPWM_SUPPORTED != 1 or SOC_PCNT_SUPPORTED != 1
260260
depends_components:
261261
- esp_driver_mcpwm
262+
- esp_driver_pcnt
262263
disable_test:
263264
- if: IDF_TARGET != "esp32s3"
264265
temporary: true

tools/ci/dynamic_pipelines/templates/known_generate_test_child_pipeline_warnings.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,9 @@ no_runner_tags:
1515
- esp32c3,flash_multi
1616
- esp32c3,sdcard_sdmode
1717
- esp32c5,adc
18-
- esp32c5,generic
1918
- esp32c5,jtag
20-
- esp32c5,ram_app
2119
- esp32c5,sdcard_spimode
22-
- esp32c5,usb_serial_jtag
23-
- esp32c5,wifi_ap
24-
- esp32c5,wifi_router
2520
- esp32c5_2,generic_multi_device
26-
- esp32c5_2,wifi_two_dut
2721
- esp32c6,jtag
2822
- esp32c61,jtag
2923
- esp32h2,jtag

0 commit comments

Comments
 (0)