summaryrefslogtreecommitdiff
path: root/src/target/embeddedice.h
diff options
context:
space:
mode:
authordrath <drath@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2007-08-25 09:59:42 +0000
committerdrath <drath@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2007-08-25 09:59:42 +0000
commitb930514e2f3e2a83e075e8c19ae0d38bbd2b27dc (patch)
tree8671142f4ebab30173743268470b7d0a06e568a1 /src/target/embeddedice.h
parentecfc1e39a2621cf3f2d2c67841cc31cb670326c0 (diff)
downloadopenocd+libswd-b930514e2f3e2a83e075e8c19ae0d38bbd2b27dc.tar.gz
openocd+libswd-b930514e2f3e2a83e075e8c19ae0d38bbd2b27dc.tar.bz2
openocd+libswd-b930514e2f3e2a83e075e8c19ae0d38bbd2b27dc.tar.xz
openocd+libswd-b930514e2f3e2a83e075e8c19ae0d38bbd2b27dc.zip
- added support for setting JTAG frequency on ASIX PRESTO (thanks to Pavel Chromy)
- usbprog update (thanks to Benedikt Sauter) - added embeddedice_send and _handshake functions (thanks to Pavel Chromy) - added support for 4, 8 and 16 bit ports to etb.c git-svn-id: svn://svn.berlios.de/openocd/trunk@203 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/target/embeddedice.h')
-rw-r--r--src/target/embeddedice.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/target/embeddedice.h b/src/target/embeddedice.h
index 466854f9..9915e49b 100644
--- a/src/target/embeddedice.h
+++ b/src/target/embeddedice.h
@@ -1,5 +1,5 @@
/***************************************************************************
- * Copyright (C) 2005, 2006 by Dominic Rath *
+ * Copyright (C) 2005, 2006 by Dominic Rath *
* Dominic.Rath@gmx.de *
* *
* This program is free software; you can redistribute it and/or modify *
@@ -98,5 +98,7 @@ extern int embeddedice_store_reg(reg_t *reg);
extern int embeddedice_set_reg(reg_t *reg, u32 value);
extern int embeddedice_set_reg_w_exec(reg_t *reg, u8 *buf);
extern int embeddedice_receive(arm_jtag_t *jtag_info, u32 *data, u32 size);
+extern int embeddedice_send(arm_jtag_t *jtag_info, u32 *data, u32 size);
+extern int embeddedice_handshake(arm_jtag_t *jtag_info, int hsbit, u32 timeout);
#endif /* EMBEDDED_ICE_H */