From ade1dc6cf36565954b29ad8d6567c35db132faa1 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Sat, 11 Aug 2018 21:25:27 +0300 Subject: [PATCH 1/2] Typo fix --- builder/main.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/builder/main.py b/builder/main.py index 4fa09a6..2dd22a9 100644 --- a/builder/main.py +++ b/builder/main.py @@ -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", @@ -66,9 +69,6 @@ ("F_CPU", "$BOARD_F_CPU") ], - PIODEBUGFLAGS=["-O0", "-g3", "-ggdb", "-gdwarf-2"], - - LINK="$CC", LINKFLAGS=[ "-O2", "-mmcu=$BOARD_MCU", From a7242f80948f7e532f003781a6ff48f17a520a6e Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Sat, 11 Aug 2018 21:26:03 +0300 Subject: [PATCH 2/2] Bump version to 2.0.6 --- platform.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform.json b/platform.json index 1b8874c..5d56d14 100644 --- a/platform.json +++ b/platform.json @@ -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"