aboutsummaryrefslogtreecommitdiff
path: root/src/stm32/Makefile.inc
AgeCommit message (Collapse)Author
2012-06-10Renamed platforms to 'native' and 'libftdi' and moved into 'platforms' dir.Gareth McMullin
2012-06-10Removed incorrect directory references in Makefile.Gareth McMullin
2012-05-26Separated USB UART interface into separate file.Gareth McMullin
2012-04-18Added capture of SWO, passed to host over a vendor specific USB interface.Gareth McMullin
2012-01-08Inline GPIO functions and optimise for speed.Gareth McMullin
This gives a modest but measurable performance improvement.
2011-12-05Make it possible to build with libopencm3 installed in a nonstandard locationMike Smith
2011-10-30Updated to build with new libopenstm32 with f1/f2 split.Gareth McMullin
2011-02-16Removed redundant linker parameters.Piotr Esden-Tempski
2011-02-16Cleaned up CFLAGS and LDFLAGS as well as targets to use the correct flags. ↵Piotr Esden-Tempski
Now blackmagic will compile also on a multilib compiler.
2011-02-09Updated README, added HACKING.Gareth McMullin
2011-02-04Import of working source tree.Gareth McMullin