Skip to content

Commit

Permalink
Merge branch 'release/v2.0.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Aug 11, 2018
2 parents 6e6d095 + a7242f8 commit 777ad6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions builder/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,12 @@
OBJCOPY="msp430-objcopy",
RANLIB="msp430-ranlib",
SIZETOOL="msp430-size",
LINK="$CC",

ARFLAGS=["rc"],

PIODEBUGFLAGS=["-O0", "-g3", "-ggdb", "-gdwarf-2"],

SIZEPROGREGEXP=r"^(?:\.text|\.data|\.bootloader)\s+(\d+).*",
SIZEDATAREGEXP=r"^(?:\.data|\.bss|\.noinit)\s+(\d+).*",
SIZECHECKCMD="$SIZETOOL -A -d $SOURCES",
Expand Down Expand Up @@ -66,9 +69,6 @@
("F_CPU", "$BOARD_F_CPU")
],

PIODEBUGFLAGS=["-O0", "-g3", "-ggdb", "-gdwarf-2"],

LINK="$CC",
LINKFLAGS=[
"-O2",
"-mmcu=$BOARD_MCU",
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-timsp430.git"
},
"version": "2.0.5",
"version": "2.0.6",
"packageRepositories": [
"https://dl.bintray.com/platformio/dl-packages/manifest.json",
"http://dl.platformio.org/packages/manifest.json"
Expand Down

0 comments on commit 777ad6e

Please sign in to comment.