Skip to content

Commit 697bdfe

Browse files
committed
Merge branch 'release/v7.0.0'
2 parents 32762cd + dbd9f03 commit 697bdfe

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: examples/mbed-legacy-examples/mbed-rtos-tls-client/platformio.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ framework = mbed
1313
board = frdm_k64f
1414
build_flags = -DPIO_FRAMEWORK_MBED_RTOS_PRESENT
1515
platform_packages =
16-
framework-mbed @ ~6.51504.0
16+
framework-mbed @ ~6.51506.0

Diff for: platform.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"type": "git",
1919
"url": "https://github.com/platformio/platform-freescalekinetis.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",

Diff for: platform.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def configure_default_packages(self, variables, targets):
3333
if os.path.isfile(deprecated_boards_file):
3434
with open(deprecated_boards_file) as fp:
3535
if board in json.load(fp):
36-
self.packages["framework-mbed"]["version"] = "~6.51504.0"
36+
self.packages["framework-mbed"]["version"] = "~6.51506.0"
3737
self.packages["toolchain-gccarmnoneeabi"]["version"] = "~1.90201.0"
3838

3939
if "zephyr" in frameworks:

0 commit comments

Comments
 (0)