Cleanup unused options (#9115)

This commit is contained in:
Ivan Kravets 2018-01-10 02:25:16 +02:00 committed by Scott Lahteine
parent 3a99dc7c5c
commit a994eec513

View file

@ -17,7 +17,7 @@
[platformio] [platformio]
src_dir = Marlin src_dir = Marlin
envs_dir = .pioenvs build_dir = .pioenvs
lib_dir = .piolib lib_dir = .piolib
libdeps_dir = .piolibdeps libdeps_dir = .piolibdeps
env_default = megaatmega2560 env_default = megaatmega2560
@ -54,7 +54,7 @@ build_flags = -fmax-errors=5
platform = atmelavr platform = atmelavr
framework = arduino framework = arduino
board = megaatmega2560 board = megaatmega2560
build_flags = ${common.build_flags} -I $BUILDSRC_DIR build_flags = ${common.build_flags}
board_f_cpu = 16000000L board_f_cpu = 16000000L
lib_deps = ${common.lib_deps} lib_deps = ${common.lib_deps}
src_filter = ${common.default_src_filter} src_filter = ${common.default_src_filter}
@ -66,7 +66,7 @@ src_filter = ${common.default_src_filter}
platform = atmelavr platform = atmelavr
framework = arduino framework = arduino
board = megaatmega1280 board = megaatmega1280
build_flags = ${common.build_flags} -I $BUILDSRC_DIR build_flags = ${common.build_flags}
board_f_cpu = 16000000L board_f_cpu = 16000000L
lib_deps = ${common.lib_deps} lib_deps = ${common.lib_deps}
src_filter = ${common.default_src_filter} src_filter = ${common.default_src_filter}
@ -93,7 +93,7 @@ src_filter = ${common.default_src_filter}
platform = atmelsam platform = atmelsam
framework = arduino framework = arduino
board = due board = due
build_flags = ${common.build_flags} -I $BUILDSRC_DIR build_flags = ${common.build_flags}
lib_deps = ${common.lib_deps} lib_deps = ${common.lib_deps}
lib_ignore = TMC26XStepper lib_ignore = TMC26XStepper
src_filter = ${common.default_src_filter} src_filter = ${common.default_src_filter}
@ -156,7 +156,7 @@ debug_server =
platform = atmelavr platform = atmelavr
framework = arduino framework = arduino
board = reprap_rambo board = reprap_rambo
build_flags = ${common.build_flags} -I $BUILDSRC_DIR build_flags = ${common.build_flags}
board_f_cpu = 16000000L board_f_cpu = 16000000L
lib_deps = ${common.lib_deps} lib_deps = ${common.lib_deps}
src_filter = ${common.default_src_filter} src_filter = ${common.default_src_filter}
@ -192,7 +192,7 @@ src_filter = ${common.default_src_filter}
platform = teensy platform = teensy
framework = arduino framework = arduino
board = teensy20pp board = teensy20pp
build_flags = ${common.build_flags} -I $BUILDSRC_DIR build_flags = ${common.build_flags}
#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}
lib_ldf_mode = deep+ lib_ldf_mode = deep+
@ -205,7 +205,7 @@ src_filter = ${common.default_src_filter}
platform = teensy platform = teensy
framework = arduino framework = arduino
board = teensy35 board = teensy35
build_flags = ${common.build_flags} -I $BUILDSRC_DIR build_flags = ${common.build_flags}
lib_deps = ${common.lib_deps} lib_deps = ${common.lib_deps}
lib_ignore = Adafruit NeoPixel lib_ignore = Adafruit NeoPixel
src_filter = ${common.default_src_filter} src_filter = ${common.default_src_filter}