@@ -52,7 +52,7 @@ build_flags =
52
52
-DSERIAL1_RX_BUFFER_SIZE =512 -DSERIAL1_TX_BUFFER_SIZE =512
53
53
-DSERIAL2_RX_BUFFER_SIZE =256 -DSERIAL2_TX_BUFFER_SIZE =256
54
54
-DSERIAL3_RX_BUFFER_SIZE =256 -DSERIAL3_TX_BUFFER_SIZE =256
55
- platform = teensy
55
+ platform = teensy@3.4.0
56
56
framework = arduino
57
57
board = teensy31
58
58
lib_deps =
@@ -73,7 +73,7 @@ extra_scripts = tools/platformio_cfg_gitversion.py
73
73
[env:program-esp]
74
74
src_filter = +<common/*>, +<program-esp/*>, +<host/esp-programmer/>
75
75
build_flags = ${common.build_flags} -Isrc/common
76
- platform = teensy
76
+ platform = teensy@3.4.0
77
77
framework = arduino
78
78
board = teensy31
79
79
lib_ldf_mode = deep
@@ -88,10 +88,9 @@ src_filter = +<common/*>,+<esp/*>
88
88
build_flags = -Wall -Werror -fno-strict-aliasing
89
89
-Isrc/common -Isrc/esp
90
90
-DHAVE_STRLCPY -DHAVE_STRLCAT
91
- # platform=espressif8266
92
- platform =https://github.com/platformio/platform-espressif8266.git# feature/stage
91
+
93
92
framework = arduino
94
- board = esp_wroom_02
93
+ board = esp01_1m
95
94
upload_speed = 921600
96
95
extra_scripts =
97
96
tools/platformio_cfg_esp.py
@@ -108,7 +107,7 @@ lib_deps =
108
107
[env:mfg]
109
108
src_filter = +<common/*>, +<mfg/*>, +<host/drivers/ILI9341GC.cpp>
110
109
build_flags = ${common.build_flags} -Isrc/common
111
- platform = teensy
110
+ platform = teensy@3.4.0
112
111
framework = arduino
113
112
board = teensy31
114
113
lib_deps =
@@ -165,7 +164,7 @@ build_flags =
165
164
-DSERIAL3_RX_BUFFER_SIZE =256 -DSERIAL3_TX_BUFFER_SIZE =256
166
165
-DSERIAL4_RX_BUFFER_SIZE =256 -DSERIAL4_TX_BUFFER_SIZE =256
167
166
-DSERIAL5_RX_BUFFER_SIZE =256 -DSERIAL5_TX_BUFFER_SIZE =256
168
- platform = teensy
167
+ platform = teensy@3.4.0
169
168
framework = arduino
170
169
board = teensy36
171
170
lib_deps =
@@ -177,7 +176,7 @@ extra_scripts = tools/platformio_cfg_gitversion.py
177
176
[env:program-esp-teensy36]
178
177
src_filter = +<common/*>, +<program-esp/*>, +<host/esp-programmer/>
179
178
build_flags = ${common.build_flags} -Isrc/common
180
- platform = teensy
179
+ platform = teensy@3.4.0
181
180
framework = arduino
182
181
board = teensy36
183
182
lib_ldf_mode = deep
@@ -189,7 +188,7 @@ lib_ignore = ${common.incompatible_libs_teensy}
189
188
[env:mfg-teensy36]
190
189
src_filter = +<common/*>, +<mfg/*>, +<host/drivers/ILI9341GC.cpp>
191
190
build_flags = ${common.build_flags} -Isrc/common
192
- platform = teensy
191
+ platform = teensy@3.4.0
193
192
framework = arduino
194
193
board = teensy36
195
194
lib_deps =
0 commit comments