aboutsummaryrefslogtreecommitdiff
path: root/teensy/std.h
AgeCommit message (Collapse)Author
2014-02-10stm: Remove unused, useless and not-to-be-used strndup.Damien George
Addresses issue #275.
2014-02-10Get rid of calloc().Paul Sokolovsky
If there's malloc and memset, then there's no need for calloc, especially if we need to implement it ourselves.
2014-01-06Initial support for Teensy 3.1Dave Hylands