Introduced jtag_init and "jtag arp_init" to allow target scripts more control over how OpenOCD starts up and initializes the target.
git-svn-id: svn://svn.berlios.de/openocd/trunk@2805 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -335,8 +335,9 @@ extern int jtag_interface_quit(void);
|
||||
extern int jtag_init(struct command_context_s* cmd_ctx);
|
||||
|
||||
/// reset, then initialize JTAG chain
|
||||
extern int jtag_init_reset(struct command_context_s* cmd_ctx);
|
||||
extern int jtag_register_commands(struct command_context_s* cmd_ctx);
|
||||
extern int jtag_init_reset(struct command_context_s* cmd_ctx);
|
||||
extern int jtag_register_commands(struct command_context_s* cmd_ctx);
|
||||
extern int jtag_init_inner(struct command_context_s *cmd_ctx);
|
||||
|
||||
/**
|
||||
* @file
|
||||
|
||||
Reference in New Issue
Block a user