From: David Brownell Date: Wed, 3 Mar 2010 06:42:45 +0000 (-0800) Subject: ADIv5: use new dap_run() operation X-Git-Tag: v0.5.0-rc1~884 X-Git-Url: https://review.openocd.org/gitweb?a=commitdiff_plain;h=24b1426a728f2bac1b3828069fa13af2be6d9e94;hp=24b1426a728f2bac1b3828069fa13af2be6d9e94;p=openocd.git 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 ---