Compare commits

..

4 Commits

Author SHA1 Message Date
Scott Lahteine
dd00f8b1a8 🔖 Marlin 1.1.9.2 2023-07-18 20:31:39 -05:00
Scott Lahteine
b0a091e632 🔨 PlatformIO 6 compatibility 2023-07-18 20:30:54 -05:00
Jason Pepas
4dd14704dc 📌 Fixed versions for library, toolchain (#24784) 2022-09-26 16:22:12 -05:00
Scott Lahteine
02dcc0b80e 🔨 Update TMC26XStepper link
See #23874
2022-04-26 03:43:50 -05:00
2 changed files with 10 additions and 11 deletions

View File

@@ -35,7 +35,7 @@
/** /**
* Marlin release version identifier * Marlin release version identifier
*/ */
#define SHORT_BUILD_VERSION "1.1.9.1" #define SHORT_BUILD_VERSION "1.1.9.2"
/** /**
* Verbose version identifier which should contain a reference to the location * Verbose version identifier which should contain a reference to the location
@@ -48,7 +48,7 @@
* here we define this default string as the date where the latest release * here we define this default string as the date where the latest release
* version was tagged. * version was tagged.
*/ */
#define STRING_DISTRIBUTION_DATE "2020-06-20" #define STRING_DISTRIBUTION_DATE "2023-07-18"
/** /**
* Required minimum Configuration.h and Configuration_adv.h file versions. * Required minimum Configuration.h and Configuration_adv.h file versions.

View File

@@ -17,15 +17,10 @@
[platformio] [platformio]
src_dir = Marlin src_dir = Marlin
build_dir = .pioenvs default_envs = megaatmega2560
lib_dir = .piolib
libdeps_dir = .piolibdeps
env_default = megaatmega2560
[common] [common]
build_flags = -fmax-errors=5 build_flags = -fmax-errors=5 -g -fmerge-all-constants
-g
-ggdb
lib_deps = lib_deps =
https://github.com/MarlinFirmware/U8glib-HAL/archive/dev.zip https://github.com/MarlinFirmware/U8glib-HAL/archive/dev.zip
LiquidCrystal_I2C@1.1.2 LiquidCrystal_I2C@1.1.2
@@ -34,7 +29,7 @@ lib_deps =
Adafruit NeoPixel@1.1.3 Adafruit NeoPixel@1.1.3
https://github.com/lincomatic/LiquidTWI2/archive/30aa480.zip https://github.com/lincomatic/LiquidTWI2/archive/30aa480.zip
https://github.com/ameyer/Arduino-L6470/archive/master.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 +107,7 @@ build_flags = ${common.build_flags}
upload_speed = 57600 upload_speed = 57600
lib_deps = ${common.lib_deps} lib_deps = ${common.lib_deps}
monitor_speed = 250000 monitor_speed = 250000
platform_packages = toolchain-atmelavr@1.50400.190710
# #
# Melzi and clones (Optiboot bootloader) # Melzi and clones (Optiboot bootloader)
@@ -124,6 +120,7 @@ build_flags = ${common.build_flags}
upload_speed = 115200 upload_speed = 115200
lib_deps = ${common.lib_deps} lib_deps = ${common.lib_deps}
monitor_speed = 250000 monitor_speed = 250000
platform_packages = toolchain-atmelavr@1.50400.190710
# #
# RAMBo # RAMBo
@@ -147,6 +144,7 @@ board = sanguino_atmega644p
build_flags = ${common.build_flags} build_flags = ${common.build_flags}
lib_deps = ${common.lib_deps} lib_deps = ${common.lib_deps}
monitor_speed = 250000 monitor_speed = 250000
platform_packages = toolchain-atmelavr@1.50400.190710
# #
# Sanguinololu (ATmega1284p) # Sanguinololu (ATmega1284p)
@@ -158,6 +156,7 @@ board = sanguino_atmega1284p
build_flags = ${common.build_flags} build_flags = ${common.build_flags}
lib_deps = ${common.lib_deps} lib_deps = ${common.lib_deps}
monitor_speed = 250000 monitor_speed = 250000
platform_packages = toolchain-atmelavr@1.50400.190710
# #
# Teensy++ 2.0 # Teensy++ 2.0