mirror of
https://github.com/esphome/esphome.git
synced 2025-09-02 11:22:24 +01:00
[esp32_rmt] Add variant validation for use_dma (#8897)
This commit is contained in:
@@ -2,4 +2,5 @@ substitutions:
|
||||
pin1: GPIO13
|
||||
pin2: GPIO14
|
||||
|
||||
<<: !include common-ard.yaml
|
||||
packages:
|
||||
common: !include common-ard.yaml
|
||||
|
@@ -2,4 +2,5 @@ substitutions:
|
||||
pin1: GPIO3
|
||||
pin2: GPIO4
|
||||
|
||||
<<: !include common-ard.yaml
|
||||
packages:
|
||||
common: !include common-ard.yaml
|
||||
|
@@ -2,4 +2,5 @@ substitutions:
|
||||
pin1: GPIO3
|
||||
pin2: GPIO4
|
||||
|
||||
<<: !include common-idf.yaml
|
||||
packages:
|
||||
common: !include common-idf.yaml
|
||||
|
@@ -2,4 +2,5 @@ substitutions:
|
||||
pin1: GPIO13
|
||||
pin2: GPIO14
|
||||
|
||||
<<: !include common-idf.yaml
|
||||
packages:
|
||||
common: !include common-idf.yaml
|
||||
|
12
tests/components/esp32_rmt_led_strip/test.esp32-s3-idf.yaml
Normal file
12
tests/components/esp32_rmt_led_strip/test.esp32-s3-idf.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
substitutions:
|
||||
pin1: GPIO3
|
||||
pin2: GPIO4
|
||||
|
||||
packages:
|
||||
common: !include common-idf.yaml
|
||||
|
||||
light:
|
||||
- id: !extend led_strip1
|
||||
use_dma: "true"
|
||||
- id: !extend led_strip2
|
||||
use_dma: "false"
|
Reference in New Issue
Block a user