File tree Expand file tree Collapse file tree 1 file changed +30
-20
lines changed
examples/arduino-rmt-blink Expand file tree Collapse file tree 1 file changed +30
-20
lines changed Original file line number Diff line number Diff line change 11[env:esp32-s2]
2- platform = espressif32
3- framework = arduino
4- board = esp32-s2-saola-1
5- lib_ignore = ble
2+ platform = espressif32
3+ framework = arduino
4+ board = esp32-s2-saola-1
5+ lib_ignore = ble
66 wifi
77 ESP RainMaker
88 ESP Insights
99 spiffs
1010 NetworkClientSecure
1111 Zigbee
12+ Matter
13+ OpenThread
1214build_flags = -DBUILTIN_RGBLED_PIN =18
1315 -DNR_OF_LEDS =1
1416
1517[env:esp32-s3]
16- platform = espressif32
17- framework = arduino
18- board = esp32-s3-devkitc-1
19- lib_ignore = ble
18+ platform = espressif32
19+ framework = arduino
20+ board = esp32-s3-devkitc-1
21+ lib_ignore = ble
2022 wifi
2123 ESP RainMaker
2224 ESP Insights
2325 spiffs
2426 NetworkClientSecure
2527 Zigbee
28+ Matter
29+ OpenThread
2630build_flags = -DBUILTIN_RGBLED_PIN =48
2731 -DNR_OF_LEDS =1
2832
2933[env:esp32-c3]
30- platform = espressif32
31- framework = arduino
32- board = esp32-c3-devkitm-1
33- lib_ignore = ble
34+ platform = espressif32
35+ framework = arduino
36+ board = esp32-c3-devkitm-1
37+ lib_ignore = ble
3438 wifi
3539 ESP RainMaker
3640 ESP Insights
3741 spiffs
3842 NetworkClientSecure
3943 Zigbee
44+ Matter
45+ OpenThread
4046build_flags = -DBUILTIN_RGBLED_PIN =8
4147 -DNR_OF_LEDS =1
4248
4349[env:esp32-c5]
44- platform = espressif32
45- framework = arduino
46- board = esp32-c5-devkitc-1
47- lib_ignore = ble
50+ platform = espressif32
51+ framework = arduino
52+ board = esp32-c5-devkitc-1
53+ lib_ignore = ble
4854 wifi
4955 ESP RainMaker
5056 ESP Insights
5157 spiffs
5258 NetworkClientSecure
5359 Zigbee
60+ Matter
61+ OpenThread
5462build_flags = -DBUILTIN_RGBLED_PIN =27
5563 -DNR_OF_LEDS =1
5664
5765[env:esp32-c6]
58- platform = espressif32
59- framework = arduino
60- board = esp32-c6-devkitm-1
61- lib_ignore = ble
66+ platform = espressif32
67+ framework = arduino
68+ board = esp32-c6-devkitm-1
69+ lib_ignore = ble
6270 wifi
6371 ESP RainMaker
6472 ESP Insights
6573 spiffs
6674 NetworkClientSecure
6775 Zigbee
76+ Matter
77+ OpenThread
6878build_flags = -DBUILTIN_RGBLED_PIN =8
6979 -DNR_OF_LEDS =1
You can’t perform that action at this time.
0 commit comments