aboutsummaryrefslogtreecommitdiff
path: root/src/helper
AgeCommit message (Expand)AuthorFilesLines
2009-11-13jtag_tap_t -> struct jtag_tapZachary T Welch1-2/+0
2009-11-13fileio_t -> struct fileioZachary T Welch2-24/+23
2009-11-13log_callback_t -> struct log_callbackZachary T Welch2-9/+8
2009-11-13command_handler_t: make cmd an indirect parameterZachary T Welch2-10/+12
2009-11-13command_handler_t: make args parameter constZachary T Welch2-5/+7
2009-11-13command_handler_t: make cmd parameter constZachary T Welch1-1/+1
2009-11-13command_handler_t: make argc unsignedZachary T Welch2-2/+2
2009-11-13add CMD_NAME macro for command handlersZachary T Welch1-0/+6
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch3-18/+11
2009-11-13add command_handler_t typeZachary T Welch2-7/+6
2009-11-13add COMMAND_HANDLER and COMMAND_HELPER macrosZachary T Welch1-0/+42
2009-11-13add command_output_handler_tZachary T Welch2-4/+10
2009-11-11improve command registrationZachary T Welch1-31/+43
2009-11-11add help regardless of callbackZachary T Welch1-2/+2
2009-11-11eliminate duplicate helptext managementZachary T Welch1-31/+30
2009-11-11add command_name helperZachary T Welch2-32/+49
2009-11-11wrap help commandZachary T Welch1-9/+17
2009-11-11script_debug(): improve typesZachary T Welch2-5/+6
2009-11-11command.c: make private routines staticZachary T Welch1-2/+4
2009-11-11log: improve log_callback_fn signatureZachary T Welch2-3/+3
2009-11-11time_support: improve use of typesZachary T Welch2-26/+15
2009-11-10tcl: HostOs now picks up eCos as well during compile timeØyvind Harboe1-0/+2
2009-11-09command.c: make commands staticZachary T Welch1-50/+48
2009-11-09src/helper: wrap and clean headers.Zachary T Welch6-63/+95
2009-11-09User's Guide: bugfix global state infoDavid Brownell1-8/+13
2009-11-09Overhaul time support APIZachary T Welch2-27/+35
2009-11-05Improve debug_level command argument parsing.Zachary T Welch1-3/+1
2009-11-05Add macro for parsing numeric command arguments.Zachary T Welch1-0/+21
2009-11-05Add stringify macros in src/helper/types.h.Zachary T Welch1-0/+4
2009-10-30bin2char: for win32 set stdin/stdout to binary modeSpencer Oliver1-0/+10
2009-10-21eCos synthetic target updates.Øyvind Harboe1-2/+11
2009-10-19corrective fix for MinGW GNU C99 printf complianceRedirect 'Slash' NIL2-6/+8
2009-10-19Sync with official Jim Tcl repository.oyvind3-4/+6
2009-10-17safer conversion to HANDLER on MinGW-W64Redirect 'Slash' NIL1-2/+2
2009-10-17More MinGW C99 printf complianceRedirect 'Slash' NIL2-5/+21
2009-10-17jim-eventloop for MinGW-w64Redirect \"Slash\" NIL2-2/+2
2009-10-16xscale: better fix for debug_handler.binDavid Brownell1-3/+7
2009-10-14portability updatesDavid Brownell1-3/+3
2009-10-14doc updates to match "help" betterDavid Brownell1-52/+5
2009-10-13Missing type for eCos.Øyvind Harboe1-0/+1
2009-10-08add overridable Tcl "init_reset"David Brownell1-8/+22
2009-10-08Update copyright statements. Make it easier to sync with Jim TclØyvind Harboe1-1/+4
2009-10-06Introduced jtag_init and "jtag arp_init" to allow target scripts more control...oharboe1-0/+10
2009-09-26Updates to the initial scanchain validation code:dbrownell1-1/+1
2009-09-25Try/catch scheme. Typed up the functionality and regression tested.oharboe2-9/+100
2009-09-23Start handling the (second) SRST stage of reset better:dbrownell1-6/+11
2009-09-23Nico Coesel <ncoesel@dealogic.nl> fix warnings. . I'm wondering why theseoharboe1-16/+16
2009-09-21Remove annoying end-of-line whitespace from most src/*dbrownell2-22/+22
2009-09-18Tweak TCL reset script ... mostly improving descriptions ofdbrownell1-12/+27
2009-09-17Fix coredump seen in some code paths.dbrownell1-0/+3