1.1.x version of Auto-build PR 10503 (#10561)

This commit is contained in:
Bob-the-Kuhn 2018-04-28 11:30:40 -05:00 committed by Scott Lahteine
parent 522ea178a4
commit 382aa96870
4 changed files with 1398 additions and 122 deletions

View file

@ -52,15 +52,6 @@ build_flags = ${common.build_flags}
board_f_cpu = 16000000L
lib_deps = ${common.lib_deps}
#
# Brainwave Pro (Teensy 2.0)
#
[env:brainwavepro]
platform = teensy
framework = arduino
board = teensy20pp
build_flags = ${common.build_flags} -D MOTHERBOARD=BOARD_BRAINWAVE_PRO
lib_deps = ${common.lib_deps}
#
# Melzi and clones (ATmega1284p)
@ -85,28 +76,6 @@ build_flags = ${common.build_flags}
upload_speed = 115200
lib_deps = ${common.lib_deps}
#
# Printrboard (Teensy 2.0)
#
[env:printrboard]
platform = teensy
framework = arduino
board = teensy20pp
build_flags = ${common.build_flags} -D MOTHERBOARD=BOARD_PRINTRBOARD
# Bug in arduino framework does not allow boards running at 20Mhz
#board_f_cpu = 20000000L
lib_deps = ${common.lib_deps}
#
# Printrboard Rev.F (Teensy 2.0)
#
[env:printrboard_revf]
platform = teensy
framework = arduino
board = teensy20pp
build_flags = ${common.build_flags} -D MOTHERBOARD=BOARD_PRINTRBOARD_REVF
lib_deps = ${common.lib_deps}
#
# RAMBo
#
@ -138,3 +107,17 @@ board = sanguino_atmega1284p
build_flags = ${common.build_flags}
lib_deps = ${common.lib_deps}
#
# Teensy++ 2.0
#
# - PrintrBoard
# - PrintrBoard Rev.F
# - Brainwave Pro
#
[env:teensy20]
platform = teensy
framework = arduino
board = teensy20pp
build_flags = ${common.build_flags}
lib_deps = ${common.lib_deps}