Skip to content

Commit f347e12

Browse files
committed
Merge branch 'release/v5.3.0'
2 parents 13c9c5a + 79d9111 commit f347e12

File tree

7 files changed

+11
-10
lines changed

7 files changed

+11
-10
lines changed
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
.pioenvs
2-
.piolibdeps
1+
.pio
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
.pioenvs
2-
.piolibdeps
1+
.pio
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
mbed-os/features/*
2+
mbed-os/storage/*
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
.pioenvs
2-
.piolibdeps
1+
.pio
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
mbed-os/features/*
2+
mbed-os/storage/*

platform.json

Lines changed: 3 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-nxpimxrt.git"
2020
},
21-
"version": "5.2.0",
21+
"version": "5.3.0",
2222
"frameworks": {
2323
"mbed": {
2424
"package": "framework-mbed",
@@ -42,7 +42,7 @@
4242
"type": "framework",
4343
"optional": true,
4444
"owner": "platformio",
45-
"version": "~6.60900.0"
45+
"version": "~6.61700.0"
4646
},
4747
"framework-zephyr": {
4848
"type": "framework",
@@ -54,7 +54,7 @@
5454
"type": "debugger",
5555
"optional": true,
5656
"owner": "platformio",
57-
"version": "~2.1100.0"
57+
"version": "~3.1200.0"
5858
},
5959
"tool-pyocd": {
6060
"type": "debugger",

platform.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def _add_default_debug_tools(self, board):
117117
"executable": "bin/openocd",
118118
"package": "tool-openocd",
119119
"arguments": [
120-
"-s", "$PACKAGE_DIR/scripts",
120+
"-s", "$PACKAGE_DIR/openocd/scripts",
121121
"-f", "interface/cmsis-dap.cfg",
122122
"-f", "target/%s.cfg" % openocd_target
123123
]

0 commit comments

Comments
 (0)