9819f9d5b3Corrected the led pin for F3 and F4 discovery boards. Needs proper fixing so that it works on all platforms in the future.
Piotr Esden-Tempski
2013-01-28 12:15:50 -0800
b50b3ffa86Error in calculating ending sector number.
mirage
2013-01-26 11:38:27 +0800
96ae3886ffstm32:cdcacm/usbdfu: Print version and build information in the product string
Uwe Bonnes
2013-01-24 18:38:07 +0100
8415fc829bstm32/cdcacm.c: remove unneeded includes
Uwe Bonnes
2013-01-23 17:28:34 +0100
32b909067bSTM32: Use hardware CRC unit
Uwe Bonnes
2013-01-23 16:11:17 +0100
d868088d78STM32L1: Add to the list of known JTAG IDs
Uwe Bonnes
2013-01-23 00:13:20 +0100
6157754201libftdi: List some know cables and allow to specify cable and serial
Uwe Bonnes
2012-11-04 13:23:12 +0100
ce059cc8edLIBFTDI: Propagate the command line arguments to platform_init
Uwe Bonnes
2012-11-04 12:03:35 +0100
73d120577busbdfu: Write protect the bootloader sector on F4
Uwe Bonnes
2013-01-22 19:04:51 +0100
0a91fc3b30Updated stlink platform to the new locm3 usb api.
Piotr Esden-Tempski
2013-01-21 13:43:37 -0800
29fc42e419Add note about -mfloat-abi=hard versus -mfloat-abi=soft
Uwe Bonnes
2013-01-21 13:50:02 +0100
747cc58c2cSTLINK: Unconditionally enable MCO from 8 MHz HSE to PA8 as on original firmware. F3 Discovery has has no quarz for the F3 and needs it.
Uwe Bonnes
2013-01-21 12:48:37 +0100
ef09fb2b69README: Add the hint about "set mem inaccessible-by-default off" from the mailing list
Uwe Bonnes
2013-01-21 11:01:44 +0100
8033fb2529STLINK: Allow to force bootloader by starting with the RESET button pressed
Uwe Bonnes
2013-01-20 23:17:23 +0100
749fb318e7gdb_if: Use a doubled buffer scheme for reading data from USB Needed, as the OTG driver erases the data read after eventually calling the callback
Uwe Bonnes
2013-01-20 21:47:03 +0100
1fa961841dProduct and DFU String now tell the hardware they run on
Uwe Bonnes
2013-01-20 20:38:04 +0100
04624af4e5f4discovery: Adapt from the "native" file and add or change code where needed - 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.
Uwe Bonnes
2013-01-17 20:05:25 +0100
e373619374stlink: LED is connected to GPIO9. Before LED was associated with the MCO Output.
Uwe Bonnes
2013-01-17 19:18:23 +0100
06c2d52c59stm32_mem.py: Add exception handler for better diagnosis, as erase on STM32F407 times out
Uwe Bonnes
2013-01-17 14:04:43 +0100
5e71ea3f60stm32_mem: Allow to select the programmer with the serial number
Uwe Bonnes
2013-01-17 11:00:35 +0100
83a06052f1Don't increment src address twice in ap_mem_read_bytes function. Fixes corrupted thumb disassembly dumps in gdb.
Allen Ibara
2013-01-10 14:03:22 -0800
1d16d6c34cCheck for 10-bit address over flow when auto-incrementing.
Gareth McMullin
2012-11-21 09:50:50 +1300
8f04241aa8Added support for STM32F37x.
Vegard Storheil Eriksen
2012-11-15 18:36:32 +0100
2637f072a1Probe function return bool, true if device identified.
Gareth McMullin
2012-11-03 23:51:53 +1300