aboutsummaryrefslogtreecommitdiff
path: root/src/stm32f4.c
AgeCommit message (Collapse)Author
2011-12-14Tweak the flash uploader to handle unaligned start and end pointers,Mike Smith
padding with all-1s so that overlapping data is preserved.
2011-12-14stm32f4: Improve behaviour when a section doesn't end on a word boundary.Gareth McMullin
This may not be an acceptable fix. It may be possible for the linker to place another section on the remainder of the offending work.
2011-12-02Fixed flash stub for STM32F2 and STM32F4.Gareth McMullin
Added JTAG idcodes for these devices.
2011-11-25Mention the CCM (CPU-only RAM) in the F4.Mike Smith
2011-11-12Added preliminary support for the STM32F4.Gareth McMullin