- merged several changes from XScale
- complain about identify_chain scan with all bits one (jtag communication problem) - add 0x80000 as a valid size for lpc2000_v2 flash banks (previously only the user accessible 0x7d000 were valid) git-svn-id: svn://svn.berlios.de/openocd/trunk@129 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
|
||||
#include "command.h"
|
||||
|
||||
#if 0
|
||||
#if 1
|
||||
#define _DEBUG_JTAG_IO_
|
||||
#endif
|
||||
|
||||
@@ -199,6 +199,8 @@ enum jtag_event
|
||||
JTAG_TRST_RELEASED,
|
||||
};
|
||||
|
||||
extern char* jtag_event_strings[];
|
||||
|
||||
extern int jtag_trst;
|
||||
extern int jtag_srst;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user