From 4abaa6758032a2204175a92ab05dad4058d14d53 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Wed, 15 Jun 2016 14:48:46 +0300 Subject: [PATCH] Update Intel ARC32 Arduino framework to v1.0.6 --- HISTORY.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index edd8c06a..c7df4ac0 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -9,11 +9,12 @@ PlatformIO 2.0 * Added support for ST Nucleo L031K6 board to ARM mbed framework * Process ``build_unflags`` option for ARM mbed framework -* Fixed issue with ARM mbed framework with ``-u _printf_float`` and +* Updated Intel ARC32 Arduino framework to v1.0.6 +* Improved a check of program size before uploading to the board +* Fixed issue with ARM mbed framework ``-u _printf_float`` and ``-u _scanf_float`` when parsing ``$LINKFLAGS`` * Fixed issue with ARM mbed framework and extra includes for the custom boards, such as Seeeduino Arch Pro -* Improved a check of program size before uploading to the board 2.10.1 (2016-06-13) ~~~~~~~~~~~~~~~~~~~