mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-22 01:25:42 +00:00
📌 Fixed versions for library, toolchain (#24784)
This commit is contained in:
parent
b7806f863b
commit
2b4c269991
1 changed files with 5 additions and 1 deletions
|
@ -34,7 +34,7 @@ lib_deps =
|
|||
Adafruit NeoPixel@1.1.3
|
||||
https://github.com/lincomatic/LiquidTWI2/archive/30aa480.zip
|
||||
https://github.com/ameyer/Arduino-L6470/archive/master.zip
|
||||
https://github.com/trinamic/TMC26XStepper/archive/c1921b4.zip
|
||||
https://github.com/MarlinFirmware/TMC26XStepper/archive/0.1.1.zip
|
||||
|
||||
#################################
|
||||
# #
|
||||
|
@ -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