From 03d9351decf474a44084f84124231a1e1bea3f45 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Thu, 2 Jun 2016 16:41:04 +0300 Subject: [PATCH] Add "stlink" as the default uploader for STM32 Discovery boards // Resolve #665 --- HISTORY.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 1215c69d..34971927 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -7,16 +7,18 @@ PlatformIO 2.0 2.9.2 (2016-??-??) ~~~~~~~~~~~~~~~~~~ -* Simplified documentation for `Continuous Integration with AppVeyor `__ +* Simplified `Continuous Integration with AppVeyor `__ (`issue #671 `_) * Automatically add source directory to ``CPPPATH`` of Build System * Added support for Silicon Labs SLSTK3401A (Pearl Gecko) and MultiTech mDot F411 ARM mbed based boards * Added support for MightyCore ATmega8535 board (`issue #585 `_) +* Added ``stlink`` as the default uploader for STM32 Discovery boards + (`issue #665 `_) * Use HTTP mirror for Package Manager in a case with SSL errors (`issue #645 `_) -* Improved firmware uploading to Arduino Leonardo based boards +* Improved firmware uploading to Arduino Leonardo/Due based boards * Fixed bug with ``env_default`` when ``pio run -e`` is used * Fixed issue with ``src_filter`` option for Windows OS (`issue #652 `_)