Gareth McMullin
|
d7a6f0165e
|
Accept new chip ID for stm32f4 and include flash layout for 2MiB parts.
Thanks to Mike Smith.
|
2013-03-27 11:24:43 -07:00 |
Uwe Bonnes
|
09e2d00b8e
|
STM32F4: Add option byte handling
|
2013-01-22 18:49:11 +01:00 |
Gareth McMullin
|
2637f072a1
|
Probe function return bool, true if device identified.
Correctly identify LM3S3748.
|
2012-11-03 23:53:25 +13:00 |
Gareth McMullin
|
8872315e82
|
Updated lmi, nxp and stm32f4 drivers to use adiv5_target_ap().
|
2012-06-24 14:44:02 +12:00 |
Gareth McMullin
|
6089a66dce
|
Renamed target_flash_write_words to target_flash_write.
Buffer from GDB may not be aligned or integer number of words.
Corrected alignment in in STM32F1 driver.
|
2012-06-18 20:53:06 +12:00 |
Gareth McMullin
|
bc7e7d2112
|
Removed target header files containing a single prototype.
Target probe prototypes are all in target.h now.
|
2012-06-18 20:27:06 +12:00 |
Gareth McMullin
|
0599bdc5c4
|
Cleaned up STM32F1 driver and renamed appropriately.
|
2012-06-18 19:46:41 +12:00 |
Gareth McMullin
|
4282244fb4
|
stm32f4: Fixed chunk padding for flash programming.
|
2012-02-08 20:43:12 +13:00 |
Mike Smith
|
2653222d08
|
Tweak the flash uploader to handle unaligned start and end pointers,
padding with all-1s so that overlapping data is preserved.
|
2011-12-14 23:41:40 -08:00 |
Gareth McMullin
|
45eee497d0
|
stm32f4: Improve behaviour when a section doesn't end on a word boundary.
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-14 22:59:42 +13:00 |
Gareth McMullin
|
61cfbf16c6
|
Fixed flash stub for STM32F2 and STM32F4.
Added JTAG idcodes for these devices.
|
2011-12-02 21:55:14 +13:00 |
Mike Smith
|
fa7ae87e25
|
Mention the CCM (CPU-only RAM) in the F4.
|
2011-11-25 17:04:23 -08:00 |
Gareth McMullin
|
d73ac40ef1
|
Added preliminary support for the STM32F4.
|
2011-11-12 19:15:52 +13:00 |