summaryrefslogtreecommitdiff
path: root/src/target/arm_adi_v5.h
diff options
context:
space:
mode:
authormlu <mlu@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-04-27 16:08:25 +0000
committermlu <mlu@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-04-27 16:08:25 +0000
commita644bc11a56b32b68688ebc65b56f5d166ab2e2d (patch)
treeb54f6b2206f6f9383f4a2f6261313cd9bad9d691 /src/target/arm_adi_v5.h
parentc4ac70570adefe5de557049e245d0ade732b5496 (diff)
downloadopenocd_libswd-a644bc11a56b32b68688ebc65b56f5d166ab2e2d.tar.gz
openocd_libswd-a644bc11a56b32b68688ebc65b56f5d166ab2e2d.tar.bz2
openocd_libswd-a644bc11a56b32b68688ebc65b56f5d166ab2e2d.tar.xz
openocd_libswd-a644bc11a56b32b68688ebc65b56f5d166ab2e2d.zip
Added dap baseaddr and dap apid commands
git-svn-id: svn://svn.berlios.de/openocd/trunk@1547 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/target/arm_adi_v5.h')
-rw-r--r--src/target/arm_adi_v5.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/target/arm_adi_v5.h b/src/target/arm_adi_v5.h
index 99789da2..99e55757 100644
--- a/src/target/arm_adi_v5.h
+++ b/src/target/arm_adi_v5.h
@@ -136,7 +136,9 @@ extern int ahbap_debugport_init(swjdp_common_t *swjdp);
extern int dap_info_command(struct command_context_s *cmd_ctx, swjdp_common_t *swjdp, int apsel);
/* Commands for user dap access */
+/* Currently implemented in armv7m, needs armv7m target structure to find jtag and swjdp structures */
extern int handle_dap_info_command(struct command_context_s *cmd_ctx, char *cmd, char **args, int argc);
extern int handle_dap_apsel_command(struct command_context_s *cmd_ctx, char *cmd, char **args, int argc);
-
+extern int handle_dap_apid_command(struct command_context_s *cmd_ctx, char *cmd, char **args, int argc);
+extern int handle_dap_baseaddr_command(struct command_context_s *cmd_ctx, char *cmd, char **args, int argc);
#endif