|
@@ -275,6 +275,20 @@ src_filter = ${common.default_src_filter}
|
275
|
275
|
monitor_speed = 250000
|
276
|
276
|
|
277
|
277
|
#
|
|
278
|
+# Teensy++ 2.0
|
|
279
|
+#
|
|
280
|
+[env:teensy20]
|
|
281
|
+platform = teensy
|
|
282
|
+framework = arduino
|
|
283
|
+board = teensy20pp
|
|
284
|
+build_flags = ${common.build_flags}
|
|
285
|
+#board_build.f_cpu = 20000000L ; Bug in Arduino framework disallows boards running at 20Mhz
|
|
286
|
+lib_deps = ${common.lib_deps}
|
|
287
|
+lib_ldf_mode = deep+
|
|
288
|
+src_filter = ${common.default_src_filter}
|
|
289
|
+monitor_speed = 250000
|
|
290
|
+
|
|
291
|
+#
|
278
|
292
|
# Teensy 3.5 / 3.6 (ARM Cortex-M4)
|
279
|
293
|
#
|
280
|
294
|
[env:teensy35]
|