summaryrefslogtreecommitdiff
path: root/src/target/cortex_m3.h
diff options
context:
space:
mode:
authorntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2007-07-26 12:28:22 +0000
committerntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2007-07-26 12:28:22 +0000
commiteba4e394d834c5088f95412a6d3bdba622a691fc (patch)
tree6e3797a8747abf13746cd8c0ded5a683ce4d1835 /src/target/cortex_m3.h
parent712be40f8df23e5d4688728b5b73dd36236ca850 (diff)
downloadopenocd+libswd-eba4e394d834c5088f95412a6d3bdba622a691fc.tar.gz
openocd+libswd-eba4e394d834c5088f95412a6d3bdba622a691fc.tar.bz2
openocd+libswd-eba4e394d834c5088f95412a6d3bdba622a691fc.tar.xz
openocd+libswd-eba4e394d834c5088f95412a6d3bdba622a691fc.zip
- corrected stm32x_handle_options_write_command, incorrect options printed
- added prepare_reset_halt handler for cortex_m3 git-svn-id: svn://svn.berlios.de/openocd/trunk@184 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/target/cortex_m3.h')
-rw-r--r--src/target/cortex_m3.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/target/cortex_m3.h b/src/target/cortex_m3.h
index 7061d668..d51c4a49 100644
--- a/src/target/cortex_m3.h
+++ b/src/target/cortex_m3.h
@@ -197,6 +197,7 @@ int cortex_m3_step(struct target_s *target, int current, u32 address, int handle
int cortex_m3_assert_reset(target_t *target);
int cortex_m3_deassert_reset(target_t *target);
int cortex_m3_soft_reset_halt(struct target_s *target);
+int cortex_m3_prepare_reset_halt(struct target_s *target);
int cortex_m3_read_memory(struct target_s *target, u32 address, u32 size, u32 count, u8 *buffer);
int cortex_m3_write_memory(struct target_s *target, u32 address, u32 size, u32 count, u8 *buffer);