aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-22STM32F4: Add option byte handlingUwe Bonnes
2013-01-21Updated stlink platform to the new locm3 usb api.Piotr Esden-Tempski
2013-01-21Add note about -mfloat-abi=hard versus -mfloat-abi=softUwe Bonnes
2013-01-21STLINK: Unconditionally enable MCO from 8 MHz HSE to PA8 as on original fir...Uwe Bonnes
2013-01-21README: Add the hint about "set mem inaccessible-by-default off" from the mai...Uwe Bonnes
2013-01-21STLINK: Allow to force bootloader by starting with the RESET button pressedUwe Bonnes
2013-01-21gdb_if: Use a doubled buffer scheme for reading data from USBUwe Bonnes
2013-01-21Product and DFU String now tell the hardware they run onUwe Bonnes
2013-01-21f4discovery: Adapt from the "native" file and add or change code where neededUwe Bonnes
2013-01-21stlink: LED is connected to GPIO9. Before LED was associated with the MCO Out...Uwe Bonnes
2013-01-21stm32_mem.py: Add exception handler for better diagnosis, as erase on STM32F4...Uwe Bonnes
2013-01-21stm32_mem: Allow to select the programmer with the serial numberUwe Bonnes
2013-01-21usbuart, jtagtap, swdptap: Factor out GPIO setupUwe Bonnes
2013-01-21f4discovery: Create a platforms directory for the F4 on the F4 Discovery boardUwe Bonnes
2013-01-21traceswo: Move (now-constant) traceswo.c to platforms/stm32Uwe Bonnes
2013-01-21traceswo: factor out platform dependant partsUwe Bonnes
2013-01-21stm32_can: Changes to get blackmagic to workUwe Bonnes
2013-01-21usbdfu: Allow for different, but constant flash page sizesUwe Bonnes
2013-01-21platforms/stm32: Move more platform dependencies to platform.hUwe Bonnes
2013-01-21Move (now-constant) cdcacm.c to platforms/stm32Uwe Bonnes
2013-01-21cdcacm: move non-constant parts to platform.[hc]Uwe Bonnes
2013-01-21Move usbuart to the stm32 directoryUwe Bonnes
2013-01-21stlink: Add DFU capabilityUwe Bonnes
2013-01-21Move usbdfu to platforms/stm32 directoryUwe Bonnes
2013-01-21stlink: Add the UARTUwe Bonnes
2013-01-21native/usbuart: Move platform dependant parts to platform.hUwe Bonnes
2013-01-21stlink: Update to current libopencm3 usb api.Uwe Bonnes
2013-01-21stlink: Use a seperate linker file as stlink has only 64 kByteUwe Bonnes
2013-01-21Add explanation how toi fill the libopencm3 directoryUwe Bonnes
2013-01-21More Files to ignoreUwe Bonnes
2013-01-13As per the lpc11xx manual the stack pointer should be set before IAPmirage
2013-01-11Fixed magic numbers for CSW access.Gareth McMullin
2013-01-10Update to current libopencm3 usb api.Gareth McMullin
2013-01-10Merge pull request #8 from aibara/masterGareth McMullin
2013-01-10Don't increment src address twice in ap_mem_read_bytes function. Fixes corrup...Allen Ibara
2012-11-21Check for 10-bit address over flow when auto-incrementing.Gareth McMullin
2012-11-15Added support for STM32F37x.Vegard Storheil Eriksen
2012-11-03Probe function return bool, true if device identified.Gareth McMullin
2012-11-03Recognise LPC43xx dual core devices.Gareth McMullin
2012-11-03Move breakpoint packet handler out of main gdb loop.Gareth McMullin
2012-11-03Clean up whitespace.Gareth McMullin
2012-11-03Clean up ancient bad typing and malloc madness.Gareth McMullin
2012-11-03Check for null pointer before decalaring register array.Gareth McMullin
2012-11-03Allow target attachment to timeout and report failure.Gareth McMullin
2012-10-25Added support for STM32L1.Vegard Storheil Eriksen
2012-10-24Added support for STM32F0.Vegard Storheil Eriksen
2012-10-24Changed libopencm3 url to https.Gareth McMullin
2012-10-23Added support for STM32F3.Vegard Storheil Eriksen
2012-10-22Add toplevel Makefile to build blackmagic with libopencm3.Gareth McMullin
2012-10-22Build with libopencm3 as a submodule.Gareth McMullin