Update history of development platforms

This commit is contained in:
Ivan Kravets
2016-08-25 14:14:58 +03:00
parent 3979ee33a3
commit 62f1f93ad9

View File

@ -65,9 +65,6 @@ PlatformIO 3.0
+ Support for the 3rd party manifests (Arduino IDE "library.properties"
and ARM mbed "module.json")
* Added support for BBC micro:bit board that is built on the ARM mbed and
Nordic nrf51 platform
(`issue #709 <https://github.com/platformio/platformio/issues/709>`_)
* Print human-readable information when processing environments without
``-v, --verbose`` option
(`issue #721 <https://github.com/platformio/platformio/issues/721>`_)
@ -77,6 +74,26 @@ PlatformIO 3.0
(`issue #740 <https://github.com/platformio/platformio/issues/740>`_)
* Stopped supporting Python 2.6
* Development platform `Atmel SAM <https://github.com/platformio/platform-atmelsam>`__
+ Fixed missing analog ports for Adafruit Feather M0 Bluefruit
(`issue #2 <https://github.com/platformio/platform-atmelsam/issue/2>`_)
* Development platform `Nordic nRF51 <https://github.com/platformio/platform-nordicnrf51>`__
+ Added support for BBC micro:bit board
(`issue #709 <https://github.com/platformio/platformio/issues/709>`_)
* Development platform `ST STM32 <https://github.com/platformio/platform-ststm32>`__
+ Added support for BluePill F103C8 board
(`pull #2 <https://github.com/platformio/platform-ststm32/pull/2>`_)
* Development platform `Teensy <https://github.com/platformio/platform-teensy>`__
+ Updated Arduino Framework to v1.29
(`issue #2 <https://github.com/platformio/platform-teensy/issue/2>`_)
PlatformIO 2.0
--------------