Skip to content

Commit 8562e3b

Browse files
committed
fix(ci): build rmt examples as long as it's driver support is finished
1 parent cabf41c commit 8562e3b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,12 +313,14 @@ examples/peripherals/rmt/ir_nec_transceiver:
313313

314314
examples/peripherals/rmt/musical_buzzer:
315315
disable:
316+
- if: SOC_RMT_SUPPORTED != 1
316317
- if: SOC_RMT_SUPPORT_TX_LOOP_COUNT != 1
317318
depends_components:
318319
- esp_driver_rmt
319320

320321
examples/peripherals/rmt/stepper_motor:
321322
disable:
323+
- if: SOC_RMT_SUPPORTED != 1
322324
- if: SOC_RMT_SUPPORT_TX_LOOP_AUTO_STOP != 1
323325
depends_components:
324326
- esp_driver_rmt

0 commit comments

Comments
 (0)