Add links to credit-card sized computers

This commit is contained in:
Ivan Kravets
2015-03-12 23:32:28 +02:00
parent b74288f2c4
commit cd06f3ed43
3 changed files with 7 additions and 5 deletions

View File

@ -25,7 +25,7 @@ Release History
**PlatformIO 1.0 - recommended for production** **PlatformIO 1.0 - recommended for production**
* Changed development status from ``beta`` to ``Production/Stable`` * Changed development status from ``beta`` to ``Production/Stable``
* Added support for *ARM*-based credit-card computers: * Added support for *ARM*-based credit-card sized computers:
`Raspberry Pi <http://www.raspberrypi.org>`_, `Raspberry Pi <http://www.raspberrypi.org>`_,
`BeagleBone <http://beagleboard.org>`_ and `CubieBoard <http://cubieboard.org>`_ `BeagleBone <http://beagleboard.org>`_ and `CubieBoard <http://cubieboard.org>`_
* Added `atmelsam <http://docs.platformio.org/en/latest/platforms/atmelsam.html>`_ * Added `atmelsam <http://docs.platformio.org/en/latest/platforms/atmelsam.html>`_

View File

@ -47,7 +47,9 @@ Use whenever. *Run everywhere.*
*PlatformIO* is written in pure *Python* and **doesn't depend** on any *PlatformIO* is written in pure *Python* and **doesn't depend** on any
additional libraries/tools from an operation system. It allows you to use additional libraries/tools from an operation system. It allows you to use
*PlatformIO* beginning from *PC (Mac, Linux, Win)* and ending with credit-card *PlatformIO* beginning from *PC (Mac, Linux, Win)* and ending with credit-card
sized computers (like *Raspberry Pi*). sized computers (`Raspberry Pi <http://www.raspberrypi.org>`_,
`BeagleBone <http://beagleboard.org>`_,
`CubieBoard <http://cubieboard.org>`_).
Embedded Development. *Easier Than Ever.* Embedded Development. *Easier Than Ever.*
----------------------------------------- -----------------------------------------

View File

@ -3,10 +3,10 @@
Installation Installation
============ ============
**PlatformIO** is written in `Python <https://www.python.org/downloads/>`_ and works **PlatformIO** is written in `Python <https://www.python.org/downloads/>`_ and
on Mac OS X, Linux, Windows OS and *ARM*-based credit-card works on Mac OS X, Linux, Windows OS and *ARM*-based credit-card sized
computers (`Raspberry Pi <http://www.raspberrypi.org>`_, computers (`Raspberry Pi <http://www.raspberrypi.org>`_,
`BeagleBoard <http://beagleboard.org>`_, `BeagleBone <http://beagleboard.org>`_,
`CubieBoard <http://cubieboard.org>`_). `CubieBoard <http://cubieboard.org>`_).
.. contents:: .. contents::