openocd/src
David Brownell 3d3128a8f5 ADIv5: cleanup, rename swjdp_transaction_endcheck()
Make messages reference "DAP" if they're actually transport-agnostic, or
"JTAG-DP" when they're JTAG-specific.  Saying SWJ-DP is often wrong (on
most Cortex-A8 chips) and is confusing even if correct (since we don't
yet support SWD).

Rename a JTAG-specific routine to jtagdp_transaction_endcheck() to highlight
that it's JTAG-specific, and that identify DAP clients undesirably depending
on JTAG.  (They will all need to change for SWD support.)

Shrink a few overlong lines of code.  Copy a comment from code removed
in a previous patch (for the ARMv7-M "dap baseaddr" command).

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
2010-01-29 14:31:19 -08:00
..
flash NOR: cleanup driver decls 2010-01-29 13:52:08 -08:00
helper Clang buildfixes 2010-01-29 00:02:12 -08:00
jtag core arm11: Silence logs at level 3 if there is no activity 2010-01-25 12:19:52 -08:00
pld PLD: usage/help updates 2010-01-08 23:23:55 -08:00
server gdb_server: handle stepi/continue packet while target is running with more grace 2010-01-21 15:57:30 +01:00
svf cygwin buildfix 2010-01-26 17:54:49 -08:00
target ADIv5: cleanup, rename swjdp_transaction_endcheck() 2010-01-29 14:31:19 -08:00
xsvf *SVF: help/usage updates 2010-01-08 20:16:05 -08:00
ecosboard.c zy1000: print out PCB revision upon boot 2010-01-19 10:58:48 +01:00
hello.c Doc/examples: clarify usage messages 2010-01-08 23:13:39 -08:00
hello.h improve command handling examples 2009-11-25 10:29:05 -08:00
main.c add openocd.h for top-level declarations 2009-11-14 07:29:16 -08:00
Makefile.am Driver for USB-JTAG, Altera USB-Blaster and compatibles 2009-12-26 15:05:06 -08:00
openocd.c server: add server_preinit which is called before config file is parsed. 2009-12-11 10:26:15 +00:00
openocd.h remove #if logic for openocd_sleep_*lude 2009-12-02 13:26:26 -08:00