summaryrefslogtreecommitdiff
path: root/src/ecosboard.c
Commit message (Expand)AuthorAgeFilesLines
* jim tests: use installedØyvind Harboe2010-10-291-0/+4
* zy1000: add : port number syntax for tftp filing systemØyvind Harboe2010-10-011-1/+11
* util: ms command to calculate length of operationsØyvind Harboe2010-08-011-1/+5
* NOR/DRIVERS: review scope of functionsAntonio Borneo2010-04-101-3/+0
* TARGET: review scope of functionsAntonio Borneo2010-04-101-1/+0
* zy1000: complete zy1000_uart to jim command switchØyvind Harboe2010-02-051-6/+6
* zy1000: print out PCB revision upon bootØyvind Harboe2010-01-191-1/+5
* zy1000: add zy1000_ prefix to uart commandØyvind Harboe2009-12-301-1/+1
* zy1000: unlock flash upon startup for revcØyvind Harboe2009-12-301-0/+14
* zy1000: reconfigure FPGA upon reset instead of just the CPUØyvind Harboe2009-12-301-0/+8
* zy1000: removed some redundant includeØyvind Harboe2009-12-161-22/+4
* zy1000: keep up with command.h cleanupØyvind Harboe2009-12-151-5/+15
* zy1000: remove unecessary includeØyvind Harboe2009-12-081-4/+0
* zy1000: include files have moved aboutØyvind Harboe2009-12-031-2/+2
* change #include "xsvf.h" to <xsvf/xsvf.h>Zachary T Welch2009-12-031-1/+1
* change #include "svf.h" to <svf/svf.h>Zachary T Welch2009-12-031-1/+1
* change #include "pld.h" to <pld/pld.h>Zachary T Welch2009-12-031-1/+1
* change #include "telnet_server.h" to <server/telnet_server.h>Zachary T Welch2009-12-031-1/+1
* change #include "server.h" to <server/server.h>Zachary T Welch2009-12-031-1/+1
* change #include "gdb_server.h" to <server/gdb_server.h>Zachary T Welch2009-12-031-1/+1
* change #include "nand.h" to <flash/nand.h>Zachary T Welch2009-12-031-1/+1
* change #include "jtag.h" to <jtag/jtag.h>Zachary T Welch2009-12-031-1/+1
* change #include "types.h" to <helper/types.h>Zachary T Welch2009-12-031-1/+1
* change #include "ioutil.h" to <helper/ioutil.h>Zachary T Welch2009-12-031-1/+1
* change #include "configuration.h" to <helper/configuration.h>Zachary T Welch2009-12-031-1/+1
* remove BUILD_IOUTIL symbolZachary T Welch2009-12-021-7/+1
* zy1000: keep up with startup refactoring work.Øyvind Harboe2009-12-021-0/+5
* zy1000: keep up with latest changes to command handlingØyvind Harboe2009-12-011-6/+4
* zy1000: keep up with changes to log_init()Øyvind Harboe2009-11-271-7/+1
* use COMMAND_REGISTER macroZachary T Welch2009-11-241-1/+1
* zy1000: un-break uart command after command handler refactoringØyvind Harboe2009-11-221-15/+19
* zy1000: revC UART forwardingØyvind Harboe2009-11-171-4/+12
* #include "target.h" less wildlyDavid Brownell2009-11-161-1/+0
* target: less implicit inclusion of "command.h"David Brownell2009-11-161-3/+0
* add openocd.h for top-level declarationsZachary T Welch2009-11-141-0/+1
* command_context_t -> struct command_contextZachary T Welch2009-11-131-8/+8
* target_type_t -> struct target_typeZachary T Welch2009-11-131-1/+1
* flash_driver_t -> struct flash_driverZachary T Welch2009-11-131-1/+1
* warnings: removeØyvind Harboe2009-11-051-3/+2
* disable ZY1000's UART forwarding test code.Øyvind Harboe2009-10-221-1/+10
* eCos synthetic target updates.Øyvind Harboe2009-10-211-0/+2
* increase pause before reboot so web interface remains responsive when issuing...oharboe2009-10-071-2/+2
* prefix zy1000_reboot command to avoid name conflictsoharboe2009-09-171-1/+1
* David Brownell <david-b@pacbell.net> Be sure the built-in search paths always...oharboe2009-08-301-1/+1
* Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe2009-07-171-1/+1
* zy1000 now listens for port 1234. Upon accepting connection reboot zy1000.oharboe2009-07-061-1/+61
* Remove whitespace that occurs before ')'.zwelch2009-06-231-2/+2
* Remove whitespace that occurs after '('.zwelch2009-06-231-5/+5
* - Fixes '[|]' whitespacezwelch2009-06-231-1/+1
* - Fixes '=' whitespacezwelch2009-06-231-4/+4