From be0eb901db6db190882170cfea4b17be917a4e11 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Mon, 1 Dec 2014 23:11:16 +0200 Subject: [PATCH 01/15] Start 0.10.0-dev --- platformio/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio/__init__.py b/platformio/__init__.py index c139218e..c52bc7fa 100644 --- a/platformio/__init__.py +++ b/platformio/__init__.py @@ -1,7 +1,7 @@ # Copyright (C) Ivan Kravets # See LICENSE for details. -VERSION = (0, 9, 0) +VERSION = (0, 10, "0-dev") __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio" From 32d422bd979ead7d7286f6f9d91a00cdc38dd9c3 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Mon, 1 Dec 2014 23:21:21 +0200 Subject: [PATCH 02/15] Simplify SF URL to manifest file --- platformio/util.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/platformio/util.py b/platformio/util.py index cd5fd3af..2dd957c8 100644 --- a/platformio/util.py +++ b/platformio/util.py @@ -128,8 +128,7 @@ def get_api_result(path, params=None, data=None): if path == "/packages": r = requests.get( "https://sourceforge.net/projects/platformio-storage/files/" - "packages/manifest.json/download", - params=params, headers=headers) + "packages/manifest.json", params=params, headers=headers) elif data: r = requests.post(__apiurl__ + path, params=params, data=data, headers=headers) From 2be4bc481740e2d47ae17b34c07e4a641fe98a4f Mon Sep 17 00:00:00 2001 From: Francisco Ruiz Date: Wed, 3 Dec 2014 00:24:35 +0000 Subject: [PATCH 03/15] Fixed reference to non-existing image in README --- examples/ide-eclipse/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ide-eclipse/README.rst b/examples/ide-eclipse/README.rst index 8e02c923..4bce5c62 100644 --- a/examples/ide-eclipse/README.rst +++ b/examples/ide-eclipse/README.rst @@ -5,7 +5,7 @@ The detailed information and steps are described in this article: `Building and debugging Atmel AVR (Arduino-based) project using Eclipse IDE+PlatformIO `_. -.. image:: http://www.ikravets.com/wp-content/uploads/2014/06/eclipse_build_arduino_pro5v-1024x822.png +.. image:: http://www.ikravets.com/wp-content/uploads/2014/06/eclipse_project_platformio_builder_1.png :width: 850px :target: http://www.ikravets.com/computer-life/programming/2014/06/20/building-and-debugging-atmel-avr-arduino-based-project-using-eclipse-ideplatformio From c69c889a26ac923a79c2765cf58fdb14b6bab75c Mon Sep 17 00:00:00 2001 From: Francisco Ruiz Date: Wed, 3 Dec 2014 00:28:17 +0000 Subject: [PATCH 04/15] Fixed paths to included files for toolchain and framework --- examples/ide-eclipse/titiva_lm4f120/.cproject | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/ide-eclipse/titiva_lm4f120/.cproject b/examples/ide-eclipse/titiva_lm4f120/.cproject index 45fa200d..4f0afe2e 100644 --- a/examples/ide-eclipse/titiva_lm4f120/.cproject +++ b/examples/ide-eclipse/titiva_lm4f120/.cproject @@ -24,22 +24,22 @@ From e1ad6072dd29d2180e81deecc7e5b4c2365b6068 Mon Sep 17 00:00:00 2001 From: Francisco Ruiz Date: Wed, 3 Dec 2014 00:29:44 +0000 Subject: [PATCH 05/15] Set platformio as builder for the project Both for building and cleaning --- examples/ide-eclipse/titiva_lm4f120/.cproject | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ide-eclipse/titiva_lm4f120/.cproject b/examples/ide-eclipse/titiva_lm4f120/.cproject index 4f0afe2e..8cced02a 100644 --- a/examples/ide-eclipse/titiva_lm4f120/.cproject +++ b/examples/ide-eclipse/titiva_lm4f120/.cproject @@ -20,7 +20,7 @@ - +