From b6eb4a86863023a2fa55a7f7596b8091ec04d8a6 Mon Sep 17 00:00:00 2001 From: stepcut Date: Wed, 15 Oct 2014 18:33:11 -0500 Subject: [PATCH] Added Teensy to HISTORY.md --- HISTORY.md | 1 + 1 file changed, 1 insertion(+) diff --git a/HISTORY.md b/HISTORY.md index 9b2d3c5..45430ec 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -11,6 +11,7 @@ I tried to give credit whenever possible. If I have missed anyone, kindly add it - New: Add documentation about CFLAGS_STD and CXXFLAGS_STD (Issue #234) (https://github.com/ladislas) - New: Allow "make clean" target to be extended (Issue #239). (https://github.com/sej7278) - New: Add makefile and gcc version info to config output. (https://github.com/sej7278) +- New: Support for Teensy 3.x (https://github.com/stepcut) - Tweak: Remove $(EXTRA_XXX) variables (Issue #234) (https://github.com/ladislas) - Tweak: Update Malefile-example.mk with STD flags (https://github.com/ladislas)