aboutsummaryrefslogtreecommitdiff
path: root/src/platforms/stm32/dfu_f4.c
AgeCommit message (Collapse)Author
2014-10-16Whitespace cleanup.Gareth McMullin
2014-05-08Updated libopencm3. Fixes broken bootloader, issue #43.Gareth McMullin
2013-10-05FIX: u{8,16,32} -> uint{8,16,32}_t to be compatible with new libraryBuFran
The use of u8, u16, u32 has been deprecated in libopencm3. Update it with standard uint8_t, uint16_t, uint32_t types
2013-04-16Remove DFU bootloader self protection.Gareth McMullin
It can still be enabled by building with -DDFU_SELF_PROTECT
2013-03-17Fix build for f4discovery host.Gareth McMullin
2013-03-12Further split-up of DFU bootloader.Gareth McMullin