Skip to content

Commit 3807afc

Browse files
committed
Merge branch 'release/v3.3.0'
2 parents 797d3b9 + 1cd3e9b commit 3807afc

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

builder/frameworks/mbed

builder/main.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@
6363

6464
LIBS=["c", "gcc", "m"],
6565

66+
SIZEPROGREGEXP=r"^(?:\.text|\.data|\.rodata|\.text.align|\.ARM.exidx)\s+(\d+).*",
67+
SIZEDATAREGEXP=r"^(?:\.data|\.bss|\.noinit)\s+(\d+).*",
68+
SIZECHECKCMD="$SIZETOOL -A -d $SOURCES",
6669
SIZEPRINTCMD='$SIZETOOL -B -d $SOURCES',
6770

6871
PROGSUFFIX=".elf"

examples/mbed-blink/platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ platform = nxplpc
4242
framework = mbed
4343
board = lpc1549
4444

45-
[env:lpc11u35_y5_mbug]
45+
[env:lpc11u35 y5 mbug]
4646
platform = nxplpc
4747
framework = mbed
4848
board = lpc11u35_y5_mbug

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": "3.2.1",
15+
"version": "3.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": "~4.50802.0"
34+
"version": "~4.50806.0"
3535
},
3636
"tool-openocd": {
3737
"type": "debugger",

0 commit comments

Comments
 (0)