From aa879d8db864cdbc51408f5982ebcc7530626813 Mon Sep 17 00:00:00 2001 From: Simon John Date: Thu, 21 Aug 2014 06:35:21 +0200 Subject: Allow libraries/sketches to have the same name as system libs, e.g. main or Wire Doesn't seem to work with main.cpp but main.ino works. Fixes issue #229 and #244 --- HISTORY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'HISTORY.md') diff --git a/HISTORY.md b/HISTORY.md index 173f495..0ab7e61 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -9,7 +9,6 @@ I tried to give credit whenever possible. If I have missed anyone, kindly add it - Fix: Change "tinyladi" username to "ladislas" in HISTORY.md. (https://github.com/ladislas) - Add: Add information about `Bare-Arduino–Project` in README. (https://github.com/ladislas) - Fix: Make avr-g++ use CXXFLAGS instead of CFLAGS. (https://github.com/sej7278) -- Add: Add information about overriding system libs (Issue #229). (https://github.com/sej7278) - Add: Add information about reporting bugs to the correct project (Issue #231). (https://github.com/sej7278) - Fix: Allow the use of CFLAGS_STD and CXXFLAGS_STD and set defaults (Issue #234) (https://github.com/ladislas) - Tweak: Remove $(EXTRA_XXX) variables (Issue #234) (https://github.com/ladislas) @@ -17,6 +16,7 @@ I tried to give credit whenever possible. If I have missed anyone, kindly add it - Tweak: Update Malefile-example.mk with STD flags (https://github.com/ladislas) - Add: Allow "make clean" target to be extended (Issue #239). (https://github.com/sej7278) - Fix: Update "make show_boards" regex to work with the Due in 1.5. (https://github.com/sej7278) +- Fix: Allow user libaries/sketches to have the same name as system libs. (Issue #244, #229). (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 9a6b0ef75f2ca43fb495945dde5014ccae934c58 Mon Sep 17 00:00:00 2001 From: Simon John Date: Fri, 22 Aug 2014 17:57:30 +0200 Subject: Added *.cpp to extensions supported by "make generate_assembly" --- HISTORY.md | 1 + 1 file changed, 1 insertion(+) (limited to 'HISTORY.md') diff --git a/HISTORY.md b/HISTORY.md index 0ab7e61..bef7176 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -17,6 +17,7 @@ I tried to give credit whenever possible. If I have missed anyone, kindly add it - Add: Allow "make clean" target to be extended (Issue #239). (https://github.com/sej7278) - Fix: Update "make show_boards" regex to work with the Due in 1.5. (https://github.com/sej7278) - Fix: Allow user libaries/sketches to have the same name as system libs. (Issue #244, #229). (https://github.com/sej7278) +- Tweak: Add cpp to extensions supported by "make generate_assembly". (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