mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-22 09:42:34 +00:00
📌 Fixed versions for library, toolchain (#24784)
This commit is contained in:
parent
02dcc0b80e
commit
4dd14704dc
1 changed files with 4 additions and 0 deletions
|
@ -112,6 +112,7 @@ build_flags = ${common.build_flags}
|
|||
upload_speed = 57600
|
||||
lib_deps = ${common.lib_deps}
|
||||
monitor_speed = 250000
|
||||
platform_packages = toolchain-atmelavr@1.50400.190710
|
||||
|
||||
#
|
||||
# Melzi and clones (Optiboot bootloader)
|
||||
|
@ -124,6 +125,7 @@ build_flags = ${common.build_flags}
|
|||
upload_speed = 115200
|
||||
lib_deps = ${common.lib_deps}
|
||||
monitor_speed = 250000
|
||||
platform_packages = toolchain-atmelavr@1.50400.190710
|
||||
|
||||
#
|
||||
# RAMBo
|
||||
|
@ -147,6 +149,7 @@ board = sanguino_atmega644p
|
|||
build_flags = ${common.build_flags}
|
||||
lib_deps = ${common.lib_deps}
|
||||
monitor_speed = 250000
|
||||
platform_packages = toolchain-atmelavr@1.50400.190710
|
||||
|
||||
#
|
||||
# Sanguinololu (ATmega1284p)
|
||||
|
@ -158,6 +161,7 @@ board = sanguino_atmega1284p
|
|||
build_flags = ${common.build_flags}
|
||||
lib_deps = ${common.lib_deps}
|
||||
monitor_speed = 250000
|
||||
platform_packages = toolchain-atmelavr@1.50400.190710
|
||||
|
||||
#
|
||||
# Teensy++ 2.0
|
||||
|
|
Loading…
Reference in a new issue