2
0
mirror of git://git.code.sf.net/p/openocd/code synced 2025-08-06 01:14:42 +10:00
openocd/src/jtag
drath dbd95cb8a2 - calculate cycles since last executed instruction when cycle-accurate tracing is enabled
- increase memory pseudo-image cache size to 1024 byte for improved trace analysis performance
- added OpenOCD+trace as an ETM capture driver example implementation
- new usbprog driver (thanks to Benedikt Sauter)


git-svn-id: svn://svn.berlios.de/openocd/trunk@186 b42882b7-edfa-0310-969c-e2dbd0fdcd60
2007-07-31 10:07:32 +00:00
..
amt_jtagaccel.c - restrict direct parallel port access to x86 platforms (thanks to Vincent Palatin) 2007-07-26 09:36:17 +00:00
at91rm9200.c - added missing AT91RM9200 files 2006-08-31 12:55:54 +00:00
bitbang.c - added support for Intel/Marvel PXA27x (XScale) targets 2007-06-21 13:15:22 +00:00
bitbang.h - prepare OpenOCD for branching, created ./trunk/ 2006-06-02 10:36:31 +00:00
bitq.c - reformat src/jtag/bitq.c (thanks to Pavel Chromy) 2007-07-25 10:06:57 +00:00
bitq.h - added support for Asix Presto JTAG interface (thanks to Pavel Chromy and Asix for making this addition possible) 2007-07-15 11:19:33 +00:00
ep93xx.c - renamed jtag_interface_t.support_statemove to jtag_interface_t.support_pathmove (it is used to indicate jtag_add_pathmove support) 2006-08-17 14:53:15 +00:00
ft2232.c - reformat src/jtag/bitq.c (thanks to Pavel Chromy) 2007-07-25 10:06:57 +00:00
gw16012.c - restrict direct parallel port access to x86 platforms (thanks to Vincent Palatin) 2007-07-26 09:36:17 +00:00
jtag.c - reformat src/jtag/bitq.c (thanks to Pavel Chromy) 2007-07-25 10:06:57 +00:00
jtag.h - reformat src/jtag/bitq.c (thanks to Pavel Chromy) 2007-07-25 10:06:57 +00:00
Makefile.am - added support for Asix Presto JTAG interface (thanks to Pavel Chromy and Asix for making this addition possible) 2007-07-15 11:19:33 +00:00
parport.c - restrict direct parallel port access to x86 platforms (thanks to Vincent Palatin) 2007-07-26 09:36:17 +00:00
presto.c - reformat src/jtag/bitq.c (thanks to Pavel Chromy) 2007-07-25 10:06:57 +00:00
usbprog.c - calculate cycles since last executed instruction when cycle-accurate tracing is enabled 2007-07-31 10:07:32 +00:00