- add cortex_m3 variant luminary to fix reset issue with asserting SRST

- https://lists.berlios.de/pipermail/openocd-development/2008-April/002022.html for details

git-svn-id: svn://svn.berlios.de/openocd/trunk@624 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
ntfreak
2008-04-28 20:05:17 +00:00
parent cab29a63de
commit f2e10a6050
4 changed files with 34 additions and 6 deletions

View File

@@ -134,8 +134,8 @@ typedef struct cortex_m3_dwt_comparator_s
typedef struct cortex_m3_common_s
{
int common_magic;
arm_jtag_t jtag_info;
char *variant;
/* Context information */
u32 dcb_dhcsr;