Skip to content

Commit 14f8edb

Browse files
authored
Remove zigbee custom_sdkonfig and beautify entrys
1 parent 4af6ade commit 14f8edb

File tree

1 file changed

+89
-95
lines changed

1 file changed

+89
-95
lines changed

examples/arduino-blink/platformio.ini

Lines changed: 89 additions & 95 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,17 @@
88
; http://docs.platformio.org/page/projectconf.html
99

1010
[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
2422
custom_component_remove = espressif/esp_hosted
2523
espressif/esp_wifi_remote
2624
espressif/network_provisioning
@@ -40,19 +38,17 @@ custom_component_remove = espressif/esp_hosted
4038
chmorgan/esp-libhelix-mp3
4139

4240
[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
5652
custom_component_remove = espressif/esp_hosted
5753
espressif/esp_wifi_remote
5854
espressif/network_provisioning
@@ -70,20 +66,20 @@ custom_component_remove = espressif/esp_hosted
7066
espressif/esp_rainmaker
7167
espressif/rmaker_common
7268
chmorgan/esp-libhelix-mp3
73-
custom_component_add = espressif/cmake_utilities @ 0.*
69+
custom_component_add = espressif/cmake_utilities @ 0.*
7470

7571
[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
8783
custom_component_remove = espressif/esp_hosted
8884
espressif/esp_wifi_remote
8985
espressif/network_provisioning
@@ -104,29 +100,28 @@ custom_component_remove = espressif/esp_hosted
104100

105101
[env:esp32s3-qio_opi_per]
106102
; 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
130125
custom_component_remove = espressif/esp_hosted
131126
espressif/esp_wifi_remote
132127
espressif/network_provisioning
@@ -146,18 +141,18 @@ custom_component_remove = espressif/esp_hosted
146141
chmorgan/esp-libhelix-mp3
147142

148143
[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
161156
custom_component_remove = espressif/esp_hosted
162157
espressif/esp_wifi_remote
163158
espressif/network_provisioning
@@ -177,16 +172,16 @@ custom_component_remove = espressif/esp_hosted
177172
chmorgan/esp-libhelix-mp3
178173

179174
[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
190185
custom_component_remove = espressif/esp_hosted
191186
espressif/esp_wifi_remote
192187
espressif/network_provisioning
@@ -206,18 +201,17 @@ custom_component_remove = espressif/esp_hosted
206201
chmorgan/esp-libhelix-mp3
207202

208203
[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
221215
custom_component_remove = espressif/esp_hosted
222216
espressif/esp_wifi_remote
223217
espressif/network_provisioning

0 commit comments

Comments
 (0)