diff --git a/docs/frameworks/arduino.rst b/docs/frameworks/arduino.rst index 2ffb72e4..270dce86 100644 --- a/docs/frameworks/arduino.rst +++ b/docs/frameworks/arduino.rst @@ -13,7 +13,7 @@ Framework ``arduino`` ===================== -Arduino Framework allows writing cross-platform software to control devices attached to a wide range of Arduino boards to create all kinds of creative coding, interactive objects, spaces or physical experiences. +Arduino Wiring-based Framework allows writing cross-platform software to control devices attached to a wide range of Arduino boards to create all kinds of creative coding, interactive objects, spaces or physical experiences. For more detailed information please visit `vendor site `_. @@ -583,6 +583,13 @@ Espressif - 1024 Kb - 80 Kb + * - ``esp07`` + - `Espressif Generic ESP8266 ESP-07 `_ + - ESP8266 + - 80 MHz + - 4096 Kb + - 80 Kb + * - ``esp12e`` - `Espressif ESP8266 ESP-12E `_ - ESP8266 diff --git a/docs/frameworks/energia.rst b/docs/frameworks/energia.rst index 64a474ee..1ed32ca8 100644 --- a/docs/frameworks/energia.rst +++ b/docs/frameworks/energia.rst @@ -13,7 +13,7 @@ Framework ``energia`` ===================== -Energia framework enables pretty much anyone to start easily creating microcontroller-based projects and applications. Its easy-to-use libraries and functions provide developers of all experience levels to start blinking LEDs, buzzing buzzers and sensing sensors more quickly than ever before. +Energia Wiring-based framework enables pretty much anyone to start easily creating microcontroller-based projects and applications. Its easy-to-use libraries and functions provide developers of all experience levels to start blinking LEDs, buzzing buzzers and sensing sensors more quickly than ever before. For more detailed information please visit `vendor site `_. diff --git a/docs/ide/atom.rst b/docs/ide/atom.rst index a48f0d9f..e50f5cca 100644 --- a/docs/ide/atom.rst +++ b/docs/ide/atom.rst @@ -85,8 +85,8 @@ Quick Start This tutorial introduces you to the basics of PlatformIO IDE workflow and shows you a creation process of a simple "Blink" example. After finishing you will have a general understanding of how to work with projects in the IDE. -Launching -~~~~~~~~~ +Launch +~~~~~~ PlatformIO IDE is built on top of GitHub's Atom "hackable" text editor. After installation please run one of ``Atom.exe``, ``Atom.app`` or ``atom`` diff --git a/docs/platforms/atmelavr.rst b/docs/platforms/atmelavr.rst index c6b78a7e..356582af 100644 --- a/docs/platforms/atmelavr.rst +++ b/docs/platforms/atmelavr.rst @@ -58,7 +58,7 @@ Frameworks - Description * - :ref:`framework_arduino` - - Arduino Framework allows writing cross-platform software to control devices attached to a wide range of Arduino boards to create all kinds of creative coding, interactive objects, spaces or physical experiences. + - Arduino Wiring-based Framework allows writing cross-platform software to control devices attached to a wide range of Arduino boards to create all kinds of creative coding, interactive objects, spaces or physical experiences. Boards ------ diff --git a/docs/platforms/atmelsam.rst b/docs/platforms/atmelsam.rst index 3f1ce190..5d71c4d6 100644 --- a/docs/platforms/atmelsam.rst +++ b/docs/platforms/atmelsam.rst @@ -64,7 +64,7 @@ Frameworks - Description * - :ref:`framework_arduino` - - Arduino Framework allows writing cross-platform software to control devices attached to a wide range of Arduino boards to create all kinds of creative coding, interactive objects, spaces or physical experiences. + - Arduino Wiring-based Framework allows writing cross-platform software to control devices attached to a wide range of Arduino boards to create all kinds of creative coding, interactive objects, spaces or physical experiences. * - :ref:`framework_mbed` - The mbed framework The mbed SDK has been designed to provide enough hardware abstraction to be intuitive and concise, yet powerful enough to build complex projects. It is built on the low-level ARM CMSIS APIs, allowing you to code down to the metal if needed. In addition to RTOS, USB and Networking libraries, a cookbook of hundreds of reusable peripheral and module libraries have been built on top of the SDK by the mbed Developer Community. diff --git a/docs/platforms/espressif.rst b/docs/platforms/espressif.rst index 34d8662c..609b2549 100644 --- a/docs/platforms/espressif.rst +++ b/docs/platforms/espressif.rst @@ -64,7 +64,7 @@ Frameworks - Description * - :ref:`framework_arduino` - - Arduino Framework allows writing cross-platform software to control devices attached to a wide range of Arduino boards to create all kinds of creative coding, interactive objects, spaces or physical experiences. + - Arduino Wiring-based Framework allows writing cross-platform software to control devices attached to a wide range of Arduino boards to create all kinds of creative coding, interactive objects, spaces or physical experiences. Boards ------ @@ -162,6 +162,13 @@ Espressif - 1024 Kb - 80 Kb + * - ``esp07`` + - `Espressif Generic ESP8266 ESP-07 `_ + - ESP8266 + - 80 MHz + - 4096 Kb + - 80 Kb + * - ``esp12e`` - `Espressif ESP8266 ESP-12E `_ - ESP8266 diff --git a/docs/platforms/nordicnrf51.rst b/docs/platforms/nordicnrf51.rst index 15f65721..9d51cb4c 100644 --- a/docs/platforms/nordicnrf51.rst +++ b/docs/platforms/nordicnrf51.rst @@ -58,7 +58,7 @@ Frameworks - Description * - :ref:`framework_arduino` - - Arduino Framework allows writing cross-platform software to control devices attached to a wide range of Arduino boards to create all kinds of creative coding, interactive objects, spaces or physical experiences. + - Arduino Wiring-based Framework allows writing cross-platform software to control devices attached to a wide range of Arduino boards to create all kinds of creative coding, interactive objects, spaces or physical experiences. * - :ref:`framework_mbed` - The mbed framework The mbed SDK has been designed to provide enough hardware abstraction to be intuitive and concise, yet powerful enough to build complex projects. It is built on the low-level ARM CMSIS APIs, allowing you to code down to the metal if needed. In addition to RTOS, USB and Networking libraries, a cookbook of hundreds of reusable peripheral and module libraries have been built on top of the SDK by the mbed Developer Community. diff --git a/docs/platforms/teensy.rst b/docs/platforms/teensy.rst index 45e1d1c5..c8a74616 100644 --- a/docs/platforms/teensy.rst +++ b/docs/platforms/teensy.rst @@ -64,7 +64,7 @@ Frameworks - Description * - :ref:`framework_arduino` - - Arduino Framework allows writing cross-platform software to control devices attached to a wide range of Arduino boards to create all kinds of creative coding, interactive objects, spaces or physical experiences. + - Arduino Wiring-based Framework allows writing cross-platform software to control devices attached to a wide range of Arduino boards to create all kinds of creative coding, interactive objects, spaces or physical experiences. * - :ref:`framework_mbed` - The mbed framework The mbed SDK has been designed to provide enough hardware abstraction to be intuitive and concise, yet powerful enough to build complex projects. It is built on the low-level ARM CMSIS APIs, allowing you to code down to the metal if needed. In addition to RTOS, USB and Networking libraries, a cookbook of hundreds of reusable peripheral and module libraries have been built on top of the SDK by the mbed Developer Community. diff --git a/docs/platforms/timsp430.rst b/docs/platforms/timsp430.rst index 3a824872..39aea248 100644 --- a/docs/platforms/timsp430.rst +++ b/docs/platforms/timsp430.rst @@ -58,10 +58,10 @@ Frameworks - Description * - :ref:`framework_arduino` - - Arduino Framework allows writing cross-platform software to control devices attached to a wide range of Arduino boards to create all kinds of creative coding, interactive objects, spaces or physical experiences. + - Arduino Wiring-based Framework allows writing cross-platform software to control devices attached to a wide range of Arduino boards to create all kinds of creative coding, interactive objects, spaces or physical experiences. * - :ref:`framework_energia` - - Energia framework enables pretty much anyone to start easily creating microcontroller-based projects and applications. Its easy-to-use libraries and functions provide developers of all experience levels to start blinking LEDs, buzzing buzzers and sensing sensors more quickly than ever before. + - Energia Wiring-based framework enables pretty much anyone to start easily creating microcontroller-based projects and applications. Its easy-to-use libraries and functions provide developers of all experience levels to start blinking LEDs, buzzing buzzers and sensing sensors more quickly than ever before. Boards ------ diff --git a/docs/platforms/titiva.rst b/docs/platforms/titiva.rst index 1548200a..8effb509 100644 --- a/docs/platforms/titiva.rst +++ b/docs/platforms/titiva.rst @@ -61,7 +61,7 @@ Frameworks - Description * - :ref:`framework_energia` - - Energia framework enables pretty much anyone to start easily creating microcontroller-based projects and applications. Its easy-to-use libraries and functions provide developers of all experience levels to start blinking LEDs, buzzing buzzers and sensing sensors more quickly than ever before. + - Energia Wiring-based framework enables pretty much anyone to start easily creating microcontroller-based projects and applications. Its easy-to-use libraries and functions provide developers of all experience levels to start blinking LEDs, buzzing buzzers and sensing sensors more quickly than ever before. * - :ref:`framework_libopencm3` - The libOpenCM3 framework aims to create a free/libre/open-source firmware library for various ARM Cortex-M0(+)/M3/M4 microcontrollers, including ST STM32, Ti Tiva and Stellaris, NXP LPC 11xx, 13xx, 15xx, 17xx parts, Atmel SAM3, Energy Micro EFM32 and others. diff --git a/platformio/builder/scripts/frameworks/arduino.py b/platformio/builder/scripts/frameworks/arduino.py index 44bf2f6b..4dc10571 100644 --- a/platformio/builder/scripts/frameworks/arduino.py +++ b/platformio/builder/scripts/frameworks/arduino.py @@ -15,8 +15,8 @@ """ Arduino -Arduino Framework allows writing cross-platform software to control -devices attached to a wide range of Arduino boards to create all +Arduino Wiring-based Framework allows writing cross-platform software to +control devices attached to a wide range of Arduino boards to create all kinds of creative coding, interactive objects, spaces or physical experiences. http://arduino.cc/en/Reference/HomePage diff --git a/platformio/builder/scripts/frameworks/energia.py b/platformio/builder/scripts/frameworks/energia.py index 79521cc5..24bc9760 100644 --- a/platformio/builder/scripts/frameworks/energia.py +++ b/platformio/builder/scripts/frameworks/energia.py @@ -15,9 +15,9 @@ """ Energia -Energia framework enables pretty much anyone to start easily creating -microcontroller-based projects and applications. Its easy-to-use libraries -and functions provide developers of all experience levels to start +Energia Wiring-based framework enables pretty much anyone to start easily +creating microcontroller-based projects and applications. Its easy-to-use +libraries and functions provide developers of all experience levels to start blinking LEDs, buzzing buzzers and sensing sensors more quickly than ever before.