aboutsummaryrefslogtreecommitdiff
path: root/src/include/general.h
AgeCommit message (Collapse)Author
2015-03-22Move MIN macro to general.hGareth McMullin
2015-03-19Rewrote stm32f1 stub in C and call with parameters in registers.Gareth McMullin
2015-03-11Cleaned up printf/scanf for C99 integer types.Gareth McMullin
2015-03-01Clean up includes everywhere.Gareth McMullin
All source files include general.h first and before anything else. This inlcludes platform.h and platform_support.h No header file needs to include to include any of these, but should include any others needed for it's own declarations.
2012-06-24Added mechanism for target driver to add new monitor commands.Gareth McMullin
2011-02-04Import of working source tree.Gareth McMullin