From e8290054c2a0b46fc749373c14093188957d784d Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Mon, 4 Jul 2016 20:35:29 +0300 Subject: [PATCH] * Fix missed ``--boot`` flag for the firmware uploader for ATSAM3X8E Cortex-M3 MCU based boards (Arduino Due, etc) // Resolve #710 --- HISTORY.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index eb34ef63..ba641d5a 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -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 `_) 2.11.0 (2016-06-28) ~~~~~~~~~~~~~~~~~~~