From 7ac12863a5e31d17a126a22049ee2bee5932adf2 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Thu, 17 Aug 2017 22:12:38 +0300 Subject: [PATCH 1/2] Declare GDB client --- builder/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/builder/main.py b/builder/main.py index 20d996d..2fba4a5 100644 --- a/builder/main.py +++ b/builder/main.py @@ -28,6 +28,7 @@ AS="${_BINPREFIX}as", CC="${_BINPREFIX}gcc", CXX="${_BINPREFIX}g++", + GDB="${_BINPREFIX}gdb", OBJCOPY="${_BINPREFIX}objcopy", RANLIB="${_BINPREFIX}ranlib", SIZETOOL="${_BINPREFIX}size", From 1294d25ebcee6ecfc386be918ebc74edf2528e85 Mon Sep 17 00:00:00 2001 From: Valerii Koval Date: Tue, 22 Aug 2017 17:05:58 +0300 Subject: [PATCH 2/2] Bump version to 1.1.2 --- platform.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform.json b/platform.json index b660126..b06fae3 100644 --- a/platform.json +++ b/platform.json @@ -12,7 +12,7 @@ "type": "git", "url": "https://github.com/platformio/platform-linux_x86_64.git" }, - "version": "1.1.1", + "version": "1.1.2", "packageRepositories": [ "https://dl.bintray.com/platformio/dl-packages/manifest.json", "http://dl.platformio.org/packages/manifest.json"