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 1
1
[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
6
6
wifi
7
7
ESP RainMaker
8
8
ESP Insights
9
9
spiffs
10
10
NetworkClientSecure
11
11
Zigbee
12
+ Matter
13
+ OpenThread
12
14
build_flags = -DBUILTIN_RGBLED_PIN =18
13
15
-DNR_OF_LEDS =1
14
16
15
17
[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
20
22
wifi
21
23
ESP RainMaker
22
24
ESP Insights
23
25
spiffs
24
26
NetworkClientSecure
25
27
Zigbee
28
+ Matter
29
+ OpenThread
26
30
build_flags = -DBUILTIN_RGBLED_PIN =48
27
31
-DNR_OF_LEDS =1
28
32
29
33
[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
34
38
wifi
35
39
ESP RainMaker
36
40
ESP Insights
37
41
spiffs
38
42
NetworkClientSecure
39
43
Zigbee
44
+ Matter
45
+ OpenThread
40
46
build_flags = -DBUILTIN_RGBLED_PIN =8
41
47
-DNR_OF_LEDS =1
42
48
43
49
[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
48
54
wifi
49
55
ESP RainMaker
50
56
ESP Insights
51
57
spiffs
52
58
NetworkClientSecure
53
59
Zigbee
60
+ Matter
61
+ OpenThread
54
62
build_flags = -DBUILTIN_RGBLED_PIN =27
55
63
-DNR_OF_LEDS =1
56
64
57
65
[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
62
70
wifi
63
71
ESP RainMaker
64
72
ESP Insights
65
73
spiffs
66
74
NetworkClientSecure
67
75
Zigbee
76
+ Matter
77
+ OpenThread
68
78
build_flags = -DBUILTIN_RGBLED_PIN =8
69
79
-DNR_OF_LEDS =1
You can’t perform that action at this time.
0 commit comments