Update toolchain package to v12.3.1 for Arduino integration

Resolves #720
This commit is contained in:
valeros
2023-09-22 16:43:53 +03:00
parent 93d900d5aa
commit 78196250d2
2 changed files with 2 additions and 2 deletions

View File

@@ -78,7 +78,7 @@
"~1.60301.0",
"~1.80201.0",
"~1.90201.0",
"~1.100301.0"
"~1.120301.0"
]
},
"framework-mbed": {

View File

@@ -47,7 +47,7 @@ class Ststm32Platform(PlatformBase):
self.packages["framework-arduinoststm32l0"]["optional"] = False
self.packages["framework-arduinoststm32"]["optional"] = True
else:
self.packages["toolchain-gccarmnoneeabi"]["version"] = "~1.100301.0"
self.packages["toolchain-gccarmnoneeabi"]["version"] = "~1.120301.0"
self.packages["framework-cmsis"]["version"] = "~2.50700.0"
self.packages["framework-cmsis"]["optional"] = False