aboutsummaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorSudar <sudar@sudarmuthu.com>2014-10-24 09:02:51 +0530
committerSudar <sudar@sudarmuthu.com>2014-10-24 09:02:51 +0530
commit3eee9851bb176d0695d3dd091d6ebf8412ac382f (patch)
tree8df90c03c25ecc0a83eb21af64846b135223401a /HISTORY.md
parent8d443f62c88e4f211dbfeab33df876887fa0f53b (diff)
parentdaacad1d77306a37d3df5423feca27d3f5d730f7 (diff)
Merge pull request #281 from stepcut/teensy.mk
Add support for Teensyduino 3.x
Diffstat (limited to 'HISTORY.md')
-rw-r--r--HISTORY.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY.md b/HISTORY.md
index 402fd35..07d5fd7 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -13,6 +13,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)