aboutsummaryrefslogtreecommitdiff
path: root/src/target/target_request.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-03change #include "log.h" to <helper/log.h>Zachary T Welch1-1/+1
2009-12-03change #include "binarybuffer.h" to <helper/binarybuffer.h>Zachary T Welch1-1/+1
2009-11-24target_request: use register_commands()Zachary T Welch1-8/+21
2009-11-24use COMMAND_REGISTER macroZachary T Welch1-2/+2
2009-11-17command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch1-6/+6
2009-11-17command_handler: change 'args' to CMD_ARGVZachary T Welch1-3/+3
2009-11-17command_handler: change to 'argc' to CMD_ARGCZachary T Welch1-1/+1
2009-11-16rename CEIL as DIV_ROUND_UPZachary T Welch1-4/+4
2009-11-16#include "target.h" less wildlyDavid Brownell1-0/+1
2009-11-13command_t -> struct commandZachary T Welch1-1/+1
2009-11-13command_context_t -> struct command_contextZachary T Welch1-4/+4
2009-11-13target_t -> struct targetZachary T Welch1-8/+8
2009-11-13debug_msg_receiver_t -> struct debug_msg_receiverZachary T Welch1-9/+9
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch1-1/+1
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe1-1/+1
2009-06-23Remove whitespace that occurs before ')'.zwelch1-3/+3
2009-06-23Remove whitespace that occurs after '('.zwelch1-1/+1
2009-06-21C99 printf() -Werror fixesduane1-2/+2
2009-06-18Transform 'u32' to 'uint32_t' in src/targetzwelch1-4/+4
2009-06-18Transform 'u8' to 'uint8_t' in src/targetzwelch1-4/+4
2009-06-01David Brownell <david-b@pacbell.net>:zwelch1-24/+24
2009-05-31Final step in isolating target_type_s structure:zwelch1-1/+1
2009-05-31First step in hiding target_type_s from public interface:zwelch1-0/+1
2009-05-11Audit and eliminate redundant #include directives in other target files.zwelch1-6/+1
2009-04-30Add static keywords to core target source file data and functions.zwelch1-7/+7
2009-04-19Zach Welch <zw@superlucidity.net> fix -Werror warningsoharboe1-1/+1
2009-03-24Hiroshi Ito <ito@mlb.co.jp> Linux for arm has arm generic debug option which ...oharboe1-5/+10
2008-10-22Laurentiu Cocanu - more help textoharboe1-1/+1
2008-09-20- added myself to copyright on files i remember adding large contributions fo...ntfreak1-1/+4
2008-08-24duan ellis target tcl work in progressoharboe1-10/+10
2008-07-25added yours sincerely for files where I feel that I've made non-trivial contr...oharboe1-0/+3
2008-03-25- rename log functions to stop conflicts under win32 (wingdi)ntfreak1-5/+5
2008-02-29Summary: passing of variable argument list reduced, strings sent to logging a...oharboe1-1/+1
2008-02-28- Added TARGET_REQ_DEBUGCHAR target_request debugmsg. This oharboe1-0/+10
2008-01-17- add support for cortex_m3 target_request debugmsgsntfreak1-0/+10
2007-08-14- reworked presto.c to allow use of either FTD2XX or libftdi (libftdi not fun...drath1-25/+39
2007-08-10- renamed M5960 USB JTAG to "flyswatter"drath1-0/+270