aboutsummaryrefslogtreecommitdiff
path: root/src/target/target_request.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-18openocd: fix SPDX tag format for files .cAntonio Borneo1-1/+1
2022-07-23openocd: src/target: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
2021-07-24openocd: manually remove NULL comparisonsAntonio Borneo1-1/+1
2021-07-24openocd: remove NULL comparisons with checkpatch [1/2]Antonio Borneo1-2/+2
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-5/+5
2020-07-26target: fix minor typos and duplicated wordsAntonio Borneo1-1/+1
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo1-1/+1
2019-05-14target_request: replace command_print() with command_output_text()Antonio Borneo1-2/+2
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2013-09-08target: check target supports target_request_dataSpencer Oliver1-0/+7
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2012-03-11target_request: fix warning, do not set local variable to value it already hasØyvind Harboe1-1/+0
2012-02-06build: cleanup src/target directorySpencer Oliver1-60/+33
2012-01-12cmd: add missing usage varSpencer Oliver1-0/+1
2012-01-04Change return value on error.Mathias K1-1/+1
2012-01-04retire ERROR_INVALID_ARGUMENTS and replace with ERROR_COMMAND_SYNTAX_ERRORØyvind Harboe1-1/+1
2011-10-31warnings: null pointer check fixØyvind Harboe1-5/+4
2011-10-17target_request: add target_got_message() that can be used to improve DCC perf...Øyvind Harboe1-0/+12
2010-01-07target misc: help/usage updatesDavid Brownell1-3/+3
2009-12-13target: further shrink Jim-awarenessDavid Brownell1-2/+3
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