From 2d42f944cdb61bbfd9ceb1d2225302b523cae3e9 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Wed, 13 Jan 2016 21:09:26 +0200 Subject: [PATCH] Update history with SPL framework for nucleo_f401re // Issue #453 --- HISTORY.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index 8aca7b6a..66cf804f 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -7,6 +7,8 @@ PlatformIO 2.0 2.7.2 (2016-01-??) ~~~~~~~~~~~~~~~~~~ +* Added SPL-Framework support for Nucleo F401RE board + (`issue #453 `_) * Explained in documentation how to `overwrite upload reset method `_ for Espressif development platform (`issue #444 `_)