aboutsummaryrefslogtreecommitdiff
path: root/src/platforms/stm32/traceswo.c
AgeCommit message (Collapse)Author
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.
2015-02-28Move common USB stuff out of platform header files.Gareth McMullin
2013-03-12Restore trace timer interrupt handler.Gareth McMullin
2013-01-21traceswo: Move (now-constant) traceswo.c to platforms/stm32Uwe Bonnes