From 559d08c19ed838f7bb2a77ce56a5a274641111f8 Mon Sep 17 00:00:00 2001 From: Øyvind Harboe Date: Sun, 10 Oct 2010 19:17:03 +0200 Subject: jim tests: use installed Delete obsolete jim that comes with OpenOCD. --- src/ecosboard.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/ecosboard.c') diff --git a/src/ecosboard.c b/src/ecosboard.c index 26313b42..0805e6fc 100644 --- a/src/ecosboard.c +++ b/src/ecosboard.c @@ -500,6 +500,10 @@ static void zylinjtag_startNetwork(void) cyg_httpd_init_tcl_interpreter(); + // Kludge! Why can't I do this from httpd.c??? I get linker errors... + // some of that --start/end-group stuff? + Jim_InitStaticExtensions(httpstate.jim_interp); + Jim_CreateCommand(httpstate.jim_interp, "log", zylinjtag_Jim_Command_log, NULL, NULL); Jim_CreateCommand(httpstate.jim_interp, "zy1000_reboot", -- cgit v1.2.3