ADIv5: use new dap_run() operation
authorDavid Brownell <dbrownell@users.sourceforge.net>
Wed, 3 Mar 2010 06:42:45 +0000 (22:42 -0800)
committerDavid Brownell <dbrownell@users.sourceforge.net>
Wed, 3 Mar 2010 06:42:45 +0000 (22:42 -0800)
commit24b1426a728f2bac1b3828069fa13af2be6d9e94
tree0ae5e64c8411268bb80c24686b5007b8b46ae5ea
parentdb6c994642f29b7d47abb4233494a606fbb65369
ADIv5: use new dap_run() operation

Make ADIv5 use one of the new transport-neutral interfaces: call
dap_run(), not jtagdp_transaction_endcheck().

Also, make that old interface private; and bugfix some of its call
sites to handle the fault returns, instead of ignoring them.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
src/target/arm_adi_v5.c
src/target/arm_adi_v5.h
src/target/cortex_m3.c