aboutsummaryrefslogtreecommitdiff
path: root/stm/std.h
AgeCommit message (Collapse)Author
2014-05-21stm: Remove long-obsolete stm/ port.Damien George
2014-02-11stm: Provide malloc()/realloc()/free(), as forwarding to gc_*() functions.Paul Sokolovsky
Note: none of these functions are used by STM port, so they're provided to have parity with pre gc refactor status quo, and in case they will be needed in the future by some extension writers.
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-21stm: Clean up main.c; disable libgcc by default.Damien George
f2d and d2f functions from libgcc does not work correctly, most likely due to the ABI being incorrect. libgcc disabled for now.
2014-01-21Revamp qstrs: they now include length and hash.Damien George
Can now have null bytes in strings. Can define ROM qstrs per port using qstrdefsport.h
2014-01-12Added public domain implementations of strchr and strstr.Dave Hylands
2013-10-23Implement simple servo control using PWM.Damien
2013-10-20Integrate new lexer stream with stm framework.Damien
2013-10-13Inital commit of stm32f4xx framework.Damien