Group AVRx4 boards together
This commit is contained in:
parent
c5713b5e98
commit
55c3929359
|
@ -182,6 +182,32 @@ lib_deps = Servo
|
||||||
TMCStepper@>=0.5.0,<1.0.0
|
TMCStepper@>=0.5.0,<1.0.0
|
||||||
Adafruit NeoPixel=https://github.com/p3p/Adafruit_NeoPixel/archive/master.zip
|
Adafruit NeoPixel=https://github.com/p3p/Adafruit_NeoPixel/archive/master.zip
|
||||||
|
|
||||||
|
#
|
||||||
|
# Sanguinololu (ATmega644p)
|
||||||
|
#
|
||||||
|
[env:sanguino_atmega644p]
|
||||||
|
platform = atmelavr
|
||||||
|
framework = arduino
|
||||||
|
board = sanguino_atmega644p
|
||||||
|
build_flags = ${common.build_flags}
|
||||||
|
lib_deps = ${common.lib_deps}
|
||||||
|
TMC26XStepper=https://github.com/trinamic/TMC26XStepper/archive/master.zip
|
||||||
|
src_filter = ${common.default_src_filter} +<src/HAL/HAL_AVR>
|
||||||
|
monitor_speed = 250000
|
||||||
|
|
||||||
|
#
|
||||||
|
# Sanguinololu (ATmega1284p)
|
||||||
|
#
|
||||||
|
[env:sanguino_atmega1284p]
|
||||||
|
platform = atmelavr
|
||||||
|
framework = arduino
|
||||||
|
board = sanguino_atmega1284p
|
||||||
|
build_flags = ${common.build_flags}
|
||||||
|
lib_deps = ${common.lib_deps}
|
||||||
|
TMC26XStepper=https://github.com/trinamic/TMC26XStepper/archive/master.zip
|
||||||
|
src_filter = ${common.default_src_filter} +<src/HAL/HAL_AVR>
|
||||||
|
monitor_speed = 250000
|
||||||
|
|
||||||
#
|
#
|
||||||
# Melzi and clones (ATmega1284p)
|
# Melzi and clones (ATmega1284p)
|
||||||
#
|
#
|
||||||
|
@ -224,32 +250,6 @@ lib_deps = ${common.lib_deps}
|
||||||
src_filter = ${common.default_src_filter} +<src/HAL/HAL_AVR>
|
src_filter = ${common.default_src_filter} +<src/HAL/HAL_AVR>
|
||||||
monitor_speed = 250000
|
monitor_speed = 250000
|
||||||
|
|
||||||
#
|
|
||||||
# Sanguinololu (ATmega644p)
|
|
||||||
#
|
|
||||||
[env:sanguino_atmega644p]
|
|
||||||
platform = atmelavr
|
|
||||||
framework = arduino
|
|
||||||
board = sanguino_atmega644p
|
|
||||||
build_flags = ${common.build_flags}
|
|
||||||
lib_deps = ${common.lib_deps}
|
|
||||||
TMC26XStepper=https://github.com/trinamic/TMC26XStepper/archive/master.zip
|
|
||||||
src_filter = ${common.default_src_filter} +<src/HAL/HAL_AVR>
|
|
||||||
monitor_speed = 250000
|
|
||||||
|
|
||||||
#
|
|
||||||
# Sanguinololu (ATmega1284p)
|
|
||||||
#
|
|
||||||
[env:sanguino_atmega1284p]
|
|
||||||
platform = atmelavr
|
|
||||||
framework = arduino
|
|
||||||
board = sanguino_atmega1284p
|
|
||||||
build_flags = ${common.build_flags}
|
|
||||||
lib_deps = ${common.lib_deps}
|
|
||||||
TMC26XStepper=https://github.com/trinamic/TMC26XStepper/archive/master.zip
|
|
||||||
src_filter = ${common.default_src_filter} +<src/HAL/HAL_AVR>
|
|
||||||
monitor_speed = 250000
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# STM32F103RE
|
# STM32F103RE
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue