Skip to content

Commit

Permalink
Merge branch 'release/v9.5.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
valeros committed Feb 28, 2023
2 parents c5f96e8 + 26efb35 commit 9c620b2
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 20 deletions.
3 changes: 1 addition & 2 deletions examples/arduino-ble-led/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
.pioenvs
.piolibdeps
.pio
3 changes: 1 addition & 2 deletions examples/arduino-blink/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
.pioenvs
.piolibdeps
.pio
3 changes: 1 addition & 2 deletions examples/arduino-bluefruit-bleuart/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
.pio
.pioenvs
.piolibdeps
.pio
.vscode
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
.pioenvs
.piolibdeps
.pio
3 changes: 1 addition & 2 deletions examples/mbed-legacy-examples/mbed-nfc/.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-legacy-examples/mbed-rtos/.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-ble-thermometer/.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-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-nfc/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
.pioenvs
.piolibdeps
.pio
4 changes: 2 additions & 2 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-nordicnrf52.git"
},
"version": "9.4.0",
"version": "9.5.0",
"frameworks": {
"arduino": {
"package": "framework-arduinonordicnrf5",
Expand Down Expand Up @@ -68,7 +68,7 @@
"type": "framework",
"optional": true,
"owner": "platformio",
"version": "~3.1.1"
"version": "~3.5.4"
},
"framework-cmsis": {
"type": "framework",
Expand Down

0 comments on commit 9c620b2

Please sign in to comment.