Skip to content

Commit 2429457

Browse files
committed
Switch to GCC v10.3 for Arduino core
Resolves #301, resolves #486, resolves #605, resolves #650
1 parent d3be41a commit 2429457

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

platform.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@
7777
"optionalVersions": [
7878
"~1.60301.0",
7979
"~1.80201.0",
80-
"~1.90201.0"
80+
"~1.90201.0",
81+
"~1.100301.0"
8182
]
8283
},
8384
"framework-mbed": {

platform.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def configure_default_packages(self, variables, targets):
4747
self.packages["framework-arduinoststm32l0"]["optional"] = False
4848
self.packages["framework-arduinoststm32"]["optional"] = True
4949
else:
50-
self.packages["toolchain-gccarmnoneeabi"]["version"] = "~1.90201.0"
50+
self.packages["toolchain-gccarmnoneeabi"]["version"] = "~1.100301.0"
5151
self.packages["framework-cmsis"]["version"] = "~2.50700.0"
5252
self.packages["framework-cmsis"]["optional"] = False
5353

0 commit comments

Comments
 (0)