wait 500ms for target to halt upon connect.
git-svn-id: svn://svn.berlios.de/openocd/trunk@865 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -280,6 +280,7 @@ extern int target_write_buffer(struct target_s *target, u32 address, u32 size, u
|
||||
extern int target_read_buffer(struct target_s *target, u32 address, u32 size, u8 *buffer);
|
||||
extern int target_checksum_memory(struct target_s *target, u32 address, u32 size, u32* crc);
|
||||
extern int target_blank_check_memory(struct target_s *target, u32 address, u32 size, u32* blank);
|
||||
extern int target_wait_state(target_t *target, enum target_state state, int ms);
|
||||
|
||||
/* DANGER!!!!!
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user