aboutsummaryrefslogtreecommitdiff
path: root/src/openocd.c
AgeCommit message (Expand)Author
2009-11-13add src/hello.c to augment new command tutorialZachary T Welch
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch
2009-10-08Change most in-tree references from SVN to GIT.dbrownell
2009-10-07Change version labels to work better with GITdbrownell
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe
2009-06-30Make bug reporting output at program start-ups use fewer new lines:zwelch
2009-06-23Remove whitespace that occurs before ')'.zwelch
2009-06-23Remove whitespace that occurs after '('.zwelch
2009-06-23- Fixes '=' whitespacezwelch
2009-06-23- Fixes '!=' whitespacezwelch
2009-05-30Encapsulate the global "jtag" jtag_interface pointer:zwelch
2009-05-11Audit and eliminate redundant #include directives in main src/ files.zwelch
2009-05-11Remove redundant sys/types.h #include directives (now in types.h).zwelch
2009-05-10Reverse revision 1691: all of its functionality has migrated elsewhere.zwelch
2009-05-10Revive tclapi.c from r1650:zwelch
2009-05-03fix embedded buildsoharboe
2009-05-02Dick Hollenbeck <dick@softplc.com> moved stuff into openocd.c - should never ...oharboe
2009-05-01Add static keywords to main application helper functions.zwelch
2009-05-01Dick Hollenbeck <dick@softplc.com>: move OPENOCD_VERSION to use config.hzwelch
2009-01-20Fixes for handling release versionskc8apf
2009-01-19- remove unused includes, fixes build issues under FreeBSDntfreak
2009-01-19SVF player courtesy of Simon Qian <simonqian@SimonQian.com>kc8apf
2009-01-09moved ioutil init to the right spot: before config scriptsoharboe
2008-12-17check syntax for init/versionoharboe
2008-12-16work in progress to hook up libmicrohttpd + tcl integrationoharboe
2008-12-15sync up to tap_xxx rename + add with-ioutil for standalone openocd implemetna...oharboe
2008-12-13- remove target specific variant and use target->variant memberntfreak
2008-11-05fix telnet async messages. retired telnet_async command - no user serviceable...oharboe
2008-10-16unsik Kim <donari75@gmail.com> - mflash supportoharboe
2008-10-15- fix tcl_port typo in docsntfreak
2008-10-08Richard Missenden exit now works during startup scriptoharboe
2008-10-07reduce patch problems by moving $xxx expansion into seperate fnoharboe
2008-09-24- renamed x7926 driver to aduc702x to match other flash driversntfreak
2008-09-21put instructions on how to report bugs onto the users radaroharboe
2008-08-06- fix target_examine declarationntfreak
2008-08-05GDB monitor commands now also get halted state upon e.g. "reset halt".oharboe
2008-07-24Better handling of OpenOCD command invocation result/context.oharboe
2008-07-19daemon_startup is now retired in favour of adding "init" and "reset halt/init...oharboe
2008-07-18Charles Hardin <ckhardin@gmail.com> move tcl stuff nearer to where it belongs.oharboe
2008-07-17Charles Hardin ckhardin at gmail.com Instead of stashing the context in a g...oharboe
2008-07-17Collect output from openocd commands into openocd_output local variableoharboe
2008-07-17Charles Hardin ckhardin at gmail.com oharboe
2008-07-17Charles Hardin <ckhardin@gmail.com> and Øyvind Harboeoharboe
2008-07-16Fixes to \ and / handling for OpenOCDoharboe
2008-07-16do not print jim tcl error message trace for ERROR_COMMAND_CLOSE_CONNECTIONoharboe
2008-07-16better error messages for target event scripts.oharboe
2008-07-14Charles Hardin <ckhardin@gmail.com>oharboe
2008-07-13- remove unused objcopy from configure.inntfreak
2008-07-13Charles Hardin <ckhardin@gmail.com> - hopefully final word on startup.tcl => ...oharboe
2008-07-13Duane Ellis <openocd@duaneellis.com> fix to tcl putsoharboe