Skip to content

Commit 9e5cdb3

Browse files
committed
Merge branch 'release/v7.0.0'
2 parents e20843a + 7fd6262 commit 9e5cdb3

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

examples/mbed-legacy-examples/mbed-rtos-ethernet/platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ framework = mbed
1414
board = lpc1768
1515
build_flags = -DPIO_FRAMEWORK_MBED_RTOS_PRESENT
1616
platform_packages =
17-
framework-mbed @ ~6.51504.0
17+
framework-mbed @ ~6.51506.0

examples/mbed-legacy-examples/mbed-rtos/platformio.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ framework = mbed
1313
board = lpc1768
1414
build_flags = -DPIO_FRAMEWORK_MBED_RTOS_PRESENT
1515
platform_packages =
16-
framework-mbed @ ~6.51504.0
16+
framework-mbed @ ~6.51506.0
1717

1818
[env:lpc4088]
1919
platform = nxplpc
2020
framework = mbed
2121
board = lpc4088
22-
build_flags = -DPIO_FRAMEWORK_MBED_RTOS_PRESENT
22+
build_flags = -DPIO_FRAMEWORK_MBED_RTOS_PRESENT

platform.json

Lines changed: 2 additions & 2 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": "6.0.1",
21+
"version": "7.0.0",
2222
"frameworks": {
2323
"mbed": {
2424
"package": "framework-mbed",
@@ -39,7 +39,7 @@
3939
"type": "framework",
4040
"optional": true,
4141
"owner": "platformio",
42-
"version": "~6.60200.0"
42+
"version": "~6.60600.0"
4343
},
4444
"framework-zephyr": {
4545
"type": "framework",

platform.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def configure_default_packages(self, variables, targets):
3939
if os.path.isfile(deprecated_boards_file):
4040
with open(deprecated_boards_file) as fp:
4141
if board in json.load(fp):
42-
self.packages["framework-mbed"]["version"] = "~6.51504.0"
42+
self.packages["framework-mbed"]["version"] = "~6.51506.0"
4343
self.packages["toolchain-gccarmnoneeabi"]["version"] = "~1.90201.0"
4444

4545
if "zephyr" in variables.get("pioframework", []):

0 commit comments

Comments
 (0)