From 7b60d595a762dc01f9d98bd1b85babe649cfeb4a Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Thu, 14 May 2015 23:13:47 +0200 Subject: [PATCH] Add mbed support for Teensy 3.1 // Resolve #183 --- HISTORY.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index 05ccb4a7..8c48325e 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -4,6 +4,9 @@ Release History 1.5.0 (2015-05-??) ------------------ +* Added support of `Framework mbed `_ + for Teensy 3.1 + (`issue #183 `_) * Added GDB as alternative uploader to `ststm32 `__ platform (`issue #175 `_) * Added `examples `__