parent
1ae208395c
commit
200f971ef7
@ -64,39 +64,21 @@ lib_deps = ${common.lib_deps}
|
|||||||
src_filter = ${common.default_src_filter}
|
src_filter = ${common.default_src_filter}
|
||||||
|
|
||||||
#
|
#
|
||||||
# PrintrBoard (Teensy++ 2.0)
|
# Teensy++ 2.0
|
||||||
#
|
#
|
||||||
[env:printrboard]
|
# - PrintrBoard
|
||||||
|
# - PrintrBoard Rev.F
|
||||||
|
# - Brainwave Pro
|
||||||
|
#
|
||||||
|
[env:teensy20]
|
||||||
platform = teensy
|
platform = teensy
|
||||||
framework = arduino
|
framework = arduino
|
||||||
board = teensy20pp
|
board = teensy20pp
|
||||||
build_flags = -I $BUILDSRC_DIR -D MOTHERBOARD=BOARD_PRINTRBOARD
|
build_flags = -I $BUILDSRC_DIR
|
||||||
#board_f_cpu = 20000000L ; Bug in Arduino framework disallows boards running at 20Mhz
|
#board_f_cpu = 20000000L ; Bug in Arduino framework disallows boards running at 20Mhz
|
||||||
lib_deps = ${common.lib_deps}
|
lib_deps = ${common.lib_deps}
|
||||||
src_filter = ${common.default_src_filter}
|
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)
|
|
||||||
#
|
|
||||||
[env:brainwavepro]
|
|
||||||
platform = teensy
|
|
||||||
framework = arduino
|
|
||||||
board = teensy20pp
|
|
||||||
build_flags = -I $BUILDSRC_DIR -D MOTHERBOARD=BOARD_BRAINWAVE_PRO
|
|
||||||
lib_deps = ${common.lib_deps}
|
|
||||||
src_filter = ${common.default_src_filter}
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# RAMBo
|
# RAMBo
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user