aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstepcut <jeremy@n-heptane.com>2014-10-15 18:33:11 -0500
committerstepcut <jeremy@n-heptane.com>2014-10-15 18:33:11 -0500
commitb6eb4a86863023a2fa55a7f7596b8091ec04d8a6 (patch)
tree3918951c587ed531d2e59585d00de96fe41744d9
parentd029fab8f029ffcdaa0721055a7dc5d708d3a0ec (diff)
Added Teensy to HISTORY.md
-rw-r--r--HISTORY.md1
1 files changed, 1 insertions, 0 deletions
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)