1.1.x version of Auto-build PR 10503 (#10561)
This commit is contained in:
parent
522ea178a4
commit
382aa96870
4 changed files with 1398 additions and 122 deletions
|
|
@ -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}
|
||||
Loading…
Add table
Add a link
Reference in a new issue