|
@@ -17,7 +17,7 @@
|
17
|
17
|
|
18
|
18
|
[platformio]
|
19
|
19
|
src_dir = Marlin
|
20
|
|
-envs_dir = .pioenvs
|
|
20
|
+build_dir = .pioenvs
|
21
|
21
|
lib_dir = .piolib
|
22
|
22
|
libdeps_dir = .piolibdeps
|
23
|
23
|
env_default = megaatmega2560
|
|
@@ -54,7 +54,7 @@ build_flags = -fmax-errors=5
|
54
|
54
|
platform = atmelavr
|
55
|
55
|
framework = arduino
|
56
|
56
|
board = megaatmega2560
|
57
|
|
-build_flags = ${common.build_flags} -I $BUILDSRC_DIR
|
|
57
|
+build_flags = ${common.build_flags}
|
58
|
58
|
board_f_cpu = 16000000L
|
59
|
59
|
lib_deps = ${common.lib_deps}
|
60
|
60
|
src_filter = ${common.default_src_filter}
|
|
@@ -66,7 +66,7 @@ src_filter = ${common.default_src_filter}
|
66
|
66
|
platform = atmelavr
|
67
|
67
|
framework = arduino
|
68
|
68
|
board = megaatmega1280
|
69
|
|
-build_flags = ${common.build_flags} -I $BUILDSRC_DIR
|
|
69
|
+build_flags = ${common.build_flags}
|
70
|
70
|
board_f_cpu = 16000000L
|
71
|
71
|
lib_deps = ${common.lib_deps}
|
72
|
72
|
src_filter = ${common.default_src_filter}
|
|
@@ -93,7 +93,7 @@ src_filter = ${common.default_src_filter}
|
93
|
93
|
platform = atmelsam
|
94
|
94
|
framework = arduino
|
95
|
95
|
board = due
|
96
|
|
-build_flags = ${common.build_flags} -I $BUILDSRC_DIR
|
|
96
|
+build_flags = ${common.build_flags}
|
97
|
97
|
lib_deps = ${common.lib_deps}
|
98
|
98
|
lib_ignore = TMC26XStepper
|
99
|
99
|
src_filter = ${common.default_src_filter}
|
|
@@ -156,7 +156,7 @@ debug_server =
|
156
|
156
|
platform = atmelavr
|
157
|
157
|
framework = arduino
|
158
|
158
|
board = reprap_rambo
|
159
|
|
-build_flags = ${common.build_flags} -I $BUILDSRC_DIR
|
|
159
|
+build_flags = ${common.build_flags}
|
160
|
160
|
board_f_cpu = 16000000L
|
161
|
161
|
lib_deps = ${common.lib_deps}
|
162
|
162
|
src_filter = ${common.default_src_filter}
|
|
@@ -192,7 +192,7 @@ src_filter = ${common.default_src_filter}
|
192
|
192
|
platform = teensy
|
193
|
193
|
framework = arduino
|
194
|
194
|
board = teensy20pp
|
195
|
|
-build_flags = ${common.build_flags} -I $BUILDSRC_DIR
|
|
195
|
+build_flags = ${common.build_flags}
|
196
|
196
|
#board_f_cpu = 20000000L ; Bug in Arduino framework disallows boards running at 20Mhz
|
197
|
197
|
lib_deps = ${common.lib_deps}
|
198
|
198
|
lib_ldf_mode = deep+
|
|
@@ -205,7 +205,7 @@ src_filter = ${common.default_src_filter}
|
205
|
205
|
platform = teensy
|
206
|
206
|
framework = arduino
|
207
|
207
|
board = teensy35
|
208
|
|
-build_flags = ${common.build_flags} -I $BUILDSRC_DIR
|
|
208
|
+build_flags = ${common.build_flags}
|
209
|
209
|
lib_deps = ${common.lib_deps}
|
210
|
210
|
lib_ignore = Adafruit NeoPixel
|
211
|
211
|
src_filter = ${common.default_src_filter}
|