- several small fixes (thanks to Magnus Lundin and Spencer Oliver)

- added support for using Luminary Micro development board 'evb_lm3s811' as a JTAG interface (thanks to Magnus Lundin)


git-svn-id: svn://svn.berlios.de/openocd/trunk@106 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
drath
2006-10-23 14:02:34 +00:00
parent e8ead33804
commit 456737b08b
5 changed files with 18 additions and 9 deletions

View File

@@ -869,7 +869,7 @@ int arm7tdmi_target_command(struct command_context_s *cmd_ctx, char *cmd, char *
exit(-1);
}
chain_pos = strtoul(args[2], NULL, 0);
chain_pos = strtoul(args[3], NULL, 0);
if (argc >= 5)
variant = args[4];