Update docs with new boards, tools

This commit is contained in:
Ivan Kravets
2016-01-06 15:47:58 +02:00
parent 5634419513
commit 4e2370e0a0
9 changed files with 48 additions and 10 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@
.tox .tox
docs/_build docs/_build
dist dist
build

View File

@ -214,14 +214,14 @@ Arduino
* - ``due`` * - ``due``
- `Arduino Due (Programming Port) <http://arduino.cc/en/Main/arduinoBoardDue>`_ - `Arduino Due (Programming Port) <http://arduino.cc/en/Main/arduinoBoardDue>`_
- AT91SAM3X8E - SAM3X8E
- 84 MHz - 84 MHz
- 512 Kb - 512 Kb
- 32 Kb - 32 Kb
* - ``dueUSB`` * - ``dueUSB``
- `Arduino Due (USB Native Port) <http://arduino.cc/en/Main/arduinoBoardDue>`_ - `Arduino Due (USB Native Port) <http://arduino.cc/en/Main/arduinoBoardDue>`_
- AT91SAM3X8E - SAM3X8E
- 84 MHz - 84 MHz
- 512 Kb - 512 Kb
- 32 Kb - 32 Kb
@ -380,6 +380,20 @@ Arduino
- 32 Kb - 32 Kb
- 2.5 Kb - 2.5 Kb
* - ``zero``
- `Arduino Zero (Programming Port) <https://www.arduino.cc/en/Main/ArduinoBoardZero>`_
- SAMD21G18A
- 48 MHz
- 256 Kb
- 32 Kb
* - ``zeroUSB``
- `Arduino Zero (USB Native Port) <https://www.arduino.cc/en/Main/ArduinoBoardZero>`_
- SAMD21G18A
- 48 MHz
- 256 Kb
- 32 Kb
BQ BQ
~~ ~~
@ -693,7 +707,7 @@ NodeMCU
- RAM - RAM
* - ``nodemcu`` * - ``nodemcu``
- `NodeMCU 0.9 & 1.0 <http://www.nodemcu.com/>`_ - `NodeMCU 0.9 / 1.0 <http://www.nodemcu.com/>`_
- ESP8266 - ESP8266
- 80 MHz - 80 MHz
- 4096 Kb - 4096 Kb
@ -1073,7 +1087,7 @@ Teensy
- 16 Kb - 16 Kb
* - ``teensy31`` * - ``teensy31``
- `Teensy 3.1 <https://www.pjrc.com/store/teensy31.html>`_ - `Teensy 3.1 / 3.2 <https://www.pjrc.com/store/teensy31.html>`_
- MK20DX256 - MK20DX256
- 72 MHz - 72 MHz
- 256 Kb - 256 Kb

View File

@ -716,7 +716,7 @@ Teensy
- RAM - RAM
* - ``teensy31`` * - ``teensy31``
- `Teensy 3.1 <https://www.pjrc.com/store/teensy31.html>`_ - `Teensy 3.1 / 3.2 <https://www.pjrc.com/store/teensy31.html>`_
- MK20DX256 - MK20DX256
- 72 MHz - 72 MHz
- 256 Kb - 256 Kb

View File

@ -34,6 +34,9 @@ Packages
* - ``ldscripts`` * - ``ldscripts``
- `Linker Scripts <https://sourceware.org/binutils/docs/ld/Scripts.html>`_ - `Linker Scripts <https://sourceware.org/binutils/docs/ld/Scripts.html>`_
* - ``tool-openocd``
- `OpenOCD <http://openocd.org>`_
* - ``toolchain-gccarmnoneeabi`` * - ``toolchain-gccarmnoneeabi``
- `gcc-arm-embedded <https://launchpad.net/gcc-arm-embedded>`_, `GDB <http://www.gnu.org/software/gdb/>`_ - `gcc-arm-embedded <https://launchpad.net/gcc-arm-embedded>`_, `GDB <http://www.gnu.org/software/gdb/>`_
@ -84,18 +87,32 @@ Arduino
* - ``due`` * - ``due``
- `Arduino Due (Programming Port) <http://arduino.cc/en/Main/arduinoBoardDue>`_ - `Arduino Due (Programming Port) <http://arduino.cc/en/Main/arduinoBoardDue>`_
- AT91SAM3X8E - SAM3X8E
- 84 MHz - 84 MHz
- 512 Kb - 512 Kb
- 32 Kb - 32 Kb
* - ``dueUSB`` * - ``dueUSB``
- `Arduino Due (USB Native Port) <http://arduino.cc/en/Main/arduinoBoardDue>`_ - `Arduino Due (USB Native Port) <http://arduino.cc/en/Main/arduinoBoardDue>`_
- AT91SAM3X8E - SAM3X8E
- 84 MHz - 84 MHz
- 512 Kb - 512 Kb
- 32 Kb - 32 Kb
* - ``zero``
- `Arduino Zero (Programming Port) <https://www.arduino.cc/en/Main/ArduinoBoardZero>`_
- SAMD21G18A
- 48 MHz
- 256 Kb
- 32 Kb
* - ``zeroUSB``
- `Arduino Zero (USB Native Port) <https://www.arduino.cc/en/Main/ArduinoBoardZero>`_
- SAMD21G18A
- 48 MHz
- 256 Kb
- 32 Kb
Atmel Atmel
~~~~~ ~~~~~

View File

@ -119,6 +119,9 @@ Packages
* - ``tool-mspdebug`` * - ``tool-mspdebug``
- `MSPDebug <http://mspdebug.sourceforge.net/>`_ - `MSPDebug <http://mspdebug.sourceforge.net/>`_
* - ``tool-openocd``
- `OpenOCD <http://openocd.org>`_
* - ``tool-rfdloader`` * - ``tool-rfdloader``
- `rfdloader <https://github.com/RFduino/RFduino>`_ - `rfdloader <https://github.com/RFduino/RFduino>`_

View File

@ -163,7 +163,7 @@ NodeMCU
- RAM - RAM
* - ``nodemcu`` * - ``nodemcu``
- `NodeMCU 0.9 & 1.0 <http://www.nodemcu.com/>`_ - `NodeMCU 0.9 / 1.0 <http://www.nodemcu.com/>`_
- ESP8266 - ESP8266
- 80 MHz - 80 MHz
- 4096 Kb - 4096 Kb

View File

@ -113,7 +113,7 @@ Teensy
- 16 Kb - 16 Kb
* - ``teensy31`` * - ``teensy31``
- `Teensy 3.1 <https://www.pjrc.com/store/teensy31.html>`_ - `Teensy 3.1 / 3.2 <https://www.pjrc.com/store/teensy31.html>`_
- MK20DX256 - MK20DX256
- 72 MHz - 72 MHz
- 256 Kb - 256 Kb

View File

@ -14,7 +14,7 @@
import sys import sys
VERSION = (2, 7, 1) VERSION = (2, 7, "2.dev0")
__version__ = ".".join([str(s) for s in VERSION]) __version__ = ".".join([str(s) for s in VERSION])
__title__ = "platformio" __title__ = "platformio"

View File

@ -129,6 +129,9 @@ PLATFORM_PACKAGES = {
"tool-bossac": [ "tool-bossac": [
("BOSSA CLI", "https://sourceforge.net/projects/b-o-s-s-a/") ("BOSSA CLI", "https://sourceforge.net/projects/b-o-s-s-a/")
], ],
"tool-openocd": [
("OpenOCD", "http://openocd.org")
],
"tool-stlink": [ "tool-stlink": [
("ST-Link", "https://github.com/texane/stlink") ("ST-Link", "https://github.com/texane/stlink")
], ],