From 547306df16dc2e7e38a75b0ad7a31d36794f3dec Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Fri, 20 Jun 2014 15:33:42 +0300 Subject: [PATCH] Added "IDE Integration" section to main documentation with Eclipse examples --- HISTORY.rst | 4 ++++ README.rst | 6 ++++++ examples/ide-eclipse/README.rst | 9 +++++++++ 3 files changed, 19 insertions(+) create mode 100644 examples/ide-eclipse/README.rst diff --git a/HISTORY.rst b/HISTORY.rst index 439f5de6..3cf82462 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -4,6 +4,10 @@ Release History 0.3.0 (?) --------- +* Allowed to pass multiple "SomePlatform" to install/uninstall commands +* Added "IDE Integration" section to README with Eclipse project examples + + 0.2.0 (2014-06-15) ------------------ diff --git a/README.rst b/README.rst index 455a3cfb..8b1255e0 100644 --- a/README.rst +++ b/README.rst @@ -64,6 +64,12 @@ It has support for many popular embedded platforms like these: See project `examples with screenshots `_. +IDE Integration +--------------- + +* [Eclipse] `Building and debugging Atmel AVR (Arduino-based) project using Eclipse IDE+PlatformIO `_ + + Python & OS Support ------------------- diff --git a/examples/ide-eclipse/README.rst b/examples/ide-eclipse/README.rst new file mode 100644 index 00000000..9256e1ce --- /dev/null +++ b/examples/ide-eclipse/README.rst @@ -0,0 +1,9 @@ +Eclipse IDE Integration +======================= + +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_debugging_result_1-1024x775.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