Skip to content

Commit

Permalink
Merge branch 'release/v3.1.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Jun 15, 2018
2 parents a826d72 + 96109a9 commit a9d51c7
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion builder/frameworks/mbed
Submodule mbed updated 1 files
+23 −21 mbed.py
3 changes: 3 additions & 0 deletions builder/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@ def BeforeUpload(target, source, env): # pylint: disable=W0613,W0621

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

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

PROGSUFFIX=".elf"
Expand Down
2 changes: 1 addition & 1 deletion examples/arduino-blink/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ platform = atmelsam
framework = arduino
board = sodaq_autonomo

[env:sparkfun_samd21_mini_usb]
[env:sparkfun samd21 mini usb]
platform = atmelsam
framework = arduino
board = sparkfun_samd21_mini_usb
Expand Down
2 changes: 1 addition & 1 deletion examples/mbed-blink/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ platform = atmelsam
framework = mbed
board = saml21_xpro_b

[env:samr21_xpro]
[env:samr21 xpro]
platform = atmelsam
framework = mbed
board = samr21_xpro
Expand Down
2 changes: 1 addition & 1 deletion platform.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"type": "git",
"url": "https://github.com/platformio/platform-atmelsam.git"
},
"version": "3.1.1",
"version": "3.1.2",
"packageRepositories": [
"https://dl.bintray.com/platformio/dl-packages/manifest.json",
"http://dl.platformio.org/packages/manifest.json",
Expand Down

0 comments on commit a9d51c7

Please sign in to comment.