aboutsummaryrefslogtreecommitdiff
path: root/src/platforms/f4discovery/Makefile.inc
AgeCommit message (Collapse)Author
2015-04-03Use git describe for version in generated header file.Gareth McMullin
2015-03-07Quieten build system.Gareth McMullin
2015-03-07Move targets to make bin and hex files to toplevel makefile.Gareth McMullin
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.
2013-10-22f4discovery: Limit clock to 48 MHz and stack 24 kiByte so that code can be ↵Uwe Bonnes
compiled unchanged for F401Discovery too. TODO: Bump clk up to 84 MHz as soon as libopencm3 supports that speed.
2013-04-23F4 Discovery: - Unconditionally use the System Bootloader - Use PC2/4/5/6 ↵Uwe Bonnes
Pins for JTAG/SWD to avoid collision with eventual STLink Uart connection - Indicate Bootloader with blue LED
2013-04-16Allow extra LDFLAGS on command line. Use nano.specs for swlink.Gareth McMullin
2013-03-17Fix build for f4discovery host.Gareth McMullin
2013-03-12Split out platform specific bootloader parts to separate files.Gareth McMullin
2013-03-12Further split-up of DFU bootloader.Gareth McMullin
2013-01-21f4discovery: Adapt from the "native" file and add or change code where neededUwe Bonnes
- stm32_mem.py has problems with erasing the big pages, but dfu-util works - serial GDB remote server doesn't work. It neither works for the STM32F107, so maybe there is a problem with the usbd_f107_driver.
2013-01-21f4discovery: Create a platforms directory for the F4 on the F4 Discovery boardUwe Bonnes