mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 18:57:19 +02:00
fix(ci): build rmt examples as long as it's driver support is finished
This commit is contained in:
@ -313,12 +313,14 @@ examples/peripherals/rmt/ir_nec_transceiver:
|
|||||||
|
|
||||||
examples/peripherals/rmt/musical_buzzer:
|
examples/peripherals/rmt/musical_buzzer:
|
||||||
disable:
|
disable:
|
||||||
|
- if: SOC_RMT_SUPPORTED != 1
|
||||||
- if: SOC_RMT_SUPPORT_TX_LOOP_COUNT != 1
|
- if: SOC_RMT_SUPPORT_TX_LOOP_COUNT != 1
|
||||||
depends_components:
|
depends_components:
|
||||||
- esp_driver_rmt
|
- esp_driver_rmt
|
||||||
|
|
||||||
examples/peripherals/rmt/stepper_motor:
|
examples/peripherals/rmt/stepper_motor:
|
||||||
disable:
|
disable:
|
||||||
|
- if: SOC_RMT_SUPPORTED != 1
|
||||||
- if: SOC_RMT_SUPPORT_TX_LOOP_AUTO_STOP != 1
|
- if: SOC_RMT_SUPPORT_TX_LOOP_AUTO_STOP != 1
|
||||||
depends_components:
|
depends_components:
|
||||||
- esp_driver_rmt
|
- esp_driver_rmt
|
||||||
|
Reference in New Issue
Block a user