summaryrefslogtreecommitdiff
path: root/src/target/cortex_m3.h
diff options
context:
space:
mode:
authorntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-03-11 18:39:43 +0000
committerntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-03-11 18:39:43 +0000
commit0fe2a5435a78ac32eddc2398cc95759c2211ea04 (patch)
tree35a0229949bec8e085b0d097c289eb12e57820f5 /src/target/cortex_m3.h
parent09e303bb8e51f0ab123c70f954039fbef8ca9a91 (diff)
downloadopenocd+libswd-0fe2a5435a78ac32eddc2398cc95759c2211ea04.tar.gz
openocd+libswd-0fe2a5435a78ac32eddc2398cc95759c2211ea04.tar.bz2
openocd+libswd-0fe2a5435a78ac32eddc2398cc95759c2211ea04.tar.xz
openocd+libswd-0fe2a5435a78ac32eddc2398cc95759c2211ea04.zip
- 16 and 32 bit unaligned accesses supported
- uses packed transfers for 8/16bit read/writes greater than 4bytes - 8/16bit transfers now use address auto increment git-svn-id: svn://svn.berlios.de/openocd/trunk@495 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/target/cortex_m3.h')
-rw-r--r--src/target/cortex_m3.h27
1 files changed, 1 insertions, 26 deletions
diff --git a/src/target/cortex_m3.h b/src/target/cortex_m3.h
index 236911f5..17c2b47b 100644
--- a/src/target/cortex_m3.h
+++ b/src/target/cortex_m3.h
@@ -134,8 +134,7 @@ typedef struct cortex_m3_dwt_comparator_s
typedef struct cortex_m3_common_s
{
int common_magic;
- /* int (*full_context)(struct target_s *target); */
-
+
arm_jtag_t jtag_info;
/* Context information */
@@ -159,32 +158,8 @@ typedef struct cortex_m3_common_s
int intlinesnum;
u32 *intsetenable;
-/*
- u32 arm_bkpt;
- u16 thumb_bkpt;
- int sw_bkpts_use_wp;
- int wp_available;
- int wp0_used;
- int wp1_used;
-
- int force_hw_bkpts;
- int dbgreq_adjust_pc;
- int use_dbgrq;
- int has_etm;
-
- int reinit_embeddedice;
-
- struct working_area_s *dcc_working_area;
-
- int fast_memory_access;
- int dcc_downloads;
-*/
- /* breakpoint use map */
- int sw_bkpts_enabled;
-
armv7m_common_t armv7m;
swjdp_common_t swjdp_info;
-
void *arch_info;
} cortex_m3_common_t;