Skip to content

Commit 6a21d88

Browse files
committed
Merge branch 'release/v9.0.0'
2 parents 7e92498 + e7548bf commit 6a21d88

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
fail-fast: false
99
matrix:
10-
os: [ubuntu-16.04, windows-latest, macos-latest]
10+
os: [ubuntu-18.04, windows-latest, macos-latest]
1111
python-version: [3.7]
1212
example:
1313
- "examples/mbed-rtos-blink-baremetal"

platform.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"type": "git",
1919
"url": "https://github.com/platformio/platform-nxplpc.git"
2020
},
21-
"version": "8.2.0",
21+
"version": "9.0.0",
2222
"frameworks": {
2323
"mbed": {
2424
"package": "framework-mbed",
@@ -51,13 +51,13 @@
5151
"type": "framework",
5252
"optional": true,
5353
"owner": "platformio",
54-
"version": "~2.20600.0"
54+
"version": "~2.20700.0"
5555
},
5656
"tool-openocd": {
5757
"type": "debugger",
5858
"optional": true,
5959
"owner": "platformio",
60-
"version": "~2.1000.0"
60+
"version": "~2.1100.0"
6161
},
6262
"tool-pyocd": {
6363
"type": "debugger",
@@ -74,7 +74,7 @@
7474
"tool-cmake": {
7575
"optional": true,
7676
"owner": "platformio",
77-
"version": "~3.16.0"
77+
"version": "~3.21.0"
7878
},
7979
"tool-dtc": {
8080
"optional": true,

0 commit comments

Comments
 (0)