Add information about PlatformIO Web 2.0

This commit is contained in:
Ivan Kravets
2015-03-13 19:06:35 +02:00
parent 4e1e7ed4b5
commit 01f65ac4b0
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.
""")