mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 01:57:13 +02:00
Fill documentation with the new platforms, boards and etc.
This commit is contained in:
51
HISTORY.rst
51
HISTORY.rst
@ -4,11 +4,31 @@ Release History
|
|||||||
1.0.0 (2015-?)
|
1.0.0 (2015-?)
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
* Added support for *ARM*-based credit-card computers: `Raspberry Pi <http://www.raspberrypi.org>`_,
|
* Added support for *ARM*-based credit-card computers:
|
||||||
`BeagleBoard <http://beagleboard.org>`_ and `CubieBoard <http://cubieboard.org>`_
|
`Raspberry Pi <http://www.raspberrypi.org>`_,
|
||||||
* Added new boards to `atmelavr <http://docs.platformio.org/en/latest/platforms/atmelavr.html#boards>`__
|
`BeagleBone <http://beagleboard.org>`_ and `CubieBoard <http://cubieboard.org>`_
|
||||||
|
* Added `atmelsam <http://docs.platformio.org/en/latest/platforms/atmelsam.html>`_
|
||||||
|
development platform with supported boards: *Arduino Due and Digistump DigiX*
|
||||||
|
(`issue #71 <https://github.com/ivankravets/platformio/issues/71>`_)
|
||||||
|
* Added `stm32 <http://docs.platformio.org/en/latest/platforms/stm32.html>`_
|
||||||
|
development platform with supported boards: *Discovery kit for STM32L151/152,
|
||||||
|
STM32F303xx, STM32F407/417 lines*
|
||||||
|
(`issue #73 <https://github.com/ivankravets/platformio/issues/73>`_)
|
||||||
|
* Added `teensy <http://docs.platformio.org/en/latest/platforms/teensy.html>`_
|
||||||
|
development platform with supported boards: *Teensy 2.x & 3.x*
|
||||||
|
(`issue #72 <https://github.com/ivankravets/platformio/issues/72>`_)
|
||||||
|
* Added new *Arduino* boards to
|
||||||
|
`atmelavr <http://docs.platformio.org/en/latest/platforms/atmelavr.html#boards>`__
|
||||||
platform: *Arduino NG, Arduino BT, Arduino Esplora, Arduino Ethernet,
|
platform: *Arduino NG, Arduino BT, Arduino Esplora, Arduino Ethernet,
|
||||||
Arduino Robot Control, Arduino Robot Motor and Arduino Yun*
|
Arduino Robot Control, Arduino Robot Motor and Arduino Yun*
|
||||||
|
* Added support for *Adafruit* boards to
|
||||||
|
`atmelavr <http://docs.platformio.org/en/latest/platforms/atmelavr.html#boards>`__
|
||||||
|
platform: *Adafruit Flora and Adafruit Trinkets*
|
||||||
|
(`issue #65 <https://github.com/ivankravets/platformio/issues/65>`_)
|
||||||
|
* Added support for *Digispark* boards to
|
||||||
|
`atmelavr <http://docs.platformio.org/en/latest/platforms/atmelavr.html#boards>`__
|
||||||
|
platform: *Digispark USB Development Board and Digispark Pro*
|
||||||
|
(`issue #47 <https://github.com/ivankravets/platformio/issues/47>`_)
|
||||||
* Covered code with tests (`issue #2 <https://github.com/ivankravets/platformio/issues/2>`_)
|
* Covered code with tests (`issue #2 <https://github.com/ivankravets/platformio/issues/2>`_)
|
||||||
* Refactored *Library Dependency Finder* (issues
|
* Refactored *Library Dependency Finder* (issues
|
||||||
`#48 <https://github.com/ivankravets/platformio/issues/48>`_,
|
`#48 <https://github.com/ivankravets/platformio/issues/48>`_,
|
||||||
@ -18,22 +38,28 @@ Release History
|
|||||||
option to ``[platformio]`` section of
|
option to ``[platformio]`` section of
|
||||||
`platformio.ini <http://docs.platformio.org/en/latest/projectconf.html>`__
|
`platformio.ini <http://docs.platformio.org/en/latest/projectconf.html>`__
|
||||||
which allows to redefine location to project's source directory
|
which allows to redefine location to project's source directory
|
||||||
|
(`issue #83 <https://github.com/ivankravets/platformio/issues/83>`_)
|
||||||
* Added ``--json-output`` option to
|
* Added ``--json-output`` option to
|
||||||
`platformio boards <http://docs.platformio.org/en/latest/userguide/cmd_boards.html>`__
|
`platformio boards <http://docs.platformio.org/en/latest/userguide/cmd_boards.html>`__
|
||||||
and `platformio search <http://docs.platformio.org/en/latest/userguide/cmd_search.html>`__
|
and `platformio search <http://docs.platformio.org/en/latest/userguide/cmd_search.html>`__
|
||||||
commands which allow to return the output in `JSON <http://en.wikipedia.org/wiki/JSON>`_ format
|
commands which allows to return the output in `JSON <http://en.wikipedia.org/wiki/JSON>`_ format
|
||||||
(`issue #42 <https://github.com/ivankravets/platformio/issues/42>`_)
|
(`issue #42 <https://github.com/ivankravets/platformio/issues/42>`_)
|
||||||
* Allowed to ignore some libs from *Library Dependency Finder* via
|
* Allowed to ignore some libs from *Library Dependency Finder* via
|
||||||
`ignore_libs <http://docs.platformio.org/en/latest/projectconf.html#ignore-libs>`_ option
|
`ignore_libs <http://docs.platformio.org/en/latest/projectconf.html#ignore-libs>`_ option
|
||||||
* Improved `platformio run <http://docs.platformio.org/en/latest/userguide/cmd_run.html>`__
|
* Improved `platformio run <http://docs.platformio.org/en/latest/userguide/cmd_run.html>`__
|
||||||
command: asynchronous output for build process, timing and detailed
|
command: asynchronous output for build process, timing and detailed
|
||||||
information about environment configuration (`issue #74 <https://github.com/ivankravets/platformio/issues/74>`_)
|
information about environment configuration
|
||||||
* Output compiled size and static memory usage with `platformio run <http://docs.platformio.org/en/latest/userguide/cmd_run.html>`__
|
(`issue #74 <https://github.com/ivankravets/platformio/issues/74>`_)
|
||||||
|
* Output compiled size and static memory usage with
|
||||||
|
`platformio run <http://docs.platformio.org/en/latest/userguide/cmd_run.html>`__
|
||||||
command (`issue #59 <https://github.com/ivankravets/platformio/issues/59>`_)
|
command (`issue #59 <https://github.com/ivankravets/platformio/issues/59>`_)
|
||||||
* Updated `framework-arduino` AVR & SAM to 1.6 stable version
|
* Updated `framework-arduino` AVR & SAM to 1.6 stable version
|
||||||
* Fixed an issue with the libraries that are git repositories (`issue #49 <https://github.com/ivankravets/platformio/issues/49>`_)
|
* Fixed an issue with the libraries that are git repositories
|
||||||
* Fixed handling of assembly files (`issue #58 <https://github.com/ivankravets/platformio/issues/58>`_)
|
(`issue #49 <https://github.com/ivankravets/platformio/issues/49>`_)
|
||||||
* Fixed compiling error if space is in user's folder (`issue #56 <https://github.com/ivankravets/platformio/issues/56>`_)
|
* Fixed handling of assembly files
|
||||||
|
(`issue #58 <https://github.com/ivankravets/platformio/issues/58>`_)
|
||||||
|
* Fixed compiling error if space is in user's folder
|
||||||
|
(`issue #56 <https://github.com/ivankravets/platformio/issues/56>`_)
|
||||||
* Fixed `AttributeError: 'module' object has no attribute 'disable_warnings'`
|
* Fixed `AttributeError: 'module' object has no attribute 'disable_warnings'`
|
||||||
when a version of `requests` package is less then 2.4.0
|
when a version of `requests` package is less then 2.4.0
|
||||||
* Fixed bug with invalid process's "return code" when PlatformIO has internal
|
* Fixed bug with invalid process's "return code" when PlatformIO has internal
|
||||||
@ -43,8 +69,11 @@ Release History
|
|||||||
0.10.2 (2015-01-06)
|
0.10.2 (2015-01-06)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
* Fixed an issue with ``--json-output`` (`issue #42 <https://github.com/ivankravets/platformio/issues/42>`_)
|
* Fixed an issue with ``--json-output``
|
||||||
* Fixed an exception during `platformio upgrade <http://docs.platformio.org/en/latest/userguide/cmd_upgrade.html>`__ under Windows OS (`issue #45 <https://github.com/ivankravets/platformio/issues/45>`_)
|
(`issue #42 <https://github.com/ivankravets/platformio/issues/42>`_)
|
||||||
|
* Fixed an exception during
|
||||||
|
`platformio upgrade <http://docs.platformio.org/en/latest/userguide/cmd_upgrade.html>`__
|
||||||
|
under Windows OS (`issue #45 <https://github.com/ivankravets/platformio/issues/45>`_)
|
||||||
|
|
||||||
0.10.1 (2015-01-02)
|
0.10.1 (2015-01-02)
|
||||||
-------------------
|
-------------------
|
||||||
|
@ -3,9 +3,9 @@
|
|||||||
Platform ``atmelsam``
|
Platform ``atmelsam``
|
||||||
=====================
|
=====================
|
||||||
|
|
||||||
`Atmel® | SMART <http://www.atmel.com/products/microcontrollers/arm/default.aspx>`_
|
`Atmel® | SMART <http://www.atmel.com/products/microcontrollers/arm/default.aspx>`_
|
||||||
offers Flash- based ARM® products based on the ARM Cortex-®M0+, Cortex-M3 and
|
offers Flash- based ARM® products based on the ARM Cortex-®M0+, Cortex-M3 and
|
||||||
Cortex-M4 architectures, ranging from 8KB to 2MB of Flash including a rich
|
Cortex-M4 architectures, ranging from 8KB to 2MB of Flash including a rich
|
||||||
peripheral and feature mix.
|
peripheral and feature mix.
|
||||||
|
|
||||||
.. contents::
|
.. contents::
|
||||||
|
@ -32,6 +32,9 @@ Examples
|
|||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
$ platformio list
|
$ platformio list
|
||||||
|
atmelavr with packages: toolchain-atmelavr, tool-avrdude, framework-arduinoavr, tool-micronucleus
|
||||||
|
atmelsam with packages: framework-arduinosam, ldscripts, toolchain-gccarmnoneeabi, tool-bossac
|
||||||
|
stm32 with packages: toolchain-gccarmnoneeabi, tool-stlink, framework-spl, framework-cmsis, framework-opencm3, ldscripts
|
||||||
|
teensy with packages: toolchain-atmelavr, ldscripts, framework-arduinoteensy, toolchain-gccarmnoneeabi, tool-teensy
|
||||||
timsp430 with packages: toolchain-timsp430, tool-mspdebug, framework-energiamsp430
|
timsp430 with packages: toolchain-timsp430, tool-mspdebug, framework-energiamsp430
|
||||||
atmelavr with packages: toolchain-atmelavr, tool-avrdude, framework-arduinoavr
|
titiva with packages: ldscripts, toolchain-gccarmnoneeabi, tool-lm4flash, framework-opencm3, framework-energiativa
|
||||||
titiva with packages: toolchain-gccarmnoneeabi, tool-lm4flash, framework-energiativa
|
|
||||||
|
@ -37,7 +37,6 @@ Examples
|
|||||||
$ platformio search
|
$ platformio search
|
||||||
atmelavr - An embedded platform for Atmel AVR microcontrollers (with Arduino Framework)
|
atmelavr - An embedded platform for Atmel AVR microcontrollers (with Arduino Framework)
|
||||||
atmelsam - An embedded platform for Atmel SAM microcontrollers (with Arduino Framework)
|
atmelsam - An embedded platform for Atmel SAM microcontrollers (with Arduino Framework)
|
||||||
digistump - An embedded platform for Digistump boards (with Arduino Framework)
|
|
||||||
stm32 - An embedded platform for STMicroelectronics ARM microcontrollers
|
stm32 - An embedded platform for STMicroelectronics ARM microcontrollers
|
||||||
teensy - An embedded platform for Teensy boards (with Arduino Framework)
|
teensy - An embedded platform for Teensy boards (with Arduino Framework)
|
||||||
timsp430 - An embedded platform for TI MSP430 microcontrollers (with Energia Framework)
|
timsp430 - An embedded platform for TI MSP430 microcontrollers (with Energia Framework)
|
||||||
@ -59,5 +58,4 @@ Examples
|
|||||||
$ platformio search arduino
|
$ platformio search arduino
|
||||||
atmelavr - An embedded platform for Atmel AVR microcontrollers (with Arduino Framework)
|
atmelavr - An embedded platform for Atmel AVR microcontrollers (with Arduino Framework)
|
||||||
atmelsam - An embedded platform for Atmel SAM microcontrollers (with Arduino Framework)
|
atmelsam - An embedded platform for Atmel SAM microcontrollers (with Arduino Framework)
|
||||||
digistump - An embedded platform for Digistump boards (with Arduino Framework)
|
|
||||||
teensy - An embedded platform for Teensy boards (with Arduino Framework)
|
teensy - An embedded platform for Teensy boards (with Arduino Framework)
|
||||||
|
@ -29,14 +29,17 @@ Examples
|
|||||||
----------
|
----------
|
||||||
Package: toolchain-atmelavr
|
Package: toolchain-atmelavr
|
||||||
Alias: toolchain
|
Alias: toolchain
|
||||||
Location: /Users/ikravets/.platformio/atmelavr/tools/toolchain
|
|
||||||
Version: 1
|
Version: 1
|
||||||
|
Installed: 2014-12-13 23:58:48
|
||||||
----------
|
----------
|
||||||
Package: tool-avrdude
|
Package: tool-avrdude
|
||||||
Alias: uploader
|
Version: 2
|
||||||
Location: /Users/ikravets/.platformio/atmelavr/tools/avrdude
|
Installed: 2015-02-13 22:23:17
|
||||||
Version: 1
|
|
||||||
----------
|
----------
|
||||||
Package: framework-arduinoavr
|
Package: framework-arduinoavr
|
||||||
Location: /Users/ikravets/.platformio/atmelavr/frameworks/arduino
|
Version: 12
|
||||||
|
Installed: 2015-02-23 20:57:40
|
||||||
|
----------
|
||||||
|
Package: tool-micronucleus
|
||||||
Version: 1
|
Version: 1
|
||||||
|
Installed: 2015-02-23 21:20:14
|
||||||
|
@ -30,9 +30,50 @@ Examples
|
|||||||
--------
|
--------
|
||||||
Updating toolchain-atmelavr package:
|
Updating toolchain-atmelavr package:
|
||||||
Versions: Current=1, Latest=1 [Up-to-date]
|
Versions: Current=1, Latest=1 [Up-to-date]
|
||||||
Updating framework-arduinoavr package:
|
|
||||||
Versions: Current=1, Latest=1 [Up-to-date]
|
|
||||||
Updating tool-avrdude package:
|
Updating tool-avrdude package:
|
||||||
|
Versions: Current=2, Latest=2 [Up-to-date]
|
||||||
|
Updating framework-arduinoavr package:
|
||||||
|
Versions: Current=12, Latest=12 [Up-to-date]
|
||||||
|
Updating tool-micronucleus package:
|
||||||
|
Versions: Current=1, Latest=1 [Up-to-date]
|
||||||
|
|
||||||
|
Platform atmelsam
|
||||||
|
--------
|
||||||
|
Updating framework-arduinosam package:
|
||||||
|
Versions: Current=3, Latest=3 [Up-to-date]
|
||||||
|
Updating ldscripts package:
|
||||||
|
Versions: Current=1, Latest=1 [Up-to-date]
|
||||||
|
Updating toolchain-gccarmnoneeabi package:
|
||||||
|
Versions: Current=1, Latest=1 [Up-to-date]
|
||||||
|
Updating tool-bossac package:
|
||||||
|
Versions: Current=1, Latest=1 [Up-to-date]
|
||||||
|
|
||||||
|
Platform stm32
|
||||||
|
--------
|
||||||
|
Updating toolchain-gccarmnoneeabi package:
|
||||||
|
Versions: Current=1, Latest=1 [Up-to-date]
|
||||||
|
Updating tool-stlink package:
|
||||||
|
Versions: Current=1, Latest=1 [Up-to-date]
|
||||||
|
Updating framework-spl package:
|
||||||
|
Versions: Current=1, Latest=1 [Up-to-date]
|
||||||
|
Updating framework-cmsis package:
|
||||||
|
Versions: Current=2, Latest=2 [Up-to-date]
|
||||||
|
Updating framework-opencm3 package:
|
||||||
|
Versions: Current=1, Latest=1 [Up-to-date]
|
||||||
|
Updating ldscripts package:
|
||||||
|
Versions: Current=1, Latest=1 [Up-to-date]
|
||||||
|
|
||||||
|
Platform teensy
|
||||||
|
--------
|
||||||
|
Updating toolchain-atmelavr package:
|
||||||
|
Versions: Current=1, Latest=1 [Up-to-date]
|
||||||
|
Updating ldscripts package:
|
||||||
|
Versions: Current=1, Latest=1 [Up-to-date]
|
||||||
|
Updating framework-arduinoteensy package:
|
||||||
|
Versions: Current=1, Latest=1 [Up-to-date]
|
||||||
|
Updating toolchain-gccarmnoneeabi package:
|
||||||
|
Versions: Current=1, Latest=1 [Up-to-date]
|
||||||
|
Updating tool-teensy package:
|
||||||
Versions: Current=1, Latest=1 [Up-to-date]
|
Versions: Current=1, Latest=1 [Up-to-date]
|
||||||
|
|
||||||
Platform timsp430
|
Platform timsp430
|
||||||
@ -42,13 +83,17 @@ Examples
|
|||||||
Updating tool-mspdebug package:
|
Updating tool-mspdebug package:
|
||||||
Versions: Current=1, Latest=1 [Up-to-date]
|
Versions: Current=1, Latest=1 [Up-to-date]
|
||||||
Updating framework-energiamsp430 package:
|
Updating framework-energiamsp430 package:
|
||||||
Versions: Current=1, Latest=1 [Up-to-date]
|
Versions: Current=2, Latest=2 [Up-to-date]
|
||||||
|
|
||||||
Platform titiva
|
Platform titiva
|
||||||
--------
|
--------
|
||||||
|
Updating ldscripts package:
|
||||||
|
Versions: Current=1, Latest=1 [Up-to-date]
|
||||||
Updating toolchain-gccarmnoneeabi package:
|
Updating toolchain-gccarmnoneeabi package:
|
||||||
Versions: Current=1, Latest=1 [Up-to-date]
|
Versions: Current=1, Latest=1 [Up-to-date]
|
||||||
Updating tool-lm4flash package:
|
Updating tool-lm4flash package:
|
||||||
Versions: Current=1, Latest=1 [Up-to-date]
|
Versions: Current=1, Latest=1 [Up-to-date]
|
||||||
Updating framework-energiativa package:
|
Updating framework-opencm3 package:
|
||||||
Versions: Current=1, Latest=1 [Up-to-date]
|
Versions: Current=1, Latest=1 [Up-to-date]
|
||||||
|
Updating framework-energiativa package:
|
||||||
|
Versions: Current=4, Latest=4 [Up-to-date]
|
||||||
|
Reference in New Issue
Block a user