Merge remote-tracking branch 'origin/libretiny_1120' into integration

This commit is contained in:
J. Nick Koston
2026-02-07 18:33:46 -06:00
3 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -1 +1 @@
65089c03a5fa1ee23c52d3a0898f533044788b79a9be625133bcd4fa9837e6f9
bb17a9237b701c18a0ec885a709409305d2b777e9d4a3cf49b2e71e2144b3fe0
+3 -2
View File
@@ -192,15 +192,16 @@ 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.
# TODO: Revert to v1.12.0 tag once https://github.com/libretiny-eu/libretiny/pull/361 is released
ARDUINO_VERSIONS = {
"dev": (cv.Version(1, 12, 0), "https://github.com/libretiny-eu/libretiny.git"),
"latest": (
cv.Version(1, 12, 0),
"https://github.com/libretiny-eu/libretiny.git#v1.12.0",
"https://github.com/bdraco/libretiny.git#7f52d41",
),
"recommended": (
cv.Version(1, 12, 0),
"https://github.com/libretiny-eu/libretiny.git#v1.12.0",
"https://github.com/bdraco/libretiny.git#7f52d41",
),
}
+2 -1
View File
@@ -213,7 +213,8 @@ build_unflags =
; This are common settings for the LibreTiny (all variants) using Arduino.
[common:libretiny-arduino]
extends = common:arduino
platform = https://github.com/libretiny-eu/libretiny.git#v1.12.0
# TODO: Revert to v1.12.0 tag once https://github.com/libretiny-eu/libretiny/pull/361 is released
platform = https://github.com/bdraco/libretiny.git#7f52d41
framework = arduino
lib_compat_mode = soft
lib_deps =