75 Commits (304af6e7d87af60a4c807b940ff6102243d465a4)

Author SHA1 Message Date
  Øyvind Harboe 304af6e7d8 zy1000: remove unecessary include 14 years ago
  Øyvind Harboe 434f570e51 zy1000: include files have moved about 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 8256a792c5 change #include "telnet_server.h" to <server/telnet_server.h> 14 years ago
  Zachary T Welch c538a830cd change #include "server.h" to <server/server.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 cb4a475f6c change #include "jtag.h" to <jtag/jtag.h> 14 years ago
  Zachary T Welch df0e90ec8c change #include "types.h" to <helper/types.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 eaf10f69de remove BUILD_IOUTIL symbol 14 years ago
  Øyvind Harboe d84fead487 zy1000: keep up with startup refactoring work. 14 years ago
  Øyvind Harboe 445da543d8 zy1000: keep up with latest changes to command handling 14 years ago
  Øyvind Harboe 46ed068bac zy1000: keep up with changes to log_init() 14 years ago
  Zachary T Welch 833e7f5248 use COMMAND_REGISTER macro 14 years ago
  Øyvind Harboe 5c4a73d0d8 zy1000: un-break uart command after command handler refactoring 14 years ago
  Øyvind Harboe 741cd3c3ab zy1000: revC UART forwarding 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
  Zachary T Welch 4088b1e622 add openocd.h for top-level declarations 14 years ago
  Zachary T Welch 98723c4ecd command_context_t -> struct command_context 14 years ago
  Zachary T Welch ac927559c3 target_type_t -> struct target_type 14 years ago
  Zachary T Welch 632fd663a8 flash_driver_t -> struct flash_driver 14 years ago
  Øyvind Harboe a5e396b964 warnings: remove 14 years ago
  Øyvind Harboe 3537c368fe disable ZY1000's UART forwarding test code. 14 years ago
  Øyvind Harboe a02411a15f eCos synthetic target updates. 14 years ago
  oharboe 40ac8d7753 increase pause before reboot so web interface remains responsive when issuing a reboot of zy1000 14 years ago
  oharboe 1dd302883d prefix zy1000_reboot command to avoid name conflicts 14 years ago
  oharboe 4b9bdd664a David Brownell <david-b@pacbell.net> Be sure the built-in search paths always go *after* ones provided 14 years ago
  oharboe 8b994145b8 Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixes 15 years ago
  oharboe 07f13dff2a zy1000 now listens for port 1234. Upon accepting connection reboot zy1000. 15 years ago
  zwelch dc575dc5bf Remove whitespace that occurs before ')'. 15 years ago
  zwelch f90d8fa45f Remove whitespace that occurs after '('. 15 years ago
  zwelch fb1a9b2cb2 - Fixes '[|]' whitespace 15 years ago
  zwelch 84df52f9ea - Fixes '=' whitespace 15 years ago
  oharboe 13e592f9f6 less warnings 15 years ago
  oharboe 8f87f8945e less warnings 15 years ago
  oharboe 8d8937f1a6 dummy driver now works under eCos 15 years ago
  oharboe eb9ecb8224 embedded host: launch telnet server even if configuration fails 15 years ago
  oharboe af838b03a0 remove unused include file: strings.h 15 years ago
  oharboe dda225b7b3 leave eCos include file issues alone for now. 15 years ago
  zwelch f532c7faf8 Audit and eliminate redundant #include directives in main src/ files. 15 years ago
  zwelch 490e271290 Remove redundant sys/types.h #include directives (now in types.h). 15 years ago
  oharboe c7bbd9ac71 list board's as well as target config files. 15 years ago
  kc8apf c8bc0bb1ae SVF player courtesy of Simon Qian <simonqian@SimonQian.com> 15 years ago
  oharboe 59ff8d24d8 moved ioutil init to the right spot: before config scripts 15 years ago
  oharboe 42532ddeaa fixed warnings + added zy1000 jtag_add_clocks support. 15 years ago