Skip to content

Commit ac54dd9

Browse files
committed
Merge branch 'release/v4.3.0'
2 parents f3e2d72 + 40da1e7 commit ac54dd9

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ environment:
1010

1111
install:
1212
- cmd: git submodule update --init --recursive
13-
- cmd: SET PATH=%PATH%;C:\Python27\Scripts
14-
- cmd: pip install -U https://github.com/platformio/platformio/archive/develop.zip
13+
- cmd: SET PATH=%PATH%;C:\Python36\Scripts
14+
- cmd: pip3 install -U https://github.com/platformio/platformio/archive/develop.zip
1515
- cmd: platformio platform install file://.
1616

1717
test_script:

examples/mbed-blink/platformio.ini

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,8 @@ board = lpc11u35_y5_mbug
5151
platform = nxplpc
5252
framework = mbed
5353
board = lpc54114
54+
55+
[env:lpc11u68]
56+
platform = nxplpc
57+
framework = mbed
58+
board = lpc11u68

platform.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"type": "git",
1313
"url": "https://github.com/platformio/platform-nxplpc.git"
1414
},
15-
"version": "4.2.0",
15+
"version": "4.3.0",
1616
"packageRepositories": [
1717
"https://dl.bintray.com/platformio/dl-packages/manifest.json",
1818
"http://dl.platformio.org/packages/manifest.json"
@@ -31,7 +31,7 @@
3131
"framework-mbed": {
3232
"type": "framework",
3333
"optional": true,
34-
"version": "~5.51105.190304"
34+
"version": "~5.51203.190509"
3535
},
3636
"tool-openocd": {
3737
"type": "debugger",

0 commit comments

Comments
 (0)