From 9b95d6847539e98721ee2e04de897e5b24ac7c16 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Thu, 7 Apr 2016 13:47:19 +0300 Subject: [PATCH] New article; update history --- HISTORY.rst | 2 ++ docs/articles.rst | 1 + docs/ide/atom.rst | 1 + 3 files changed, 4 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index 68f82133..f6a48ece 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -7,6 +7,8 @@ PlatformIO 2.0 2.8.7 (2016-??-??) ~~~~~~~~~~~~~~~~~~ +* Project generator for `CodeBlocks IDE `__ + (`issue #600 `_) * Forced ``-std=gnu++11`` for Atmel SAM development platform (`issue #601 `_) * Don't check OS type for ARM mbed-enabled boards and ST STM32 development diff --git a/docs/articles.rst b/docs/articles.rst index 9183844d..151f15f5 100644 --- a/docs/articles.rst +++ b/docs/articles.rst @@ -23,6 +23,7 @@ Here are recent articles about PlatformIO: 2016 ^^^^ +* Mar 30, 2016 - **Brandon Cannaday** - `Getting Started with PlatformIO and ESP8266 NodeMcu `_ * Mar 29, 2016 - **Pablo Peñalve** - `PlatformIO + Geany + Raspberry PI, Spanish `_ * Mar 24, 2016 - **NAzT** - `PlatformIO และการปรับแต่ง เพื่อใช้สำหรับพัฒนา Arduino Library (PlatformIO and advanced development for Arduino Library, Thai) `_ * Mar 16, 2016 - **Jakub Skořepa** - `Instalace PlatformIO (PlatformIO IDE Installation, Czech) `_ diff --git a/docs/ide/atom.rst b/docs/ide/atom.rst index 2069a703..68fbc5b9 100644 --- a/docs/ide/atom.rst +++ b/docs/ide/atom.rst @@ -434,6 +434,7 @@ To force Smart Code Linter to use Arduino files as C++ please Articles / Manuals ------------------ +* Mar 30, 2016 - **Brandon Cannaday** - `Getting Started with PlatformIO and ESP8266 NodeMcu `_ * Mar 12, 2016 - **Peter Marks** - `PlatformIO, the Arduino IDE for programmers `_ * Mar 05, 2016 - **brichacek.net** - `PlatformIO – otevřený ekosystém pro vývoj IoT (PlatformIO – an open source ecosystem for IoT development, Czech) `_ * Mar 04, 2016 - **Ricardo Vega** - `Programa tu Arduino desde Atom (Program your Arduino from Atom, Spanish) `_