aboutsummaryrefslogtreecommitdiff
path: root/src/ecosboard.c
AgeCommit message (Expand)Author
2009-12-03zy1000: include files have moved aboutØyvind Harboe
2009-12-03change #include "xsvf.h" to <xsvf/xsvf.h>Zachary T Welch
2009-12-03change #include "svf.h" to <svf/svf.h>Zachary T Welch
2009-12-03change #include "pld.h" to <pld/pld.h>Zachary T Welch
2009-12-03change #include "telnet_server.h" to <server/telnet_server.h>Zachary T Welch
2009-12-03change #include "server.h" to <server/server.h>Zachary T Welch
2009-12-03change #include "gdb_server.h" to <server/gdb_server.h>Zachary T Welch
2009-12-03change #include "nand.h" to <flash/nand.h>Zachary T Welch
2009-12-03change #include "jtag.h" to <jtag/jtag.h>Zachary T Welch
2009-12-03change #include "types.h" to <helper/types.h>Zachary T Welch
2009-12-03change #include "ioutil.h" to <helper/ioutil.h>Zachary T Welch
2009-12-03change #include "configuration.h" to <helper/configuration.h>Zachary T Welch
2009-12-02remove BUILD_IOUTIL symbolZachary T Welch
2009-12-02zy1000: keep up with startup refactoring work.Øyvind Harboe
2009-12-01zy1000: keep up with latest changes to command handlingØyvind Harboe
2009-11-27zy1000: keep up with changes to log_init()Øyvind Harboe
2009-11-24use COMMAND_REGISTER macroZachary T Welch
2009-11-22zy1000: un-break uart command after command handler refactoringØyvind Harboe
2009-11-17zy1000: revC UART forwardingØyvind Harboe
2009-11-16#include "target.h" less wildlyDavid Brownell
2009-11-16target: less implicit inclusion of "command.h"David Brownell
2009-11-14add openocd.h for top-level declarationsZachary T Welch
2009-11-13command_context_t -> struct command_contextZachary T Welch
2009-11-13target_type_t -> struct target_typeZachary T Welch
2009-11-13flash_driver_t -> struct flash_driverZachary T Welch
2009-11-05warnings: removeØyvind Harboe
2009-10-22disable ZY1000's UART forwarding test code.Øyvind Harboe
2009-10-21eCos synthetic target updates.Øyvind Harboe
2009-10-07increase pause before reboot so web interface remains responsive when issuing...oharboe
2009-09-17prefix zy1000_reboot command to avoid name conflictsoharboe
2009-08-30David Brownell <david-b@pacbell.net> Be sure the built-in search paths always...oharboe
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe
2009-07-06zy1000 now listens for port 1234. Upon accepting connection reboot zy1000.oharboe
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-06-19less warningsoharboe
2009-06-18less warningsoharboe
2009-06-17dummy driver now works under eCosoharboe
2009-06-11embedded host: launch telnet server even if configuration failsoharboe
2009-06-05remove unused include file: strings.hoharboe
2009-05-11leave eCos include file issues alone for now. oharboe
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-04-30list board's as well as target config files.oharboe
2009-01-19SVF player courtesy of Simon Qian <simonqian@SimonQian.com>kc8apf
2009-01-09moved ioutil init to the right spot: before config scriptsoharboe
2009-01-09fixed warnings + added zy1000 jtag_add_clocks support.oharboe
2008-12-17houskeepingoharboe