Merge branch 'libretiny_1100' into integration

This commit is contained in:
J. Nick Koston
2026-01-25 16:33:01 -10:00
3 changed files with 12 additions and 5 deletions

View File

@@ -1 +1 @@
d445cd2edd41f7c6915b66491a06fcc6680fe348ac8e65c42256eb20c78f700c
a172e2f65981e98354cc6b5ecf69bdb055dd13602226042ab2c7acd037a2bf41

View File

@@ -191,10 +191,17 @@ def _notify_old_style(config):
# The dev and latest branches will be at *least* this version, which is what matters.
# Use GitHub releases directly to avoid PlatformIO moderation delays.
ARDUINO_VERSIONS = {
"dev": (cv.Version(1, 10, 0), "https://github.com/libretiny-eu/libretiny.git"),
"latest": (cv.Version(1, 10, 0), "libretiny"),
"recommended": (cv.Version(1, 10, 0), None),
"dev": (cv.Version(1, 11, 0), "https://github.com/libretiny-eu/libretiny.git"),
"latest": (
cv.Version(1, 11, 0),
"https://github.com/libretiny-eu/libretiny.git#v1.11.0",
),
"recommended": (
cv.Version(1, 11, 0),
"https://github.com/libretiny-eu/libretiny.git#v1.11.0",
),
}

View File

@@ -212,7 +212,7 @@ build_unflags =
; This are common settings for the LibreTiny (all variants) using Arduino.
[common:libretiny-arduino]
extends = common:arduino
platform = libretiny@1.10.0
platform = https://github.com/libretiny-eu/libretiny.git#v1.11.0
framework = arduino
lib_compat_mode = soft
lib_deps =