aboutsummaryrefslogtreecommitdiff
path: root/stm/std.h
AgeCommit message (Collapse)Author
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