8
8
; http://docs.platformio.org/page/projectconf.html
9
9
10
10
[env:esp32solo1]
11
- platform = espressif32
12
- framework = arduino
13
- board = esp32-solo1
14
- build_flags = -DLED_BUILTIN =2
15
- lib_ignore = wifi
16
- ble
17
- spiffs
18
- NetworkClientSecure
19
- Matter
20
- Zigbee
21
- ESP RainMaker
22
- custom_sdkconfig =
23
- ' # CONFIG_ZB_ENABLED is not set'
11
+ platform = espressif32
12
+ framework = arduino
13
+ board = esp32-solo1
14
+ build_flags = -DLED_BUILTIN =2
15
+ lib_ignore = wifi
16
+ ble
17
+ spiffs
18
+ NetworkClientSecure
19
+ Matter
20
+ Zigbee
21
+ ESP RainMaker
24
22
custom_component_remove = espressif/esp_hosted
25
23
espressif/esp_wifi_remote
26
24
espressif/network_provisioning
@@ -40,19 +38,17 @@ custom_component_remove = espressif/esp_hosted
40
38
chmorgan/esp-libhelix-mp3
41
39
42
40
[env:esp32-c2-devkitm-1]
43
- platform = espressif32
44
- framework = arduino
45
- board = esp32-c2-devkitm-1
46
- monitor_speed = 115200
47
- lib_ignore = wifi
48
- ble
49
- spiffs
50
- NetworkClientSecure
51
- Matter
52
- Zigbee
53
- ESP RainMaker
54
- custom_sdkconfig =
55
- ' # CONFIG_ZB_ENABLED is not set'
41
+ platform = espressif32
42
+ framework = arduino
43
+ board = esp32-c2-devkitm-1
44
+ monitor_speed = 115200
45
+ lib_ignore = wifi
46
+ ble
47
+ spiffs
48
+ NetworkClientSecure
49
+ Matter
50
+ Zigbee
51
+ ESP RainMaker
56
52
custom_component_remove = espressif/esp_hosted
57
53
espressif/esp_wifi_remote
58
54
espressif/network_provisioning
@@ -70,20 +66,20 @@ custom_component_remove = espressif/esp_hosted
70
66
espressif/esp_rainmaker
71
67
espressif/rmaker_common
72
68
chmorgan/esp-libhelix-mp3
73
- custom_component_add = espressif/cmake_utilities @ 0.*
69
+ custom_component_add = espressif/cmake_utilities @ 0.*
74
70
75
71
[env:esp32-s3-arduino_nano_esp32]
76
- platform = espressif32
77
- framework = arduino
78
- board = arduino_nano_esp32
79
- monitor_speed = 115200
80
- lib_ignore = wifi
81
- ble
82
- spiffs
83
- NetworkClientSecure
84
- Matter
85
- Zigbee
86
- ESP RainMaker
72
+ platform = espressif32
73
+ framework = arduino
74
+ board = arduino_nano_esp32
75
+ monitor_speed = 115200
76
+ lib_ignore = wifi
77
+ ble
78
+ spiffs
79
+ NetworkClientSecure
80
+ Matter
81
+ Zigbee
82
+ ESP RainMaker
87
83
custom_component_remove = espressif/esp_hosted
88
84
espressif/esp_wifi_remote
89
85
espressif/network_provisioning
@@ -104,29 +100,28 @@ custom_component_remove = espressif/esp_hosted
104
100
105
101
[env:esp32s3-qio_opi_per]
106
102
; OPI Performance settings -> Display use
107
- platform = espressif32
108
- framework = arduino
109
- board = esp32s3_120_16_8-qio_opi
110
- lib_ignore = wifi
111
- ble
112
- spiffs
113
- NetworkClientSecure
114
- Matter
115
- Zigbee
116
- ESP RainMaker
117
- custom_sdkconfig = CONFIG_SPIRAM_MODE_OCT =y
118
- CONFIG_SPIRAM_SPEED_120M =y
119
- CONFIG_LCD_RGB_ISR_IRAM_SAFE =y
120
- CONFIG_GDMA_CTRL_FUNC_IN_IRAM =y
121
- CONFIG_I2S_ISR_IRAM_SAFE =y
122
- CONFIG_GDMA_ISR_IRAM_SAFE =y
123
- CONFIG_SPIRAM_XIP_FROM_PSRAM =y
124
- CONFIG_SPIRAM_FETCH_INSTRUCTIONS =y
125
- CONFIG_SPIRAM_RODATA =y
126
- CONFIG_ESP32S3_DEFAULT_CPU_FREQ_240 =y
127
- CONFIG_ESP32S3_DATA_CACHE_64KB =y
128
- CONFIG_ESP32S3_DATA_CACHE_LINE_64B =y
129
- ' # CONFIG_ZB_ENABLED is not set'
103
+ platform = espressif32
104
+ framework = arduino
105
+ board = esp32s3_120_16_8-qio_opi
106
+ lib_ignore = wifi
107
+ ble
108
+ spiffs
109
+ NetworkClientSecure
110
+ Matter
111
+ Zigbee
112
+ ESP RainMaker
113
+ custom_sdkconfig = CONFIG_SPIRAM_MODE_OCT =y
114
+ CONFIG_SPIRAM_SPEED_120M =y
115
+ CONFIG_LCD_RGB_ISR_IRAM_SAFE =y
116
+ CONFIG_GDMA_CTRL_FUNC_IN_IRAM =y
117
+ CONFIG_I2S_ISR_IRAM_SAFE =y
118
+ CONFIG_GDMA_ISR_IRAM_SAFE =y
119
+ CONFIG_SPIRAM_XIP_FROM_PSRAM =y
120
+ CONFIG_SPIRAM_FETCH_INSTRUCTIONS =y
121
+ CONFIG_SPIRAM_RODATA =y
122
+ CONFIG_ESP32S3_DEFAULT_CPU_FREQ_240 =y
123
+ CONFIG_ESP32S3_DATA_CACHE_64KB =y
124
+ CONFIG_ESP32S3_DATA_CACHE_LINE_64B =y
130
125
custom_component_remove = espressif/esp_hosted
131
126
espressif/esp_wifi_remote
132
127
espressif/network_provisioning
@@ -146,18 +141,18 @@ custom_component_remove = espressif/esp_hosted
146
141
chmorgan/esp-libhelix-mp3
147
142
148
143
[env:esp32-c6-devkitc-1]
149
- platform = espressif32
150
- framework = arduino
151
- build_type = debug
152
- board = esp32-c6-devkitc-1
153
- monitor_speed = 115200
154
- lib_ignore = wifi
155
- ble
156
- spiffs
157
- NetworkClientSecure
158
- Matter
159
- Zigbee
160
- ESP RainMaker
144
+ platform = espressif32
145
+ framework = arduino
146
+ build_type = debug
147
+ board = esp32-c6-devkitc-1
148
+ monitor_speed = 115200
149
+ lib_ignore = wifi
150
+ ble
151
+ spiffs
152
+ NetworkClientSecure
153
+ Matter
154
+ Zigbee
155
+ ESP RainMaker
161
156
custom_component_remove = espressif/esp_hosted
162
157
espressif/esp_wifi_remote
163
158
espressif/network_provisioning
@@ -177,16 +172,16 @@ custom_component_remove = espressif/esp_hosted
177
172
chmorgan/esp-libhelix-mp3
178
173
179
174
[env:esp32-h2-devkitm-1]
180
- platform = espressif32
181
- framework = arduino
182
- board = esp32-h2-devkitm-1
183
- monitor_speed = 115200
184
- lib_ignore = ble
185
- spiffs
186
- NetworkClientSecure
187
- Matter
188
- Zigbee
189
- ESP RainMaker
175
+ platform = espressif32
176
+ framework = arduino
177
+ board = esp32-h2-devkitm-1
178
+ monitor_speed = 115200
179
+ lib_ignore = ble
180
+ spiffs
181
+ NetworkClientSecure
182
+ Matter
183
+ Zigbee
184
+ ESP RainMaker
190
185
custom_component_remove = espressif/esp_hosted
191
186
espressif/esp_wifi_remote
192
187
espressif/network_provisioning
@@ -206,18 +201,17 @@ custom_component_remove = espressif/esp_hosted
206
201
chmorgan/esp-libhelix-mp3
207
202
208
203
[env:esp32-p4]
209
- platform = espressif32
210
- framework = arduino
211
- board = esp32-p4
212
- build_flags = -DLED_BUILTIN =2
213
- lib_ignore = wifi
214
- ble
215
- spiffs
216
- NetworkClientSecure
217
- Matter
218
- Zigbee
219
- ESP RainMaker
220
- monitor_speed = 115200
204
+ platform = espressif32
205
+ framework = arduino
206
+ board = esp32-p4
207
+ build_flags = -DLED_BUILTIN =2
208
+ lib_ignore = wifi
209
+ ble
210
+ spiffs
211
+ NetworkClientSecure
212
+ Matter
213
+ Zigbee
214
+ ESP RainMaker
221
215
custom_component_remove = espressif/esp_hosted
222
216
espressif/esp_wifi_remote
223
217
espressif/network_provisioning
0 commit comments