- allow FT2232 devices to be opened by serial number instead of device description ('ft2232_serial <serial>' command)

- redirect output from target event scripts (currently only reset) to the daemon output (INFO:)
- some minor fixes and enhancements


git-svn-id: svn://svn.berlios.de/openocd/trunk@103 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
drath
2006-10-12 16:20:47 +00:00
parent 94ffacdd93
commit 81294537cd
4 changed files with 67 additions and 18 deletions

View File

@@ -18,7 +18,7 @@
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
#define OPENOCD_VERSION "Open On-Chip Debugger (2006-09-07 20:00 CEST)"
#define OPENOCD_VERSION "Open On-Chip Debugger (2006-10-12 18:00 CEST)"
#ifdef HAVE_CONFIG_H
#include "config.h"
@@ -93,6 +93,8 @@ int main(int argc, char *argv[])
command_done(cfg_cmd_ctx);
command_set_output_handler(cmd_ctx, configuration_output_handler, NULL);
if (jtag_init(cmd_ctx) != ERROR_OK)
return EXIT_FAILURE;
DEBUG("jtag init complete");