Skip to content
Snippets Groups Projects
Commit eb9ecb82 authored by oharboe's avatar oharboe
Browse files

embedded host: launch telnet server even if configuration fails

git-svn-id: svn://svn.berlios.de/openocd/trunk@2198 b42882b7-edfa-0310-969c-e2dbd0fdcd60
parent 1b2c1c6f
No related branches found
No related tags found
No related merge requests found
...@@ -1046,6 +1046,9 @@ int main(int argc, char *argv[]) ...@@ -1046,6 +1046,9 @@ int main(int argc, char *argv[])
command_run_linef(cmd_ctx, "script /rom/openocd.cfg"); command_run_linef(cmd_ctx, "script /rom/openocd.cfg");
/* we MUST always run the init command as it will launch telnet sessions */
command_run_line(cmd_ctx, "init");
// FIX!!! Yuk! // FIX!!! Yuk!
// diag_printf() is really invoked from many more places than we trust it // diag_printf() is really invoked from many more places than we trust it
// not to cause instabilities(e.g. invoking fputc() from an interrupt is *BAD*). // not to cause instabilities(e.g. invoking fputc() from an interrupt is *BAD*).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment