Skip to content

Commit

Permalink
Merge branch 'release/v2.4.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Sep 20, 2017
2 parents 821e4d9 + 2a642e4 commit 5cc7f1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion builder/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
RANLIB="arm-none-eabi-ranlib",
SIZETOOL="arm-none-eabi-size",

ARFLAGS=["rcs"],
ARFLAGS=["rc"],

ASFLAGS=["-x", "assembler-with-cpp"],

Expand Down
4 changes: 2 additions & 2 deletions 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-siliconlabsefm32.git"
},
"version": "2.3.0",
"version": "2.4.0",
"packageRepositories": [
"https://dl.bintray.com/platformio/dl-packages/manifest.json",
"http://dl.platformio.org/packages/manifest.json"
Expand All @@ -31,7 +31,7 @@
"framework-mbed": {
"type": "framework",
"optional": true,
"version": "~4.149.0"
"version": "~4.151.0"
},
"tool-openocd": {
"type": "debugger",
Expand Down

0 comments on commit 5cc7f1d

Please sign in to comment.