Browse Source

Teensy++ 2.0 can truly go away

Scott Lahteine 6 years ago
parent
commit
921685d12f
1 changed files with 0 additions and 14 deletions
  1. 0
    14
      platformio.ini

+ 0
- 14
platformio.ini View File

@@ -275,20 +275,6 @@ 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
-#
292 278
 # Teensy 3.5 / 3.6 (ARM Cortex-M4)
293 279
 #
294 280
 [env:teensy35]

Loading…
Cancel
Save