Skip to content

Commit a96bf18

Browse files
committed
Merge branch 'release/v10.3.0'
2 parents eca4fe9 + 824bd67 commit a96bf18

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

platform.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"type": "git",
1919
"url": "https://github.com/platformio/platform-nordicnrf52.git"
2020
},
21-
"version": "10.2.0",
21+
"version": "10.3.0",
2222
"frameworks": {
2323
"arduino": {
2424
"package": "framework-arduinonordicnrf5",
@@ -39,6 +39,7 @@
3939
"owner": "platformio",
4040
"version": ">=1.60301.0,<1.80000.0",
4141
"optionalVersions": [
42+
"~1.70201.0",
4243
"~1.80201.0",
4344
"~1.90201.0"
4445
]
@@ -53,7 +54,7 @@
5354
"type": "framework",
5455
"optional": true,
5556
"owner": "platformio",
56-
"version": "~1.10500.0"
57+
"version": "~1.10600.0"
5758
},
5859
"framework-arduinonordicnrf5": {
5960
"type": "framework",
@@ -65,7 +66,7 @@
6566
"type": "framework",
6667
"optional": true,
6768
"owner": "platformio",
68-
"version": "~4.0.6"
69+
"version": "~4.0.10"
6970
},
7071
"framework-cmsis": {
7172
"type": "framework",

platform.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def configure_default_packages(self, variables, targets):
5454
self.packages["tool-gperf"]["optional"] = False
5555

5656
if board in ("nano33ble", "nicla_sense_me"):
57-
self.packages["toolchain-gccarmnoneeabi"]["version"] = "~1.80201.0"
57+
self.packages["toolchain-gccarmnoneeabi"]["version"] = "~1.70201.0"
5858
self.frameworks["arduino"]["package"] = "framework-arduino-mbed"
5959
self.frameworks["arduino"][
6060
"script"

0 commit comments

Comments
 (0)