180 Commits (bef37ceba2bde6a34d003762bced007bed894bc7)

Author SHA1 Message Date
  Spencer Oliver 08589462ad server: add server_preinit which is called before config file is parsed. 14 years ago
  Zachary T Welch 899c9975e7 rename nand.h to flash//nand/core.h 14 years ago
  Zachary T Welch f3e6f584f1 remove flash.h from tree 14 years ago
  Zachary T Welch 1527272fb2 split NOR and NAND flash headers 14 years ago
  Zachary T Welch c5eb8e29bd check top-level command registrations 14 years ago
  David Brownell adbf40a045 fix another init regression 14 years ago
  Zachary T Welch de27ebfa83 fix double 'init' regression 14 years ago
  Zachary T Welch 12499f97fd change #include "xsvf.h" to <xsvf/xsvf.h> 14 years ago
  Zachary T Welch 66e45ba611 change #include "svf.h" to <svf/svf.h> 14 years ago
  Zachary T Welch 49675db972 change #include "pld.h" to <pld/pld.h> 14 years ago
  Zachary T Welch c538a830cd change #include "server.h" to <server/server.h> 14 years ago
  Zachary T Welch 6db3ed48c6 change #include "httpd.h" to <server/httpd.h> 14 years ago
  Zachary T Welch 5e7369d99a change #include "gdb_server.h" to <server/gdb_server.h> 14 years ago
  Zachary T Welch 450ceda9ae change #include "nand.h" to <flash/nand.h> 14 years ago
  Zachary T Welch 9cbab8d3a6 change #include "mflash.h" to <flash/mflash.h> 14 years ago
  Zachary T Welch cb4a475f6c change #include "jtag.h" to <jtag/jtag.h> 14 years ago
  Zachary T Welch 2fc071c6e1 change #include "ioutil.h" to <helper/ioutil.h> 14 years ago
  Zachary T Welch 0b7720d2ff change #include "configuration.h" to <helper/configuration.h> 14 years ago
  Zachary T Welch 6ec526e706 remove #if BUILD_HTTPD 14 years ago
  Zachary T Welch eaf10f69de remove BUILD_IOUTIL symbol 14 years ago
  Zachary T Welch 34654359a9 remove #if logic for openocd_sleep_*lude 14 years ago
  Zachary T Welch 62fbb0f545 target: factor init to 'target init' 14 years ago
  Zachary T Welch ac1887c703 jtag: factor init into 'jtag init' 14 years ago
  Zachary T Welch 37201c019f flash: factor init to 'flash init' 14 years ago
  Zachary T Welch 1de0b9d351 mflash: factor init to 'mflash init' 14 years ago
  Zachary T Welch 747f8af672 nand: factor init to 'nand init' 14 years ago
  Zachary T Welch 682910fdc2 pld: factor init to 'pld init' 14 years ago
  Øyvind Harboe 5576a6240a command: the Jim interpreter can now be provided rather than created 14 years ago
  Øyvind Harboe 51e9b25c9a main: invoke jtag_interface_quit() explicitly 14 years ago
  Zachary T Welch 7b2906de24 do not extern 'interp' from command.c 14 years ago
  Zachary T Welch cee1f39f18 allow deferal of init 14 years ago
  Zachary T Welch 64653b0bbb move server_init() to openocd_main() 14 years ago
  Zachary T Welch ec6c1962c2 improve gdb_init() sequence 14 years ago
  David Brownell 3debd59c5e bugfix: 'init' changes state, not main() 14 years ago
  Zachary T Welch be482a5335 log: improve initialization 14 years ago
  Zachary T Welch a93b404161 improve command handling examples 14 years ago
  Zachary T Welch 8f5ff3ddcf httpd: use register_commands() 14 years ago
  Zachary T Welch 1595fd7c4b openocd: use register_commands() 14 years ago
  Zachary T Welch 833e7f5248 use COMMAND_REGISTER macro 14 years ago
  Zachary T Welch 9e9633c6b9 refactor command registration 14 years ago
  Zachary T Welch 5e229bbf87 pass startup_tcl to command_init 14 years ago
  Zachary T Welch 2861877b32 command_handler: change 'cmd_ctx' to CMD_CTX 14 years ago
  Zachary T Welch 7bf1a86e47 command_handler: change to 'argc' to CMD_ARGC 14 years ago
  David Brownell b695cb7522 #include "target.h" less wildly 14 years ago
  David Brownell 1186f7efa7 target: less implicit inclusion of "command.h" 14 years ago
  David Brownell 7f48f463a1 remove annoying $URL$ startup message 14 years ago
  Zachary T Welch 98723c4ecd command_context_t -> struct command_context 14 years ago
  Zachary T Welch 0f1163e823 target_t -> struct target 14 years ago
  Zachary T Welch 89870c86e7 add src/hello.c to augment new command tutorial 14 years ago
  Zachary T Welch cfc4d5c6b7 use COMMAND_HANDLER macro to define all commands 14 years ago