aboutsummaryrefslogtreecommitdiff
path: root/src/target.c
AgeCommit message (Expand)Author
2015-04-11target: Remove old flash interface.Gareth McMullin
2015-04-11Add buffering support for flash drivers.Gareth McMullin
2015-04-03Fix flash buffer alignment in target layer.Gareth McMullin
2015-04-03Add new functions to wrap flash driver erase/write/done operations.Gareth McMullin
2015-04-03Add function to add simple flash driver to target.Gareth McMullin
2015-04-03Add functions for dynamically generating the XML memory map.Gareth McMullin
2015-03-01Clean up includes everywhere.Gareth McMullin
2013-05-14adiv5_swdp: allow to connect to a sleeping target by pulling SRSTPaul Fertser
2012-11-03Allow target attachment to timeout and report failure.Gareth McMullin
2012-07-05ADIv5 AP and DP are now allocated on the heap and reference counted.Gareth McMullin
2012-06-27Made cur_target, last_target static in gdb_main.c.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