| Commit message (Expand) | Author | Age | Files | Lines |
* | SCRIPT: add add_script_search_dir cmd | Spencer Oliver | 2010-03-17 | 1 | -0/+17 |
* | rename jtag_interface_{init,quit}() | David Brownell | 2010-03-14 | 1 | -4/+4 |
* | split "interface" commands from "jtag" ones | David Brownell | 2010-03-11 | 1 | -0/+2 |
* | move a constant table to .rodata section | David Brownell | 2010-03-08 | 1 | -1/+1 |
* | gpl: fix GPL startup message | Øyvind Harboe | 2010-02-15 | 1 | -1/+2 |
* | server: add server_preinit which is called before config file is parsed. | Spencer Oliver | 2009-12-11 | 1 | -2/+3 |
* | rename nand.h to flash//nand/core.h | Zachary T Welch | 2009-12-04 | 1 | -1/+1 |
* | remove flash.h from tree | Zachary T Welch | 2009-12-04 | 1 | -1/+1 |
* | split NOR and NAND flash headers | Zachary T Welch | 2009-12-04 | 1 | -0/+1 |
* | check top-level command registrations | Zachary T Welch | 2009-12-04 | 1 | -16/+34 |
* | fix another init regression | David Brownell | 2009-12-03 | 1 | -4/+7 |
* | fix double 'init' regression | Zachary T Welch | 2009-12-03 | 1 | -1/+1 |
* | change #include "xsvf.h" to <xsvf/xsvf.h> | Zachary T Welch | 2009-12-03 | 1 | -1/+1 |
* | change #include "svf.h" to <svf/svf.h> | Zachary T Welch | 2009-12-03 | 1 | -1/+1 |
* | change #include "pld.h" to <pld/pld.h> | Zachary T Welch | 2009-12-03 | 1 | -1/+1 |
* | change #include "server.h" to <server/server.h> | Zachary T Welch | 2009-12-03 | 1 | -1/+1 |
* | change #include "httpd.h" to <server/httpd.h> | Zachary T Welch | 2009-12-03 | 1 | -1/+1 |
* | change #include "gdb_server.h" to <server/gdb_server.h> | Zachary T Welch | 2009-12-03 | 1 | -1/+1 |
* | change #include "nand.h" to <flash/nand.h> | Zachary T Welch | 2009-12-03 | 1 | -1/+1 |
* | change #include "mflash.h" to <flash/mflash.h> | Zachary T Welch | 2009-12-03 | 1 | -1/+1 |
* | change #include "jtag.h" to <jtag/jtag.h> | Zachary T Welch | 2009-12-03 | 1 | -1/+1 |
* | change #include "ioutil.h" to <helper/ioutil.h> | Zachary T Welch | 2009-12-03 | 1 | -1/+1 |
* | change #include "configuration.h" to <helper/configuration.h> | Zachary T Welch | 2009-12-03 | 1 | -1/+1 |
* | remove #if BUILD_HTTPD | Zachary T Welch | 2009-12-02 | 1 | -4/+0 |
* | remove BUILD_IOUTIL symbol | Zachary T Welch | 2009-12-02 | 1 | -6/+1 |
* | remove #if logic for openocd_sleep_*lude | Zachary T Welch | 2009-12-02 | 1 | -14/+0 |
* | target: factor init to 'target init' | Zachary T Welch | 2009-12-02 | 1 | -5/+2 |
* | jtag: factor init into 'jtag init' | Zachary T Welch | 2009-12-02 | 1 | -7/+9 |
* | flash: factor init to 'flash init' | Zachary T Welch | 2009-12-02 | 1 | -3/+2 |
* | mflash: factor init to 'mflash init' | Zachary T Welch | 2009-12-02 | 1 | -3/+2 |
* | nand: factor init to 'nand init' | Zachary T Welch | 2009-12-02 | 1 | -3/+2 |
* | pld: factor init to 'pld init' | Zachary T Welch | 2009-12-02 | 1 | -2/+3 |
* | command: the Jim interpreter can now be provided rather than created | Øyvind Harboe | 2009-12-01 | 1 | -3/+3 |
* | main: invoke jtag_interface_quit() explicitly | Øyvind Harboe | 2009-12-01 | 1 | -6/+2 |
* | do not extern 'interp' from command.c | Zachary T Welch | 2009-11-30 | 1 | -1/+1 |
* | allow deferal of init | Zachary T Welch | 2009-11-30 | 1 | -4/+23 |
* | move server_init() to openocd_main() | Zachary T Welch | 2009-11-30 | 1 | -18/+13 |
* | improve gdb_init() sequence | Zachary T Welch | 2009-11-30 | 1 | -1/+1 |
* | bugfix: 'init' changes state, not main() | David Brownell | 2009-11-28 | 1 | -1/+2 |
* | log: improve initialization | Zachary T Welch | 2009-11-25 | 1 | -5/+4 |
* | improve command handling examples | Zachary T Welch | 2009-11-25 | 1 | -4/+0 |
* | httpd: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -5/+2 |
* | openocd: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -6/+18 |
* | use COMMAND_REGISTER macro | Zachary T Welch | 2009-11-24 | 1 | -2/+2 |
* | refactor command registration | Zachary T Welch | 2009-11-20 | 1 | -1/+1 |
* | pass startup_tcl to command_init | Zachary T Welch | 2009-11-18 | 1 | -1/+2 |
* | command_handler: change 'cmd_ctx' to CMD_CTX | Zachary T Welch | 2009-11-17 | 1 | -9/+9 |
* | command_handler: change to 'argc' to CMD_ARGC | Zachary T Welch | 2009-11-17 | 1 | -2/+2 |
* | #include "target.h" less wildly | David Brownell | 2009-11-16 | 1 | -1/+0 |
* | target: less implicit inclusion of "command.h" | David Brownell | 2009-11-16 | 1 | -1/+0 |