From f42a7e6508ffb1b5462847015be992a714533568 Mon Sep 17 00:00:00 2001 From: Simon John Date: Sat, 28 Mar 2015 16:10:06 +0000 Subject: Added support for VARIANT in submenu's Also added a note that in certain 1.6 cores (attiny) F_CPU is a submenu item e.g. attiny.menu.clock.internal1.build.f_cpu=1000000L --- HISTORY.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'HISTORY.md') diff --git a/HISTORY.md b/HISTORY.md index dfa56b7..af7b479 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -31,6 +31,7 @@ I tried to give credit whenever possible. If I have missed anyone, kindly add it - Tweak: Integration instructions for CodeBlocks IDE (Issue #321) (https://github.com/fbielejec) - Tweak: Add BOARD_SUB to OBJDIR if defined in 1.5+ (https://github.com/sej7278) - Tweak: Add = to PARSE_BOARD regex to make it less greedy and not match vid.0, vid.1 and vid (https://github.com/sej7278) +- Tweak: Added note about clock submenu's being used as F_CPU (https://github.com/sej7278) - Fix: Improved Windows (Cygwin/MSYS) support (https://github.com/PeterMosmans) - Fix: Change "tinyladi" username to "ladislas" in HISTORY.md. (https://github.com/ladislas) @@ -49,6 +50,7 @@ I tried to give credit whenever possible. If I have missed anyone, kindly add it - Fix: Fixed PLATFORM_LIB support for 1.5+ and removed duplicate libs (https://github.com/sej7278) - Fix: Added ARCHITECTURE to ALTERNATE_CORE_PATH to support 1.5+ cores like arduino-tiny (https://github.com/sej7278) - Fix: Can now find IDE 1.5+ preferences.txt on Linux and Mac (https://github.com/sej7278) +- Fix: Added support for VARIANT being a submenu item in 1.6 cores like attiny (https://github.com/sej7278) ### 1.3.4 (2014-07-12) - Tweak: Allow spaces in "Serial.begin (....)". (Issue #190) (https://github.com/pdav) -- cgit v1.2.3 From 47395782c39f6845736dcc78f2da8f1b902b75a7 Mon Sep 17 00:00:00 2001 From: Simon John Date: Sat, 28 Mar 2015 16:26:45 +0000 Subject: Replaced UTF-8 copyright symbol causing sed errors on OSX Fixes issue #335 --- HISTORY.md | 1 + 1 file changed, 1 insertion(+) (limited to 'HISTORY.md') diff --git a/HISTORY.md b/HISTORY.md index af7b479..2d20c2b 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -51,6 +51,7 @@ I tried to give credit whenever possible. If I have missed anyone, kindly add it - Fix: Added ARCHITECTURE to ALTERNATE_CORE_PATH to support 1.5+ cores like arduino-tiny (https://github.com/sej7278) - Fix: Can now find IDE 1.5+ preferences.txt on Linux and Mac (https://github.com/sej7278) - Fix: Added support for VARIANT being a submenu item in 1.6 cores like attiny (https://github.com/sej7278) +- Fix: Replaced copyright symbol causing sed problems on OSX (Issue #335). (https://github.com/sej7278) ### 1.3.4 (2014-07-12) - Tweak: Allow spaces in "Serial.begin (....)". (Issue #190) (https://github.com/pdav) -- cgit v1.2.3