summaryrefslogtreecommitdiff
path: root/src/openocd.c
Commit message (Expand)AuthorAgeFilesLines
* remove #if BUILD_HTTPDZachary T Welch2009-12-021-4/+0
* remove BUILD_IOUTIL symbolZachary T Welch2009-12-021-6/+1
* remove #if logic for openocd_sleep_*ludeZachary T Welch2009-12-021-14/+0
* target: factor init to 'target init'Zachary T Welch2009-12-021-5/+2
* jtag: factor init into 'jtag init'Zachary T Welch2009-12-021-7/+9
* flash: factor init to 'flash init'Zachary T Welch2009-12-021-3/+2
* mflash: factor init to 'mflash init'Zachary T Welch2009-12-021-3/+2
* nand: factor init to 'nand init'Zachary T Welch2009-12-021-3/+2
* pld: factor init to 'pld init'Zachary T Welch2009-12-021-2/+3
* command: the Jim interpreter can now be provided rather than createdØyvind Harboe2009-12-011-3/+3
* main: invoke jtag_interface_quit() explicitlyØyvind Harboe2009-12-011-6/+2
* do not extern 'interp' from command.cZachary T Welch2009-11-301-1/+1
* allow deferal of initZachary T Welch2009-11-301-4/+23
* move server_init() to openocd_main()Zachary T Welch2009-11-301-18/+13
* improve gdb_init() sequenceZachary T Welch2009-11-301-1/+1
* bugfix: 'init' changes state, not main()David Brownell2009-11-281-1/+2
* log: improve initializationZachary T Welch2009-11-251-5/+4
* improve command handling examplesZachary T Welch2009-11-251-4/+0
* httpd: use register_commands()Zachary T Welch2009-11-241-5/+2
* openocd: use register_commands()Zachary T Welch2009-11-241-6/+18
* use COMMAND_REGISTER macroZachary T Welch2009-11-241-2/+2
* refactor command registrationZachary T Welch2009-11-201-1/+1
* pass startup_tcl to command_initZachary T Welch2009-11-181-1/+2
* command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch2009-11-171-9/+9
* command_handler: change to 'argc' to CMD_ARGCZachary T Welch2009-11-171-2/+2
* #include "target.h" less wildlyDavid Brownell2009-11-161-1/+0
* target: less implicit inclusion of "command.h"David Brownell2009-11-161-1/+0
* remove annoying $URL$ startup messageDavid Brownell2009-11-141-17/+0
* command_context_t -> struct command_contextZachary T Welch2009-11-131-6/+6
* target_t -> struct targetZachary T Welch2009-11-131-1/+1
* add src/hello.c to augment new command tutorialZachary T Welch2009-11-131-0/+4
* use COMMAND_HANDLER macro to define all commandsZachary T Welch2009-11-131-2/+2
* Change most in-tree references from SVN to GIT.dbrownell2009-10-081-1/+3
* Change version labels to work better with GITdbrownell2009-10-071-1/+1
* Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe2009-07-171-1/+1
* Make bug reporting output at program start-ups use fewer new lines:zwelch2009-06-301-2/+3
* Remove whitespace that occurs before ')'.zwelch2009-06-231-2/+2
* Remove whitespace that occurs after '('.zwelch2009-06-231-2/+2
* - Fixes '=' whitespacezwelch2009-06-231-5/+5
* - Fixes '!=' whitespacezwelch2009-06-231-4/+4
* Encapsulate the global "jtag" jtag_interface pointer:zwelch2009-05-301-3/+1
* Audit and eliminate redundant #include directives in main src/ files.zwelch2009-05-111-9/+2
* Remove redundant sys/types.h #include directives (now in types.h).zwelch2009-05-111-1/+0
* Reverse revision 1691: all of its functionality has migrated elsewhere.zwelch2009-05-101-2/+0
* Revive tclapi.c from r1650:zwelch2009-05-101-0/+2
* fix embedded buildsoharboe2009-05-031-2/+3
* Dick Hollenbeck <dick@softplc.com> moved stuff into openocd.c - should never ...oharboe2009-05-021-0/+15
* Add static keywords to main application helper functions.zwelch2009-05-011-6/+5
* Dick Hollenbeck <dick@softplc.com>: move OPENOCD_VERSION to use config.hzwelch2009-05-011-2/+5
* Fixes for handling release versionskc8apf2009-01-201-1/+1