From 71c7401f6d486558cb52d531c4627d63ff92c705 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Sat, 3 Dec 2016 00:20:19 +0200 Subject: [PATCH] History: Upgrade development platform with the latest toolchains and Energia framework --- HISTORY.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index a87adbe0..bbc5f09e 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -124,6 +124,14 @@ PlatformIO 3.0 + Updated ARM mbed OS to 5.1.5/rev127 + Added support for Teensy Audio feature (``build_flags = -D USB_AUDIO``) +* Development platform `TI MSP430 `__ + + + Upgrade development platform with the latest GCC toolchains and Energia + framework + (`issue #1 `__, + `issue #2 `__, + `issue #3 `__) + 3.1.0 (2016-09-19) ~~~~~~~~~~~~~~~~~~