aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-01-31Avoid double increment of dst in adiv5 write bytes function.Allen Ibara
2013-01-28Corrected the led pin for F3 and F4 discovery boards. Needs proper fixing so ...Piotr Esden-Tempski
2013-01-21Updated stlink platform to the new locm3 usb api.Piotr Esden-Tempski
2013-01-11Fixed magic numbers for CSW access.Gareth McMullin
2013-01-10Update to current libopencm3 usb api.Gareth 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-23Added support for STM32F3.Vegard Storheil Eriksen
2012-10-22Build with libopencm3 as a submodule.Gareth McMullin
2012-09-04Fix support for multiple devices on the same jtag chain.Gareth McMullin
2012-09-04Whitespace fixes.Gareth McMullin
2012-08-10Add a copy of DEMCR to Cortex-M private data to preserve over 'run'.Gareth McMullin
2012-07-05Correct stepping over programmed breakpoints.Gareth McMullin
2012-07-05cortexm: Moved all static data to the heap.Gareth McMullin
2012-07-05cortexm: Poll for S_RESET_ST in DHCSR to detect release from reset.Gareth McMullin
2012-07-05ADIv5 AP and DP are now allocated on the heap and reference counted.Gareth McMullin
2012-07-05libftdi: Fixed delay function.Gareth McMullin
2012-07-01Add delay after reset request.Gareth McMullin
2012-06-30Signal on halt is now returned by target_halt_wait().Gareth McMullin
2012-06-30Allow user to specify JTAG IR lengths.Gareth McMullin
2012-06-28Fixed build for stlink platform.Gareth McMullin
2012-06-28Clear target error on attaching.Gareth McMullin
2012-06-27Made cur_target, last_target static in gdb_main.c.Gareth McMullin
2012-06-26Added option byte programming commands for STM32F1.Gareth McMullin
2012-06-26Fixed crash on monitor commands with no attached target.Gareth McMullin
2012-06-26Added 'erase_mass' command for STM32F1 and cleaned up some magic numbers.Gareth McMullin
2012-06-25Added 'vector_catch' command to control trapped vectors on Cortex-M.Gareth McMullin
2012-06-25Made SAM3X monitor commands static.Gareth McMullin
2012-06-24Added monitor commands to set GPNVM bits on SAM3X.Gareth McMullin
2012-06-24Added mechanism for target driver to add new monitor commands.Gareth McMullin
2012-06-24Added target.c for common target routines.Gareth McMullin
2012-06-24Updated lmi, nxp and stm32f4 drivers to use adiv5_target_ap().Gareth McMullin
2012-06-23Added flash erase function for Atmel SAM3X.Gareth McMullin
2012-06-22First cut at an Atmel SAM3X driver.Gareth McMullin
2012-06-21Check target error after target specific probes.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-18Renamed Cortex-M driver appropriately since it support M0, M3 and M4F.Gareth McMullin
2012-06-18Cleaned up STM32F1 driver and renamed appropriately.Gareth McMullin
2012-06-18Cleaned up access to ADIv5 AP in Cortex-M driver.Gareth McMullin