aboutsummaryrefslogtreecommitdiff
path: root/src/include/platform_support.h
AgeCommit message (Collapse)Author
2015-06-16Merge remote-tracking branch 'github/master' into dev2Nicolas Schodet
Conflicts: src/main.c
2015-03-02Factor out timing routines common to all STM32 targets.Gareth McMullin
2015-03-02Factor out common cdcacm.c from stm32 and tm4c.Gareth McMullin
Cleaned up interface to enter bootloader and read serial number.
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.