forked from platformio/platformio-core
Merge branch 'develop' into feature/platformio-30
* develop: Add support for STM32F0 boards for SPL framework // Issue #683 Add support for emonPi the OpenEnergyMonitor system // Resolve #687 Fix path to dfu util when it contains spaces.
This commit is contained in:
@ -18,6 +18,12 @@ PlatformIO 2.0
|
|||||||
2.9.5 (2016-06-??)
|
2.9.5 (2016-06-??)
|
||||||
~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
* Added support for `emonPi <https://github.com/openenergymonitor/emonpi>`__,
|
||||||
|
the OpenEnergyMonitor system
|
||||||
|
(`issue #687 <https://github.com/platformio/platformio/issues/687>`_)
|
||||||
|
* Added support for STM32F0 boards for `SPL <http://platformio.org/frameworks/spl>`__
|
||||||
|
framework
|
||||||
|
(`issue #683 <https://github.com/platformio/platformio/issues/683>`_)
|
||||||
* Added support for `Arduboy DevKit <https://www.arduboy.com>`__, the game system
|
* Added support for `Arduboy DevKit <https://www.arduboy.com>`__, the game system
|
||||||
the size of a credit card
|
the size of a credit card
|
||||||
|
|
||||||
|
@ -1197,6 +1197,26 @@ OpenBCI
|
|||||||
- 128 Kb
|
- 128 Kb
|
||||||
- 32 Kb
|
- 32 Kb
|
||||||
|
|
||||||
|
OpenEnergyMonitor
|
||||||
|
~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
.. list-table::
|
||||||
|
:header-rows: 1
|
||||||
|
|
||||||
|
* - Type ``board``
|
||||||
|
- Name
|
||||||
|
- Microcontroller
|
||||||
|
- Frequency
|
||||||
|
- Flash
|
||||||
|
- RAM
|
||||||
|
|
||||||
|
* - ``emonpi``
|
||||||
|
- `emonPi <https://github.com/openenergymonitor/emonpi>`_
|
||||||
|
- ATMEGA328P
|
||||||
|
- 16 MHz
|
||||||
|
- 32 Kb
|
||||||
|
- 2 Kb
|
||||||
|
|
||||||
PONTECH
|
PONTECH
|
||||||
~~~~~~~
|
~~~~~~~
|
||||||
|
|
||||||
|
@ -812,6 +812,26 @@ Microduino
|
|||||||
- 64 Kb
|
- 64 Kb
|
||||||
- 4 Kb
|
- 4 Kb
|
||||||
|
|
||||||
|
OpenEnergyMonitor
|
||||||
|
~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
.. list-table::
|
||||||
|
:header-rows: 1
|
||||||
|
|
||||||
|
* - Type ``board``
|
||||||
|
- Name
|
||||||
|
- Microcontroller
|
||||||
|
- Frequency
|
||||||
|
- Flash
|
||||||
|
- RAM
|
||||||
|
|
||||||
|
* - ``emonpi``
|
||||||
|
- `emonPi <https://github.com/openenergymonitor/emonpi>`_
|
||||||
|
- ATMEGA328P
|
||||||
|
- 16 MHz
|
||||||
|
- 32 Kb
|
||||||
|
- 2 Kb
|
||||||
|
|
||||||
PanStamp
|
PanStamp
|
||||||
~~~~~~~~
|
~~~~~~~~
|
||||||
|
|
||||||
|
@ -1562,6 +1562,26 @@ OpenBCI
|
|||||||
- 128 Kb
|
- 128 Kb
|
||||||
- 32 Kb
|
- 32 Kb
|
||||||
|
|
||||||
|
OpenEnergyMonitor
|
||||||
|
~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
.. list-table::
|
||||||
|
:header-rows: 1
|
||||||
|
|
||||||
|
* - Type ``board``
|
||||||
|
- Name
|
||||||
|
- Microcontroller
|
||||||
|
- Frequency
|
||||||
|
- Flash
|
||||||
|
- RAM
|
||||||
|
|
||||||
|
* - ``emonpi``
|
||||||
|
- `emonPi <https://github.com/openenergymonitor/emonpi>`_
|
||||||
|
- ATMEGA328P
|
||||||
|
- 16 MHz
|
||||||
|
- 32 Kb
|
||||||
|
- 2 Kb
|
||||||
|
|
||||||
Outrageous Circuits
|
Outrageous Circuits
|
||||||
~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user