Reduce Teensy++ 2.0 to a single entry

Followup to #7750, #7826
2.0.x
Scott Lahteine 7 years ago committed by Scott Lahteine
parent 1ae208395c
commit 200f971ef7

@ -64,36 +64,18 @@ lib_deps = ${common.lib_deps}
src_filter = ${common.default_src_filter}
#
# PrintrBoard (Teensy++ 2.0)
# Teensy++ 2.0
#
[env:printrboard]
platform = teensy
framework = arduino
board = teensy20pp
build_flags = -I $BUILDSRC_DIR -D MOTHERBOARD=BOARD_PRINTRBOARD
#board_f_cpu = 20000000L ; Bug in Arduino framework disallows boards running at 20Mhz
lib_deps = ${common.lib_deps}
src_filter = ${common.default_src_filter}
#
# PrintrBoard Rev.F (Teensy++ 2.0)
#
[env:printrboard_revf]
platform = teensy
framework = arduino
board = teensy20pp
build_flags = -I $BUILDSRC_DIR -D MOTHERBOARD=BOARD_PRINTRBOARD_REVF
lib_deps = ${common.lib_deps}
src_filter = ${common.default_src_filter}
#
# Brainwave Pro (Teensy++ 2.0)
# - PrintrBoard
# - PrintrBoard Rev.F
# - Brainwave Pro
#
[env:brainwavepro]
[env:teensy20]
platform = teensy
framework = arduino
board = teensy20pp
build_flags = -I $BUILDSRC_DIR -D MOTHERBOARD=BOARD_BRAINWAVE_PRO
build_flags = -I $BUILDSRC_DIR
#board_f_cpu = 20000000L ; Bug in Arduino framework disallows boards running at 20Mhz
lib_deps = ${common.lib_deps}
src_filter = ${common.default_src_filter}

Loading…
Cancel
Save