aboutsummaryrefslogtreecommitdiff
path: root/src/adiv5.c
AgeCommit message (Collapse)Author
2013-01-31Avoid double increment of dst in adiv5 write bytes function.Allen Ibara
2013-01-11Fixed magic numbers for CSW access.Gareth McMullin
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-07-05Correct stepping over programmed breakpoints.Gareth McMullin
Fixes issue #2.
2012-07-05cortexm: Moved all static data to the heap.Gareth McMullin
2012-07-05ADIv5 AP and DP are now allocated on the heap and reference counted.Gareth McMullin
They are unref'd and free'd automatically when the target list is destroyed.
2012-06-26Added option byte programming commands for STM32F1.Gareth McMullin
2012-06-24Added target.c for common target routines.Gareth McMullin
2012-06-18Removed target header files containing a single prototype.Gareth McMullin
Target probe prototypes are all in target.h now.
2012-06-18Renamed Cortex-M driver appropriately since it support M0, M3 and M4F.Gareth McMullin
2012-06-18Cleaned up access to ADIv5 AP for target.Gareth McMullin
2011-03-08Further cleanup of adiv5*Gareth McMullin
2011-03-07Removed useless abstraction of low-level AP access functions.Gareth McMullin
2011-03-05Cleaned up some magic numbers in adiv5*Gareth McMullin
2011-02-04Import of working source tree.Gareth McMullin