forked from auracaster/openocd
- remove target specific variant and use target->variant member
- fix build warning in cortex_m3 - code cleanup - remove trailing lf and convert c++ comments git-svn-id: svn://svn.berlios.de/openocd/trunk@1238 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -33,9 +33,9 @@
|
||||
#define DPAP_WRITE 0
|
||||
#define DPAP_READ 1
|
||||
#define DP_ZERO 0
|
||||
#define DP_CTRL_STAT 0x4
|
||||
#define DP_SELECT 0x8
|
||||
#define DP_RDBUFF 0xC
|
||||
#define DP_CTRL_STAT 0x4
|
||||
#define DP_SELECT 0x8
|
||||
#define DP_RDBUFF 0xC
|
||||
|
||||
#define CORUNDETECT (1<<0)
|
||||
#define SSTICKYORUN (1<<1)
|
||||
|
||||
Reference in New Issue
Block a user