Skip to content

Commit

Permalink
Merge branch 'release/v5.3.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
valeros committed Jul 28, 2023
2 parents 13c9c5a + 79d9111 commit f347e12
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 10 deletions.
3 changes: 1 addition & 2 deletions examples/mbed-rtos-blink-baremetal/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
.pioenvs
.piolibdeps
.pio
3 changes: 1 addition & 2 deletions examples/mbed-rtos-cellular/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
.pioenvs
.piolibdeps
.pio
2 changes: 2 additions & 0 deletions examples/mbed-rtos-cellular/.mbedignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
mbed-os/features/*
mbed-os/storage/*
3 changes: 1 addition & 2 deletions examples/mbed-rtos-ethernet-tls/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
.pioenvs
.piolibdeps
.pio
2 changes: 2 additions & 0 deletions examples/mbed-rtos-ethernet-tls/.mbedignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
mbed-os/features/*
mbed-os/storage/*
6 changes: 3 additions & 3 deletions platform.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"type": "git",
"url": "https://github.com/platformio/platform-nxpimxrt.git"
},
"version": "5.2.0",
"version": "5.3.0",
"frameworks": {
"mbed": {
"package": "framework-mbed",
Expand All @@ -42,7 +42,7 @@
"type": "framework",
"optional": true,
"owner": "platformio",
"version": "~6.60900.0"
"version": "~6.61700.0"
},
"framework-zephyr": {
"type": "framework",
Expand All @@ -54,7 +54,7 @@
"type": "debugger",
"optional": true,
"owner": "platformio",
"version": "~2.1100.0"
"version": "~3.1200.0"
},
"tool-pyocd": {
"type": "debugger",
Expand Down
2 changes: 1 addition & 1 deletion platform.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def _add_default_debug_tools(self, board):
"executable": "bin/openocd",
"package": "tool-openocd",
"arguments": [
"-s", "$PACKAGE_DIR/scripts",
"-s", "$PACKAGE_DIR/openocd/scripts",
"-f", "interface/cmsis-dap.cfg",
"-f", "target/%s.cfg" % openocd_target
]
Expand Down

0 comments on commit f347e12

Please sign in to comment.