mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-31 02:27:13 +02:00
Update history with new boards
This commit is contained in:
@ -13,6 +13,14 @@ PlatformIO 2.0
|
|||||||
development platform for Lattice iCEstick FPGA Evaluation Kit and BQ IceZUM
|
development platform for Lattice iCEstick FPGA Evaluation Kit and BQ IceZUM
|
||||||
Alhambra FPGA
|
Alhambra FPGA
|
||||||
(`issue #480 <https://github.com/platformio/platformio/issues/480>`_)
|
(`issue #480 <https://github.com/platformio/platformio/issues/480>`_)
|
||||||
|
* Updated Arduino core for Espressif platform to 2.2.0
|
||||||
|
(`issue #627 <https://github.com/platformio/platformio/issues/627>`_)
|
||||||
|
* New boards for `ARM mbed <http://docs.platformio.org/en/latest/frameworks/mbed.html>`__
|
||||||
|
framework: ST Nucleo F410RB, ST Nucleo L073RZ and BBC micro:bit
|
||||||
|
* Added support for Generic ATTiny boards: ATTiny24, ATTiny25, ATTiny45 and
|
||||||
|
ATTiny85
|
||||||
|
* Added support for `TI MSP430 <http://docs.platformio.org/en/latest/platforms/timsp430.html>`__
|
||||||
|
boards: TI LaunchPad w/ msp430fr4133 and TI LaunchPad w/ msp430fr6989
|
||||||
* PlatformIO Library Registry in JSON format! Implemented
|
* PlatformIO Library Registry in JSON format! Implemented
|
||||||
``--json-output`` and ``--page`` options for
|
``--json-output`` and ``--page`` options for
|
||||||
`platformio lib search <http://docs.platformio.org/en/latest/userguide/lib/cmd_search.html>`__
|
`platformio lib search <http://docs.platformio.org/en/latest/userguide/lib/cmd_search.html>`__
|
||||||
|
@ -631,6 +631,61 @@ Espressif
|
|||||||
- 4096 Kb
|
- 4096 Kb
|
||||||
- 50 Kb
|
- 50 Kb
|
||||||
|
|
||||||
|
Generic ATTiny
|
||||||
|
~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
.. list-table::
|
||||||
|
:header-rows: 1
|
||||||
|
|
||||||
|
* - Type ``board``
|
||||||
|
- Name
|
||||||
|
- Microcontroller
|
||||||
|
- Frequency
|
||||||
|
- Flash
|
||||||
|
- RAM
|
||||||
|
|
||||||
|
* - ``attiny24``
|
||||||
|
- `Generic ATTiny24 <http://www.atmel.com/devices/ATTINY24.aspx>`_
|
||||||
|
- ATTINY24
|
||||||
|
- 8 MHz
|
||||||
|
- 2 Kb
|
||||||
|
- 0.125 Kb
|
||||||
|
|
||||||
|
* - ``attiny25``
|
||||||
|
- `Generic ATTiny25 <http://www.atmel.com/devices/ATTINY25.aspx>`_
|
||||||
|
- ATTINY25
|
||||||
|
- 8 MHz
|
||||||
|
- 2 Kb
|
||||||
|
- 0.125 Kb
|
||||||
|
|
||||||
|
* - ``attiny44``
|
||||||
|
- `Generic ATTiny44 <http://www.atmel.com/devices/ATTINY44.aspx>`_
|
||||||
|
- ATTINY44
|
||||||
|
- 8 MHz
|
||||||
|
- 4 Kb
|
||||||
|
- 0.25 Kb
|
||||||
|
|
||||||
|
* - ``attiny45``
|
||||||
|
- `Generic ATTiny45 <http://www.atmel.com/devices/ATTINY45.aspx>`_
|
||||||
|
- ATTINY45
|
||||||
|
- 8 MHz
|
||||||
|
- 4 Kb
|
||||||
|
- 0.25 Kb
|
||||||
|
|
||||||
|
* - ``attiny84``
|
||||||
|
- `Generic ATTiny84 <http://www.atmel.com/devices/ATTINY84.aspx>`_
|
||||||
|
- ATTINY84
|
||||||
|
- 8 MHz
|
||||||
|
- 8 Kb
|
||||||
|
- 0.5 Kb
|
||||||
|
|
||||||
|
* - ``attiny85``
|
||||||
|
- `Generic ATTiny85 <http://www.atmel.com/devices/ATTINY85.aspx>`_
|
||||||
|
- ATTINY85
|
||||||
|
- 8 MHz
|
||||||
|
- 8 Kb
|
||||||
|
- 0.5 Kb
|
||||||
|
|
||||||
LightUp
|
LightUp
|
||||||
~~~~~~~
|
~~~~~~~
|
||||||
|
|
||||||
|
@ -75,6 +75,13 @@ TI
|
|||||||
- 128 Kb
|
- 128 Kb
|
||||||
- 1 Kb
|
- 1 Kb
|
||||||
|
|
||||||
|
* - ``lpmsp430fr4133``
|
||||||
|
- `TI LaunchPad w/ msp430fr4133 <http://www.ti.com/tool/msp-exp430fr4133>`_
|
||||||
|
- MSP430G2553
|
||||||
|
- 16 MHz
|
||||||
|
- 16 Kb
|
||||||
|
- 2 Kb
|
||||||
|
|
||||||
* - ``lpmsp430fr5739``
|
* - ``lpmsp430fr5739``
|
||||||
- `TI FraunchPad w/ msp430fr5739 <http://www.ti.com/tool/msp-exp430fr5739>`_
|
- `TI FraunchPad w/ msp430fr5739 <http://www.ti.com/tool/msp-exp430fr5739>`_
|
||||||
- MSP430FR5739
|
- MSP430FR5739
|
||||||
@ -89,6 +96,13 @@ TI
|
|||||||
- 64 Kb
|
- 64 Kb
|
||||||
- 1 Kb
|
- 1 Kb
|
||||||
|
|
||||||
|
* - ``lpmsp430fr6989``
|
||||||
|
- `TI LaunchPad w/ msp430fr6989 <http://www.ti.com/tool/msp-exp430fr6989>`_
|
||||||
|
- MSP430G2553
|
||||||
|
- 16 MHz
|
||||||
|
- 128 Kb
|
||||||
|
- 2 Kb
|
||||||
|
|
||||||
* - ``lpmsp430g2231``
|
* - ``lpmsp430g2231``
|
||||||
- `TI LaunchPad w/ msp430g2231 (1 MHz) <http://www.ti.com/ww/en/launchpad/launchpads-msp430-msp-exp430g2.html>`_
|
- `TI LaunchPad w/ msp430g2231 (1 MHz) <http://www.ti.com/ww/en/launchpad/launchpads-msp430-msp-exp430g2.html>`_
|
||||||
- MSP430G2231
|
- MSP430G2231
|
||||||
|
@ -56,6 +56,26 @@ Boards
|
|||||||
`PlatformIO Boards Explorer <http://platformio.org/boards>`_
|
`PlatformIO Boards Explorer <http://platformio.org/boards>`_
|
||||||
* For more detailed ``board`` information please scroll tables below by horizontal.
|
* For more detailed ``board`` information please scroll tables below by horizontal.
|
||||||
|
|
||||||
|
96Boards
|
||||||
|
~~~~~~~~
|
||||||
|
|
||||||
|
.. list-table::
|
||||||
|
:header-rows: 1
|
||||||
|
|
||||||
|
* - Type ``board``
|
||||||
|
- Name
|
||||||
|
- Microcontroller
|
||||||
|
- Frequency
|
||||||
|
- Flash
|
||||||
|
- RAM
|
||||||
|
|
||||||
|
* - ``b96b_f446ve``
|
||||||
|
- `96Boards B96B-F446VE <https://developer.mbed.org/platforms/ST-B96B-F446VE/>`_
|
||||||
|
- STM32F446VET6
|
||||||
|
- 168 MHz
|
||||||
|
- 512 Kb
|
||||||
|
- 128 Kb
|
||||||
|
|
||||||
Atmel
|
Atmel
|
||||||
~~~~~
|
~~~~~
|
||||||
|
|
||||||
@ -90,6 +110,26 @@ Atmel
|
|||||||
- 256 Kb
|
- 256 Kb
|
||||||
- 32 Kb
|
- 32 Kb
|
||||||
|
|
||||||
|
BBC
|
||||||
|
~~~
|
||||||
|
|
||||||
|
.. list-table::
|
||||||
|
:header-rows: 1
|
||||||
|
|
||||||
|
* - Type ``board``
|
||||||
|
- Name
|
||||||
|
- Microcontroller
|
||||||
|
- Frequency
|
||||||
|
- Flash
|
||||||
|
- RAM
|
||||||
|
|
||||||
|
* - ``bbcmicrobit``
|
||||||
|
- `BBC micro:bit <https://developer.mbed.org/platforms/Microbit/>`_
|
||||||
|
- NRF51822
|
||||||
|
- 16 MHz
|
||||||
|
- 256 Kb
|
||||||
|
- 16 Kb
|
||||||
|
|
||||||
CQ Publishing
|
CQ Publishing
|
||||||
~~~~~~~~~~~~~
|
~~~~~~~~~~~~~
|
||||||
|
|
||||||
@ -548,6 +588,13 @@ ST
|
|||||||
- 512 Kb
|
- 512 Kb
|
||||||
- 96 Kb
|
- 96 Kb
|
||||||
|
|
||||||
|
* - ``nucleo_f410rb``
|
||||||
|
- `ST Nucleo F410RB <https://developer.mbed.org/platforms/ST-Nucleo-F410RB/>`_
|
||||||
|
- STM32F410RBT6
|
||||||
|
- 100 MHz
|
||||||
|
- 128 Kb
|
||||||
|
- 32 Kb
|
||||||
|
|
||||||
* - ``nucleo_f411re``
|
* - ``nucleo_f411re``
|
||||||
- `ST Nucleo F411RE <https://developer.mbed.org/platforms/ST-Nucleo-F411RE/>`_
|
- `ST Nucleo F411RE <https://developer.mbed.org/platforms/ST-Nucleo-F411RE/>`_
|
||||||
- STM32F411RET6
|
- STM32F411RET6
|
||||||
@ -569,6 +616,13 @@ ST
|
|||||||
- 64 Kb
|
- 64 Kb
|
||||||
- 8 Kb
|
- 8 Kb
|
||||||
|
|
||||||
|
* - ``nucleo_l073rz``
|
||||||
|
- `ST Nucleo L073RZ <https://developer.mbed.org/platforms/ST-Nucleo-L073RZ/>`_
|
||||||
|
- STM32L073RZ
|
||||||
|
- 32 MHz
|
||||||
|
- 192 Kb
|
||||||
|
- 20 Kb
|
||||||
|
|
||||||
* - ``nucleo_l152re``
|
* - ``nucleo_l152re``
|
||||||
- `ST Nucleo L152RE <https://developer.mbed.org/platforms/ST-Nucleo-L152RE/>`_
|
- `ST Nucleo L152RE <https://developer.mbed.org/platforms/ST-Nucleo-L152RE/>`_
|
||||||
- STM32L152RET6
|
- STM32L152RET6
|
||||||
|
@ -491,6 +491,61 @@ Engduino
|
|||||||
- 32 Kb
|
- 32 Kb
|
||||||
- 2.5 Kb
|
- 2.5 Kb
|
||||||
|
|
||||||
|
Generic ATTiny
|
||||||
|
~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
.. list-table::
|
||||||
|
:header-rows: 1
|
||||||
|
|
||||||
|
* - Type ``board``
|
||||||
|
- Name
|
||||||
|
- Microcontroller
|
||||||
|
- Frequency
|
||||||
|
- Flash
|
||||||
|
- RAM
|
||||||
|
|
||||||
|
* - ``attiny24``
|
||||||
|
- `Generic ATTiny24 <http://www.atmel.com/devices/ATTINY24.aspx>`_
|
||||||
|
- ATTINY24
|
||||||
|
- 8 MHz
|
||||||
|
- 2 Kb
|
||||||
|
- 0.125 Kb
|
||||||
|
|
||||||
|
* - ``attiny25``
|
||||||
|
- `Generic ATTiny25 <http://www.atmel.com/devices/ATTINY25.aspx>`_
|
||||||
|
- ATTINY25
|
||||||
|
- 8 MHz
|
||||||
|
- 2 Kb
|
||||||
|
- 0.125 Kb
|
||||||
|
|
||||||
|
* - ``attiny44``
|
||||||
|
- `Generic ATTiny44 <http://www.atmel.com/devices/ATTINY44.aspx>`_
|
||||||
|
- ATTINY44
|
||||||
|
- 8 MHz
|
||||||
|
- 4 Kb
|
||||||
|
- 0.25 Kb
|
||||||
|
|
||||||
|
* - ``attiny45``
|
||||||
|
- `Generic ATTiny45 <http://www.atmel.com/devices/ATTINY45.aspx>`_
|
||||||
|
- ATTINY45
|
||||||
|
- 8 MHz
|
||||||
|
- 4 Kb
|
||||||
|
- 0.25 Kb
|
||||||
|
|
||||||
|
* - ``attiny84``
|
||||||
|
- `Generic ATTiny84 <http://www.atmel.com/devices/ATTINY84.aspx>`_
|
||||||
|
- ATTINY84
|
||||||
|
- 8 MHz
|
||||||
|
- 8 Kb
|
||||||
|
- 0.5 Kb
|
||||||
|
|
||||||
|
* - ``attiny85``
|
||||||
|
- `Generic ATTiny85 <http://www.atmel.com/devices/ATTINY85.aspx>`_
|
||||||
|
- ATTINY85
|
||||||
|
- 8 MHz
|
||||||
|
- 8 Kb
|
||||||
|
- 0.5 Kb
|
||||||
|
|
||||||
LightUp
|
LightUp
|
||||||
~~~~~~~
|
~~~~~~~
|
||||||
|
|
||||||
|
@ -73,6 +73,26 @@ Boards
|
|||||||
* For more detailed ``board`` information please scroll tables below by
|
* For more detailed ``board`` information please scroll tables below by
|
||||||
horizontal.
|
horizontal.
|
||||||
|
|
||||||
|
BBC
|
||||||
|
~~~
|
||||||
|
|
||||||
|
.. list-table::
|
||||||
|
:header-rows: 1
|
||||||
|
|
||||||
|
* - Type ``board``
|
||||||
|
- Name
|
||||||
|
- Microcontroller
|
||||||
|
- Frequency
|
||||||
|
- Flash
|
||||||
|
- RAM
|
||||||
|
|
||||||
|
* - ``bbcmicrobit``
|
||||||
|
- `BBC micro:bit <https://developer.mbed.org/platforms/Microbit/>`_
|
||||||
|
- NRF51822
|
||||||
|
- 16 MHz
|
||||||
|
- 256 Kb
|
||||||
|
- 16 Kb
|
||||||
|
|
||||||
Delta
|
Delta
|
||||||
~~~~~
|
~~~~~
|
||||||
|
|
||||||
|
@ -88,6 +88,26 @@ Boards
|
|||||||
* For more detailed ``board`` information please scroll tables below by
|
* For more detailed ``board`` information please scroll tables below by
|
||||||
horizontal.
|
horizontal.
|
||||||
|
|
||||||
|
96Boards
|
||||||
|
~~~~~~~~
|
||||||
|
|
||||||
|
.. list-table::
|
||||||
|
:header-rows: 1
|
||||||
|
|
||||||
|
* - Type ``board``
|
||||||
|
- Name
|
||||||
|
- Microcontroller
|
||||||
|
- Frequency
|
||||||
|
- Flash
|
||||||
|
- RAM
|
||||||
|
|
||||||
|
* - ``b96b_f446ve``
|
||||||
|
- `96Boards B96B-F446VE <https://developer.mbed.org/platforms/ST-B96B-F446VE/>`_
|
||||||
|
- STM32F446VET6
|
||||||
|
- 168 MHz
|
||||||
|
- 512 Kb
|
||||||
|
- 128 Kb
|
||||||
|
|
||||||
Armstrap
|
Armstrap
|
||||||
~~~~~~~~
|
~~~~~~~~
|
||||||
|
|
||||||
@ -296,6 +316,13 @@ ST
|
|||||||
- 512 Kb
|
- 512 Kb
|
||||||
- 96 Kb
|
- 96 Kb
|
||||||
|
|
||||||
|
* - ``nucleo_f410rb``
|
||||||
|
- `ST Nucleo F410RB <https://developer.mbed.org/platforms/ST-Nucleo-F410RB/>`_
|
||||||
|
- STM32F410RBT6
|
||||||
|
- 100 MHz
|
||||||
|
- 128 Kb
|
||||||
|
- 32 Kb
|
||||||
|
|
||||||
* - ``nucleo_f411re``
|
* - ``nucleo_f411re``
|
||||||
- `ST Nucleo F411RE <https://developer.mbed.org/platforms/ST-Nucleo-F411RE/>`_
|
- `ST Nucleo F411RE <https://developer.mbed.org/platforms/ST-Nucleo-F411RE/>`_
|
||||||
- STM32F411RET6
|
- STM32F411RET6
|
||||||
@ -317,6 +344,13 @@ ST
|
|||||||
- 64 Kb
|
- 64 Kb
|
||||||
- 8 Kb
|
- 8 Kb
|
||||||
|
|
||||||
|
* - ``nucleo_l073rz``
|
||||||
|
- `ST Nucleo L073RZ <https://developer.mbed.org/platforms/ST-Nucleo-L073RZ/>`_
|
||||||
|
- STM32L073RZ
|
||||||
|
- 32 MHz
|
||||||
|
- 192 Kb
|
||||||
|
- 20 Kb
|
||||||
|
|
||||||
* - ``nucleo_l152re``
|
* - ``nucleo_l152re``
|
||||||
- `ST Nucleo L152RE <https://developer.mbed.org/platforms/ST-Nucleo-L152RE/>`_
|
- `ST Nucleo L152RE <https://developer.mbed.org/platforms/ST-Nucleo-L152RE/>`_
|
||||||
- STM32L152RET6
|
- STM32L152RET6
|
||||||
|
@ -120,6 +120,13 @@ TI
|
|||||||
- 128 Kb
|
- 128 Kb
|
||||||
- 1 Kb
|
- 1 Kb
|
||||||
|
|
||||||
|
* - ``lpmsp430fr4133``
|
||||||
|
- `TI LaunchPad w/ msp430fr4133 <http://www.ti.com/tool/msp-exp430fr4133>`_
|
||||||
|
- MSP430G2553
|
||||||
|
- 16 MHz
|
||||||
|
- 16 Kb
|
||||||
|
- 2 Kb
|
||||||
|
|
||||||
* - ``lpmsp430fr5739``
|
* - ``lpmsp430fr5739``
|
||||||
- `TI FraunchPad w/ msp430fr5739 <http://www.ti.com/tool/msp-exp430fr5739>`_
|
- `TI FraunchPad w/ msp430fr5739 <http://www.ti.com/tool/msp-exp430fr5739>`_
|
||||||
- MSP430FR5739
|
- MSP430FR5739
|
||||||
@ -134,6 +141,13 @@ TI
|
|||||||
- 64 Kb
|
- 64 Kb
|
||||||
- 1 Kb
|
- 1 Kb
|
||||||
|
|
||||||
|
* - ``lpmsp430fr6989``
|
||||||
|
- `TI LaunchPad w/ msp430fr6989 <http://www.ti.com/tool/msp-exp430fr6989>`_
|
||||||
|
- MSP430G2553
|
||||||
|
- 16 MHz
|
||||||
|
- 128 Kb
|
||||||
|
- 2 Kb
|
||||||
|
|
||||||
* - ``lpmsp430g2231``
|
* - ``lpmsp430g2231``
|
||||||
- `TI LaunchPad w/ msp430g2231 (1 MHz) <http://www.ti.com/ww/en/launchpad/launchpads-msp430-msp-exp430g2.html>`_
|
- `TI LaunchPad w/ msp430g2231 (1 MHz) <http://www.ti.com/ww/en/launchpad/launchpads-msp430-msp-exp430g2.html>`_
|
||||||
- MSP430G2231
|
- MSP430G2231
|
||||||
|
Reference in New Issue
Block a user