aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)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 ↵Uwe Bonnes
firmware. F3 Discovery has has no quarz for the F3 and needs it.
2013-01-21README: Add the hint about "set mem inaccessible-by-default off" from the ↵Uwe Bonnes
mailing list
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
Needed, as the OTG driver erases the data read after eventually calling the callback
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
- 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.
2013-01-21stlink: LED is connected to GPIO9. Before LED was associated with the MCO ↵Uwe Bonnes
Output.
2013-01-21stm32_mem.py: Add exception handler for better diagnosis, as erase on ↵Uwe Bonnes
STM32F407 times out
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
calls are made. In lpc11xx_flash_prepare() and lpc11xx_flash_erase() bug in calculating the ending sector number.
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
One-liner fix for black magic firmware issue corrupting un-aligned memory reads from target.
2013-01-10Don't increment src address twice in ap_mem_read_bytes function. Fixes ↵Allen Ibara
corrupted thumb disassembly dumps in gdb.
2012-11-21Check for 10-bit address over flow when auto-incrementing.Gareth McMullin
Clean up whitespace.
2012-11-15Added support for STM32F37x.Vegard Storheil Eriksen
2012-11-03Probe function return bool, true if device identified.Gareth McMullin
Correctly identify LM3S3748.
2012-11-03Recognise LPC43xx dual core devices.Gareth McMullin
2012-11-03Move breakpoint packet handler out of main gdb loop.Gareth McMullin
Use gdb_putpacketz for constant strings.
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
This is needed for if the target device is held in reset.
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
Fix incompatibilities with latest libopencm3.