Replace TYPE for board/platform with ID // Resolve #459

This commit is contained in:
Ivan Kravets
2016-08-26 16:09:52 +03:00
parent 3e403ef9ee
commit 37dff70cd6
17 changed files with 33 additions and 39 deletions
+2 -2
View File
@@ -30,12 +30,12 @@ CodeBlocks IDE can be downloaded from `here <http://www.codeblocks.org/downloads
Integration
-----------
Choose board ``type`` using :ref:`cmd_boards` or `Embedded Boards Explorer <http://platformio.org/boards>`_
Choose board ``ID`` using :ref:`cmd_boards` or `Embedded Boards Explorer <http://platformio.org/boards>`_
command and generate project via :option:`platformio init --ide` command:
.. code-block:: shell
platformio init --ide codeblocks --board %TYPE%
platformio init --ide codeblocks --board %ID%
# For example, generate project for Arduino UNO
platformio init --ide codeblocks --board uno