aboutsummaryrefslogtreecommitdiff
path: root/src/ecosboard.c
AgeCommit message (Expand)Author
2010-04-10NOR/DRIVERS: review scope of functionsAntonio Borneo
2010-04-10TARGET: review scope of functionsAntonio Borneo
2010-02-05zy1000: complete zy1000_uart to jim command switchØyvind Harboe
2010-01-19zy1000: print out PCB revision upon bootØyvind Harboe
2009-12-30zy1000: add zy1000_ prefix to uart commandØyvind Harboe
2009-12-30zy1000: unlock flash upon startup for revcØyvind Harboe
2009-12-30zy1000: reconfigure FPGA upon reset instead of just the CPUØyvind Harboe
2009-12-16zy1000: removed some redundant includeØyvind Harboe
2009-12-15zy1000: keep up with command.h cleanupØyvind Harboe
2009-12-08zy1000: remove unecessary includeØyvind Harboe
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