summaryrefslogtreecommitdiff
path: root/src/target/arm_adi_v5.h
diff options
context:
space:
mode:
authorDavid Brownell <dbrownell@users.sourceforge.net>2010-03-02 22:42:45 -0800
committerDavid Brownell <dbrownell@users.sourceforge.net>2010-03-02 22:42:45 -0800
commit24b1426a728f2bac1b3828069fa13af2be6d9e94 (patch)
tree0ae5e64c8411268bb80c24686b5007b8b46ae5ea /src/target/arm_adi_v5.h
parentdb6c994642f29b7d47abb4233494a606fbb65369 (diff)
downloadopenocd_libswd-24b1426a728f2bac1b3828069fa13af2be6d9e94.tar.gz
openocd_libswd-24b1426a728f2bac1b3828069fa13af2be6d9e94.tar.bz2
openocd_libswd-24b1426a728f2bac1b3828069fa13af2be6d9e94.tar.xz
openocd_libswd-24b1426a728f2bac1b3828069fa13af2be6d9e94.zip
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>
Diffstat (limited to 'src/target/arm_adi_v5.h')
-rw-r--r--src/target/arm_adi_v5.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/target/arm_adi_v5.h b/src/target/arm_adi_v5.h
index ec4a179d..e71feb96 100644
--- a/src/target/arm_adi_v5.h
+++ b/src/target/arm_adi_v5.h
@@ -355,9 +355,6 @@ int dap_ap_write_reg_u32(struct swjdp_common *swjdp,
int dap_ap_read_reg_u32(struct swjdp_common *swjdp,
uint32_t addr, uint32_t *value);
-/* Queued JTAG ops must be completed with jtagdp_transaction_endcheck() */
-int jtagdp_transaction_endcheck(struct swjdp_common *swjdp);
-
/* Queued MEM-AP memory mapped single word transfers */
int mem_ap_read_u32(struct swjdp_common *swjdp, uint32_t address, uint32_t *value);
int mem_ap_write_u32(struct swjdp_common *swjdp, uint32_t address, uint32_t value);