* Fix missed `--boot` flag for the firmware uploader for ATSAM3X8E Cortex-M3 MCU based boards (Arduino Due, etc) // Resolve #710

This commit is contained in:
Ivan Kravets
2016-07-04 20:35:29 +03:00
parent 2c7c74743d
commit e8290054c2

View File

@ -8,6 +8,9 @@ PlatformIO 2.0
~~~~~~~~~~~~~~~~~~~
* Auto-remove project cache when PlatformIO is upgraded
* Fixed missed ``--boot`` flag for the firmware uploader for ATSAM3X8E
Cortex-M3 MCU based boards (Arduino Due, etc)
(`issue #710 <https://github.com/platformio/platformio/issues/710>`_)
2.11.0 (2016-06-28)
~~~~~~~~~~~~~~~~~~~