summaryrefslogtreecommitdiff
path: root/src/target/target.c
Commit message (Expand)AuthorAgeFilesLines
* SimonQian <simonqian@simonqian.com> AVR wipoharboe2009-04-271-0/+2
* Fix use of wrong format conversion for size_t (%zu instead of %u)kc8apf2009-04-221-1/+1
* Zach Welch <zw@superlucidity.net>fix unused return value warnings (3 of 4)oharboe2009-04-211-8/+14
* Zach Welch <zw@superlucidity.net> fix -Wformat-security warnings (1 of 4)oharboe2009-04-211-1/+1
* Zach Welch <zw@superlucidity.net> fix -Werror warningsoharboe2009-04-191-11/+13
* Commands: reg, profile, ocd_mem2array, ocd_array2mem, fast_load, etc only wor...duane2009-03-081-11/+15
* Nicolas Pitre <nico@cam.org> fix "halt 0" to only halt and not to poll/wait a...oharboe2009-03-051-0/+10
* test code for elf parsing.oharboe2009-03-031-44/+63
* tinkered a bit with performance for Cortex flash programming. Mainly make it ...oharboe2009-02-231-6/+15
* chain position is now required when creating a targetoharboe2009-01-281-0/+9
* Uwe Hermann <uwe@hermann-uwe.de> One of them is fixing a few compiler warning...oharboe2008-12-281-1/+1
* - add ability for openocd to communicate to gdb using pipes (stdin/stdout).ntfreak2008-12-151-5/+2
* fast_load profiling tool moved to target.coharboe2008-12-151-1/+205
* - remove target specific variant and use target->variant memberntfreak2008-12-131-95/+48
* jtag newtap change & huge manual updateduane2008-11-301-12/+16
* Rick Altherr <kc8apf@kc8apf.net> retire obsolete syntaxoharboe2008-11-271-145/+0
* - fixes segfault using the targets cmd if multiple targets definedntfreak2008-11-261-2/+3
* jtag_get_device() now returns NULL and reports error instead of invoking exit()oharboe2008-11-191-0/+3
* execute reset init upon power restore / srst deassertoharboe2008-11-101-5/+59
* fix telnet async messages. retired telnet_async command - no user serviceable...oharboe2008-11-051-0/+7
* disable continous polling while srst is asserted and power dropout is detectedoharboe2008-11-051-1/+69
* Rick Alterr - The attached patch makes the target syntax parsing much more ro...oharboe2008-11-041-20/+29
* Rick Altherr <kc8apf@kc8apf.net> - fix warningsoharboe2008-11-031-2/+2
* invoke target_create() onceoharboe2008-11-021-1/+0
* step command now propagates erroroharboe2008-11-021-3/+3
* Rick Altherr <kc8apf@kc8apf.net> - fix support for old target syntaxoharboe2008-10-281-11/+24
* Kees Jongenburger <kees.jongenburger@gmail.com> old" syntax target command ap...oharboe2008-10-271-2/+2
* Laurentiu Cocanu - more help textoharboe2008-10-221-5/+5
* Laurentiu Cocanu - memory read/write and exit() error path fixesoharboe2008-10-151-2/+2
* 김운식 <donari75@gmail.com> spotted a bug in target_write_u8oharboe2008-10-151-1/+1
* reset cleanup. Remove obsolete events that are not needed for compatibility.oharboe2008-10-141-2/+0
* reset cleanupoharboe2008-10-141-1/+1
* Retired old reset code according to plan.oharboe2008-10-131-131/+2
* Fixed gaffes in reset script handling + improved erroroharboe2008-10-131-3/+7
* Laurentiu Cocanu <laurentiu.cocanu@zylin.com> - Added additional error checks...oharboe2008-10-131-35/+100
* file not found SEGFAULT fixoharboe2008-10-081-0/+2
* Centralize error handling for buggy register handlingoharboe2008-10-061-12/+1
* GDB alive fixes for verify_imageoharboe2008-10-031-0/+4
* fix noise in gdb console when single stepping. Remove printing of log before ...oharboe2008-09-241-0/+8
* - added myself to copyright on files i remember adding large contributions fo...ntfreak2008-09-201-10/+4
* follow up to keep_alive() fix. process target events before returning from re...oharboe2008-09-121-0/+4
* - Fixed regression introduced in 890 when "fixing warnings" for target_call_t...oharboe2008-09-121-1/+3
* Duane Ellis: target_process_reset is now implemented in tcl. This allows bett...oharboe2008-09-121-14/+84
* fixed keep_alive fix gaffe introduce in previous commit.oharboe2008-09-081-2/+0
* Duane Ellis has made highly non-trivial changes to both the target handling a...oharboe2008-09-011-0/+3
* Removed target->reset_mode, no longer usedoharboe2008-09-011-95/+69
* Duane Ellis: "target as an [tcl] object" feature.oharboe2008-09-011-166/+1186
* fixed gaffe in last release w/target number.oharboe2008-08-251-2/+2
* duan ellis target tcl work in progressoharboe2008-08-241-94/+224
* - fix a off-by-one error in the buffer read/write code that checks for a addr...drath2008-08-221-2/+2