aboutsummaryrefslogtreecommitdiff
path: root/src/stm32f4.c
AgeCommit message (Expand)Author
2015-07-31Add support for STM32F446x family.HEADmasterGareth McMullin
2015-04-11stm32f4: Add second bank for F42x/F43x.Gareth McMullin
2015-04-11stm32f4: use new flash interface.Gareth McMullin
2015-03-29cortexm: Separate stub loading from running.Gareth McMullin
2015-03-28Consistently use 'target *t' for target var.Gareth McMullin
2015-03-19Rewrite STM32F4 stub in C and use new interface.Gareth McMullin
2015-03-15Replace adiv5_ap_mem* functions with inline wrappers to target mem*.Gareth McMullin
2015-03-15Consolidate target_mem_read* and target_mem_write* methods.Gareth McMullin
2015-03-14Use size_t for sizes in flash functions. Fix all sign compare warnings.Gareth McMullin
2015-03-01Clean up includes everywhere.Gareth McMullin
2015-01-09Fix to move stubs into rodata.Marc Singer
2014-12-23stm32f4.c: Add STM32F411 ID.Uwe Bonnes
2014-08-06Add support for STM32F401REHans Baier
2013-10-22Revert "STM32F4: Add handling of second bank and dual boot devices."Gareth McMullin
2013-10-22STM32F4: Add handling of second bank and dual boot devices.Uwe Bonnes
2013-10-22STM32F4: Recognize F401.Uwe Bonnes
2013-06-17Fix trailing whitespace everywhere.Gareth McMullin
2013-04-16Add missing #includesGareth McMullin
2013-04-15stm32f4: Add option erase commandUwe Bonnes
2013-03-27Add erase_mass command for stm32f4 devices.Gareth McMullin
2013-03-27Accept new chip ID for stm32f4 and include flash layout for 2MiB parts.Gareth McMullin
2013-01-22STM32F4: Add option byte handlingUwe Bonnes
2012-11-03Probe function return bool, true if device identified.Gareth McMullin
2012-06-24Updated lmi, nxp and stm32f4 drivers to use adiv5_target_ap().Gareth McMullin
2012-06-18Renamed target_flash_write_words to target_flash_write.Gareth McMullin
2012-06-18Removed target header files containing a single prototype.Gareth McMullin
2012-06-18Cleaned up STM32F1 driver and renamed appropriately.Gareth McMullin
2012-02-08stm32f4: Fixed chunk padding for flash programming.Gareth McMullin
2011-12-14Tweak the flash uploader to handle unaligned start and end pointers,Mike Smith
2011-12-14stm32f4: Improve behaviour when a section doesn't end on a word boundary.Gareth McMullin
2011-12-02Fixed flash stub for STM32F2 and STM32F4.Gareth McMullin
2011-11-25Mention the CCM (CPU-only RAM) in the F4.Mike Smith
2011-11-12Added preliminary support for the STM32F4.Gareth McMullin