summaryrefslogtreecommitdiff
path: root/src/target/target_request.c
Commit message (Expand)AuthorAgeFilesLines
* target misc: help/usage updatesDavid Brownell2010-01-071-3/+3
* target: further shrink Jim-awarenessDavid Brownell2009-12-131-2/+3
* change #include "log.h" to <helper/log.h>Zachary T Welch2009-12-031-1/+1
* change #include "binarybuffer.h" to <helper/binarybuffer.h>Zachary T Welch2009-12-031-1/+1
* target_request: use register_commands()Zachary T Welch2009-11-241-8/+21
* use COMMAND_REGISTER macroZachary T Welch2009-11-241-2/+2
* command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch2009-11-171-6/+6
* command_handler: change 'args' to CMD_ARGVZachary T Welch2009-11-171-3/+3
* command_handler: change to 'argc' to CMD_ARGCZachary T Welch2009-11-171-1/+1
* rename CEIL as DIV_ROUND_UPZachary T Welch2009-11-161-4/+4
* #include "target.h" less wildlyDavid Brownell2009-11-161-0/+1
* command_t -> struct commandZachary T Welch2009-11-131-1/+1
* command_context_t -> struct command_contextZachary T Welch2009-11-131-4/+4
* target_t -> struct targetZachary T Welch2009-11-131-8/+8
* debug_msg_receiver_t -> struct debug_msg_receiverZachary T Welch2009-11-131-9/+9
* use COMMAND_HANDLER macro to define all commandsZachary T Welch2009-11-131-1/+1
* Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe2009-07-171-1/+1
* Remove whitespace that occurs before ')'.zwelch2009-06-231-3/+3
* Remove whitespace that occurs after '('.zwelch2009-06-231-1/+1
* C99 printf() -Werror fixesduane2009-06-211-2/+2
* Transform 'u32' to 'uint32_t' in src/targetzwelch2009-06-181-4/+4
* Transform 'u8' to 'uint8_t' in src/targetzwelch2009-06-181-4/+4
* David Brownell <david-b@pacbell.net>:zwelch2009-06-011-24/+24
* Final step in isolating target_type_s structure:zwelch2009-05-311-1/+1
* First step in hiding target_type_s from public interface:zwelch2009-05-311-0/+1
* Audit and eliminate redundant #include directives in other target files.zwelch2009-05-111-6/+1
* Add static keywords to core target source file data and functions.zwelch2009-04-301-7/+7
* Zach Welch <zw@superlucidity.net> fix -Werror warningsoharboe2009-04-191-1/+1
* Hiroshi Ito <ito@mlb.co.jp> Linux for arm has arm generic debug option which ...oharboe2009-03-241-5/+10
* Laurentiu Cocanu - more help textoharboe2008-10-221-1/+1
* - added myself to copyright on files i remember adding large contributions fo...ntfreak2008-09-201-1/+4
* duan ellis target tcl work in progressoharboe2008-08-241-10/+10
* added yours sincerely for files where I feel that I've made non-trivial contr...oharboe2008-07-251-0/+3
* - rename log functions to stop conflicts under win32 (wingdi)ntfreak2008-03-251-5/+5
* Summary: passing of variable argument list reduced, strings sent to logging a...oharboe2008-02-291-1/+1
* - Added TARGET_REQ_DEBUGCHAR target_request debugmsg. This oharboe2008-02-281-0/+10
* - add support for cortex_m3 target_request debugmsgsntfreak2008-01-171-0/+10
* - reworked presto.c to allow use of either FTD2XX or libftdi (libftdi not fun...drath2007-08-141-25/+39
* - renamed M5960 USB JTAG to "flyswatter"drath2007-08-101-0/+270