Skip to content

Commit

Permalink
Switch to GCC v10.3 for Arduino core
Browse files Browse the repository at this point in the history
Resolves #301, resolves #486, resolves #605, resolves #650
  • Loading branch information
valeros committed Jun 14, 2023
1 parent d3be41a commit 2429457
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion platform.json
Expand Up @@ -77,7 +77,8 @@
"optionalVersions": [
"~1.60301.0",
"~1.80201.0",
"~1.90201.0"
"~1.90201.0",
"~1.100301.0"
]
},
"framework-mbed": {
Expand Down
2 changes: 1 addition & 1 deletion platform.py
Expand Up @@ -47,7 +47,7 @@ def configure_default_packages(self, variables, targets):
self.packages["framework-arduinoststm32l0"]["optional"] = False
self.packages["framework-arduinoststm32"]["optional"] = True
else:
self.packages["toolchain-gccarmnoneeabi"]["version"] = "~1.90201.0"
self.packages["toolchain-gccarmnoneeabi"]["version"] = "~1.100301.0"
self.packages["framework-cmsis"]["version"] = "~2.50700.0"
self.packages["framework-cmsis"]["optional"] = False

Expand Down

0 comments on commit 2429457

Please sign in to comment.