Merge branch 'develop' of https://github.com/ivankravets/platformio into develop

This commit is contained in:
Valeriy Koval
2015-03-13 20:29:16 +02:00
16 changed files with 39 additions and 20 deletions

View File

@ -10,7 +10,8 @@ Boards
------
.. note::
* You can list pre-configured boards by :ref:`cmd_boards` command
* You can list pre-configured boards by :ref:`cmd_boards` command or
`PlatformIO Web 2.0 <http://platformio.org/#!/boards>`_ site
* For more detailed ``board`` information please scroll tables below by horizontal.
Adafruit

View File

@ -10,7 +10,8 @@ Boards
------
.. note::
* You can list pre-configured boards by :ref:`cmd_boards` command
* You can list pre-configured boards by :ref:`cmd_boards` command or
`PlatformIO Web 2.0 <http://platformio.org/#!/boards>`_ site
* For more detailed ``board`` information please scroll tables below by horizontal.
ST

View File

@ -10,7 +10,8 @@ Boards
------
.. note::
* You can list pre-configured boards by :ref:`cmd_boards` command
* You can list pre-configured boards by :ref:`cmd_boards` command or
`PlatformIO Web 2.0 <http://platformio.org/#!/boards>`_ site
* For more detailed ``board`` information please scroll tables below by horizontal.
TI

View File

@ -10,7 +10,8 @@ Boards
------
.. note::
* You can list pre-configured boards by :ref:`cmd_boards` command
* You can list pre-configured boards by :ref:`cmd_boards` command or
`PlatformIO Web 2.0 <http://platformio.org/#!/boards>`_ site
* For more detailed ``board`` information please scroll tables below by horizontal.
CQ Publishing

View File

@ -10,7 +10,8 @@ Boards
------
.. note::
* You can list pre-configured boards by :ref:`cmd_boards` command
* You can list pre-configured boards by :ref:`cmd_boards` command or
`PlatformIO Web 2.0 <http://platformio.org/#!/boards>`_ site
* For more detailed ``board`` information please scroll tables below by horizontal.
ST

View File

@ -10,7 +10,8 @@ Boards
------
.. note::
* You can list pre-configured boards by :ref:`cmd_boards` command
* You can list pre-configured boards by :ref:`cmd_boards` command or
`PlatformIO Web 2.0 <http://platformio.org/#!/boards>`_ site
* For more detailed ``board`` information please scroll tables below by horizontal.
ST

View File

@ -44,7 +44,8 @@ Boards
------
.. note::
* You can list pre-configured boards by :ref:`cmd_boards` command
* You can list pre-configured boards by :ref:`cmd_boards` command or
`PlatformIO Web 2.0 <http://platformio.org/#!/boards>`_ site
* For more detailed ``board`` information please scroll tables below by
horizontal.

View File

@ -42,7 +42,8 @@ Boards
------
.. note::
* You can list pre-configured boards by :ref:`cmd_boards` command
* You can list pre-configured boards by :ref:`cmd_boards` command or
`PlatformIO Web 2.0 <http://platformio.org/#!/boards>`_ site
* For more detailed ``board`` information please scroll tables below by
horizontal.

View File

@ -37,7 +37,8 @@ Boards
------
.. note::
* You can list pre-configured boards by :ref:`cmd_boards` command
* You can list pre-configured boards by :ref:`cmd_boards` command or
`PlatformIO Web 2.0 <http://platformio.org/#!/boards>`_ site
* For more detailed ``board`` information please scroll tables below by
horizontal.

View File

@ -39,7 +39,8 @@ Boards
------
.. note::
* You can list pre-configured boards by :ref:`cmd_boards` command
* You can list pre-configured boards by :ref:`cmd_boards` command or
`PlatformIO Web 2.0 <http://platformio.org/#!/boards>`_ site
* For more detailed ``board`` information please scroll tables below by
horizontal.

View File

@ -39,7 +39,8 @@ Boards
------
.. note::
* You can list pre-configured boards by :ref:`cmd_boards` command
* You can list pre-configured boards by :ref:`cmd_boards` command or
`PlatformIO Web 2.0 <http://platformio.org/#!/boards>`_ site
* For more detailed ``board`` information please scroll tables below by
horizontal.

View File

@ -54,7 +54,8 @@ Boards
------
.. note::
* You can list pre-configured boards by :ref:`cmd_boards` command
* You can list pre-configured boards by :ref:`cmd_boards` command or
`PlatformIO Web 2.0 <http://platformio.org/#!/boards>`_ site
* For more detailed ``board`` information please scroll tables below by
horizontal.

View File

@ -47,7 +47,8 @@ Boards
------
.. note::
* You can list pre-configured boards by :ref:`cmd_boards` command
* You can list pre-configured boards by :ref:`cmd_boards` command or
`PlatformIO Web 2.0 <http://platformio.org/#!/boards>`_ site
* For more detailed ``board`` information please scroll tables below by
horizontal.

View File

@ -40,7 +40,8 @@ Boards
------
.. note::
* You can list pre-configured boards by :ref:`cmd_boards` command
* You can list pre-configured boards by :ref:`cmd_boards` command or
`PlatformIO Web 2.0 <http://platformio.org/#!/boards>`_ site
* For more detailed ``board`` information please scroll tables below by
horizontal.

View File

@ -46,7 +46,8 @@ Boards
------
.. note::
* You can list pre-configured boards by :ref:`cmd_boards` command
* You can list pre-configured boards by :ref:`cmd_boards` command or
`PlatformIO Web 2.0 <http://platformio.org/#!/boards>`_ site
* For more detailed ``board`` information please scroll tables below by
horizontal.

View File

@ -1,11 +1,13 @@
# Copyright (C) Ivan Kravets <me@ikravets.com>
# See LICENSE for details.
from os.path import dirname, join, realpath
from sys import path
from sys import exit as sys_exit
from math import ceil
from os.path import dirname, join, realpath
from sys import exit as sys_exit
from sys import path
path.append("..")
from platformio import util
from platformio.platforms.base import PLATFORM_PACKAGES, PlatformFactory
@ -109,7 +111,8 @@ Boards
------
.. note::
* You can list pre-configured boards by :ref:`cmd_boards` command
* You can list pre-configured boards by :ref:`cmd_boards` command or
`PlatformIO Web 2.0 <http://platformio.org/#!/boards>`_ site
* For more detailed ``board`` information please scroll tables below by
horizontal.
""")
@ -155,7 +158,8 @@ Boards
------
.. note::
* You can list pre-configured boards by :ref:`cmd_boards` command
* You can list pre-configured boards by :ref:`cmd_boards` command or
`PlatformIO Web 2.0 <http://platformio.org/#!/boards>`_ site
* For more detailed ``board`` information please scroll tables below by horizontal.
""")