Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

Commit aab1f09

Browse files
authored
Update platformio.ini
1 parent e61c24e commit aab1f09

File tree

1 file changed

+77
-119
lines changed

1 file changed

+77
-119
lines changed

platformio/platformio.ini

Lines changed: 77 additions & 119 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ default_envs = portenta_h7_m7
2828
;default_envs = portenta_h7_m4
2929
;default_envs = teensy
3030

31+
; ============================================================
32+
; ============================================================
33+
3134
[env]
3235
; ============================================================
3336
; Serial configuration
@@ -44,55 +47,59 @@ lib_ldf_mode = chain+
4447
;lib_ldf_mode = deep+
4548

4649
lib_deps =
47-
; PlatformIO 4.x
48-
; AsyncTCP@>=1.1.1
49-
; https://github.com/khoih-prog/ESPAsyncTCP.git
50-
; https://github.com/khoih-prog/STM32AsyncTCP.git
51-
; STM32duino LwIP@>=2.1.2
52-
; STM32duino STM32Ethernet@>=1.3.0
53-
; ESPAsync_WiFiManager@>=1.14.0
54-
; Portenta_H7_AsyncTCP@>=1.3.2
55-
; Teensy41_AsyncTCP@>=1.0.0
56-
; LittleFS_esp32@>=1.0.6
57-
; WebServer_WT32_ETH01@>=1.5.1
58-
; AsyncTCP_SSL@>=1.3.0
59-
; AsyncTCP_RP2040W@>=1.0.0
60-
61-
; PlatformIO 5.x
62-
me-no-dev/AsyncTCP@>=1.1.1
63-
https://github.com/khoih-prog/ESPAsyncTCP.git
64-
; philbowles/STM32AsyncTCP
65-
https://github.com/khoih-prog/STM32AsyncTCP.git
66-
stm32duino/STM32duino LwIP@>=2.1.2
67-
stm32duino/STM32duino STM32Ethernet@>=1.3.0
68-
khoih-prog/ESPAsync_WiFiManager@>=1.14.0
69-
khoih-prog/Portenta_H7_AsyncTCP@>=1.3.2
70-
khoih-prog/Teensy41_AsyncTCP@>=1.0.0
71-
;lorol/LittleFS_esp32@>=1.0.6
72-
khoih-prog/WebServer_WT32_ETH01@>=1.5.1
73-
khoih-prog/AsyncTCP_SSL@>=1.3.0
74-
khoih-prog/AsyncTCP_RP2040W@>=1.0.0
50+
;
7551

7652
build_flags =
7753
; set your debug output (default=Serial)
7854
; -D DEBUG_ESP_PORT=Serial
7955
; comment the folowing line to enable WiFi debugging
8056
; -D NDEBUG
8157

58+
; ============================================================
59+
; ============================================================
60+
8261
[env:teensy]
8362
platform = teensy
8463
framework = arduino
8564

65+
lib_deps =
66+
; PlatformIO 4.x
67+
; Teensy41_AsyncTCP@>=1.0.0
68+
; PlatformIO 5.x
69+
khoih-prog/Teensy41_AsyncTCP@>=1.0.0
70+
71+
; ============================================================
72+
; ============================================================
73+
8674
[env:portenta_h7_m7]
8775
platform = ststm32
8876
board = portenta_h7_m7
8977
framework = arduino
9078

79+
lib_deps =
80+
; PlatformIO 4.x
81+
; Portenta_H7_AsyncTCP@>=1.3.2
82+
83+
; PlatformIO 5.x
84+
khoih-prog/Portenta_H7_AsyncTCP@>=1.3.2
85+
86+
; ============================================================
87+
; ============================================================
88+
9189
[env:portenta_h7_m4]
9290
platform = ststm32
9391
board = portenta_h7_m4
9492
framework = arduino
9593

94+
lib_deps =
95+
; PlatformIO 4.x
96+
; Portenta_H7_AsyncTCP@>=1.3.2
97+
; PlatformIO 5.x
98+
khoih-prog/Portenta_H7_AsyncTCP@>=1.3.2
99+
100+
; ============================================================
101+
; ============================================================
102+
96103
[env:pico]
97104
; ============================================================
98105
; Just a sample
@@ -103,9 +110,26 @@ board = pico
103110
framework = arduino
104111
upload_protocol = picotool
105112

113+
lib_deps =
114+
; PlatformIO 4.x
115+
; AsyncTCP_RP2040W@>=1.0.0
116+
117+
; PlatformIO 5.x
118+
khoih-prog/AsyncTCP_RP2040W@>=1.0.0
119+
120+
; ============================================================
121+
; ============================================================
122+
106123
[env:ESP8266]
107124
platform = espressif8266
108125
framework = arduino
126+
127+
lib_deps =
128+
; PlatformIO 4.x
129+
; https://github.com/khoih-prog/ESPAsyncTCP.git
130+
; PlatformIO 5.x
131+
https://github.com/khoih-prog/ESPAsyncTCP.git
132+
109133
; ============================================================
110134
; Board configuration
111135
; choose your board by uncommenting one of the following lines
@@ -148,9 +172,20 @@ board = nodemcuv2
148172
;board = xinabox_cw01
149173
;board = esp32doit-devkit-v1
150174

175+
; ============================================================
176+
; ============================================================
177+
151178
[env:ESP32]
152179
platform = espressif32
153180
framework = arduino
181+
182+
lib_deps =
183+
; PlatformIO 4.x
184+
; AsyncTCP@>=1.1.1
185+
186+
; PlatformIO 5.x
187+
me-no-dev/AsyncTCP@>=1.1.1
188+
154189
; ============================================================
155190
; Board configuration
156191
; choose your board by uncommenting one of the following lines
@@ -189,104 +224,24 @@ board = esp32doit-devkit-v1
189224
;board = iotbusproteus
190225
;board = nina_w10
191226

192-
[env:SAMD]
193-
platform = atmelsam
194-
framework = arduino
195-
; ============================================================
196-
; Choose your board by uncommenting one of the following lines
197227
; ============================================================
198228
; ============================================================
199-
; Board configuration Adafruit SAMD
200-
; ============================================================
201-
202-
;board = adafruit_feather_m0
203-
;board = adafruit_feather_m0_express
204-
;board = adafruit_metro_m0
205-
;board = adafruit_circuitplayground_m0
206-
;board = adafruit_gemma_m0
207-
;board = adafruit_trinket_m0
208-
;board = adafruit_itsybitsy_m0
209-
;board = adafruit_pirkey
210-
;board = adafruit_hallowing
211-
;board = adafruit_crickit_m0
212-
;board = adafruit_metro_m4
213-
;board = adafruit_grandcentral_m4
214-
board = adafruit_itsybitsy_m4
215-
;board = adafruit_feather_m4
216-
;board = adafruit_trellis_m4
217-
;board = adafruit_pyportal_m4
218-
;board = adafruit_pyportal_m4_titano
219-
;board = adafruit_pybadge_m4
220-
;board = adafruit_metro_m4_airliftlite
221-
;board = adafruit_pygamer_m4
222-
;board = adafruit_pygamer_advance_m4
223-
;board = adafruit_pybadge_airlift_m4
224-
;board = adafruit_monster_m4sk
225-
;board = adafruit_hallowing_m4
226-
227-
; ============================================================
228-
; Board configuration Arduino SAMD and SAM
229-
; ============================================================
230-
231-
;board = arduino_zero_edbg
232-
;board = arduino_zero_native
233-
;board = mkr1000
234-
;board = mkrzero
235-
;board = mkrwifi1010
236-
;board = nano_33_iot
237-
;board = mkrfox1200
238-
;board = mkrwan1300
239-
;board = mkrwan1310
240-
;board = mkrgsm1400
241-
;board = mkrnb1500
242-
;board = mkrvidor4000
243-
;board = adafruit_circuitplayground_m0
244-
;board = mzero_pro_bl_dbg
245-
;board = mzero_pro_bl
246-
;board = mzero_bl
247-
;board = tian
248-
;board = tian_cons
249-
;board = arduino_due_x_dbg
250-
;board = arduino_due_x
251-
252-
; ============================================================
253-
; Board configuration Seeeduino SAMD
254-
; ============================================================
255-
256-
;board = seeed_wio_terminal
257-
;board = Seeed_femto_m0
258-
;board = seeed_XIAO_m0
259-
;board = Wio_Lite_MG126
260-
;board = WioGPS
261-
;board = zero
262-
;board = rolawan
263-
;board = seeed_grove_ui_wireless
264-
265-
266-
[env:NRF52]
267-
platform = nordicnrf52
268-
framework = arduino
269-
; ============================================================
270-
; Board configuration Adafruit nRF52
271-
; choose your board by uncommenting one of the following lines
272-
; ============================================================
273-
;board = feather52832
274-
board = feather52840
275-
;board = feather52840sense
276-
;board = itsybitsy52840
277-
;board = cplaynrf52840
278-
;board = cluenrf52840
279-
;board = metro52840
280-
;board = pca10056
281-
;board = particle_xenon
282-
;board = mdbt50qrx
283-
;board = ninab302
284-
;board = ninab112
285229

286230
[env:STM32]
287231
platform = ststm32
288232
framework = arduino
289233

234+
lib_deps =
235+
; PlatformIO 4.x
236+
; https://github.com/khoih-prog/STM32AsyncTCP.git
237+
; STM32duino LwIP@>=2.1.2
238+
; STM32duino STM32Ethernet@>=1.3.0
239+
; PlatformIO 5.x
240+
; philbowles/STM32AsyncTCP
241+
https://github.com/khoih-prog/STM32AsyncTCP.git
242+
stm32duino/STM32duino LwIP@>=2.1.2
243+
stm32duino/STM32duino STM32Ethernet@>=1.3.0
244+
290245
; ============================================================
291246
; Choose your board by uncommenting one of the following lines
292247
; ============================================================
@@ -390,6 +345,9 @@ framework = arduino
390345
;board = coreboard_f401rc
391346
;board = feather_f405
392347

348+
; ============================================================
349+
; ============================================================
350+
393351
; ============================================================
394352
; Board configuration Many more Boards to be filled
395353
; ============================================================

0 commit comments

Comments
 (0)