autobuild update & fix platformio.ini (#10791)
This commit is contained in:
parent
8fd00ff0fb
commit
c5c5506415
6 changed files with 554 additions and 105 deletions
|
|
@ -23,7 +23,6 @@ libdeps_dir = .piolibdeps
|
|||
env_default = megaatmega2560
|
||||
|
||||
[common]
|
||||
default_src_filter = +<src/*> -<src/config>
|
||||
build_flags = -fmax-errors=5
|
||||
-g
|
||||
-ggdb
|
||||
|
|
@ -57,7 +56,6 @@ board = megaatmega2560
|
|||
build_flags = ${common.build_flags}
|
||||
board_f_cpu = 16000000L
|
||||
lib_deps = ${common.lib_deps}
|
||||
src_filter = ${common.default_src_filter}
|
||||
monitor_speed = 250000
|
||||
|
||||
#
|
||||
|
|
@ -70,7 +68,6 @@ board = megaatmega1280
|
|||
build_flags = ${common.build_flags}
|
||||
board_f_cpu = 16000000L
|
||||
lib_deps = ${common.lib_deps}
|
||||
src_filter = ${common.default_src_filter}
|
||||
monitor_speed = 250000
|
||||
|
||||
#
|
||||
|
|
@ -87,7 +84,6 @@ board = at90USB1286
|
|||
build_flags = ${common.build_flags}
|
||||
lib_deps = ${common.lib_deps}
|
||||
lib_ldf_mode = deep+
|
||||
src_filter = ${common.default_src_filter}
|
||||
extra_scripts = pre:buildroot/share/atom/create_custom_upload_command_CDC.py
|
||||
|
||||
#
|
||||
|
|
@ -103,7 +99,6 @@ board = at90USB1286
|
|||
build_flags = ${common.build_flags}
|
||||
lib_deps = ${common.lib_deps}
|
||||
lib_ldf_mode = deep+
|
||||
src_filter = ${common.default_src_filter}
|
||||
extra_scripts = pre:buildroot/share/atom/create_custom_upload_command_DFU.py
|
||||
|
||||
#
|
||||
|
|
@ -116,7 +111,6 @@ board = sanguino_atmega1284p
|
|||
build_flags = ${common.build_flags}
|
||||
upload_speed = 57600
|
||||
lib_deps = ${common.lib_deps}
|
||||
src_filter = ${common.default_src_filter}
|
||||
monitor_speed = 250000
|
||||
|
||||
#
|
||||
|
|
@ -129,7 +123,6 @@ board = sanguino_atmega1284p
|
|||
build_flags = ${common.build_flags}
|
||||
upload_speed = 115200
|
||||
lib_deps = ${common.lib_deps}
|
||||
src_filter = ${common.default_src_filter}
|
||||
monitor_speed = 250000
|
||||
|
||||
#
|
||||
|
|
@ -142,7 +135,6 @@ board = reprap_rambo
|
|||
build_flags = ${common.build_flags}
|
||||
board_f_cpu = 16000000L
|
||||
lib_deps = ${common.lib_deps}
|
||||
src_filter = ${common.default_src_filter}
|
||||
monitor_speed = 250000
|
||||
|
||||
#
|
||||
|
|
@ -154,7 +146,6 @@ framework = arduino
|
|||
board = sanguino_atmega644p
|
||||
build_flags = ${common.build_flags}
|
||||
lib_deps = ${common.lib_deps}
|
||||
src_filter = ${common.default_src_filter}
|
||||
monitor_speed = 250000
|
||||
|
||||
#
|
||||
|
|
@ -166,7 +157,6 @@ framework = arduino
|
|||
board = sanguino_atmega1284p
|
||||
build_flags = ${common.build_flags}
|
||||
lib_deps = ${common.lib_deps}
|
||||
src_filter = ${common.default_src_filter}
|
||||
monitor_speed = 250000
|
||||
|
||||
#
|
||||
|
|
@ -180,5 +170,4 @@ build_flags = ${common.build_flags}
|
|||
#board_f_cpu = 20000000L ; Bug in Arduino framework disallows boards running at 20Mhz
|
||||
lib_deps = ${common.lib_deps}
|
||||
lib_ldf_mode = deep+
|
||||
src_filter = ${common.default_src_filter}
|
||||
monitor_speed = 250000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue