- allow building for MinGW using either -mno-cygwin or the MinGW gcc

- added GiveIO support to the amt_jtagaccel driver
- explicitly disable loopback mode for FT2232 devices
- changed configuration options n[st]rst_delay to jtag_n[st]rst_delay
- shutdown network services on exit


git-svn-id: svn://svn.berlios.de/openocd/trunk@80 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
drath
2006-08-01 09:45:22 +00:00
parent 1341eb3b0a
commit 7d24476146
7 changed files with 79 additions and 11 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-07-30 13:30 CEST)"
#define OPENOCD_VERSION "Open On-Chip Debugger (2006-08-01 12:00 CEST)"
#ifdef HAVE_CONFIG_H
#include "config.h"
@@ -115,6 +115,9 @@ int main(int argc, char *argv[])
/* handle network connections */
server_loop(cmd_ctx);
/* shut server down */
server_quit();
/* free commandline interface */
command_done(cmd_ctx);