aboutsummaryrefslogtreecommitdiff
path: root/src/target/target.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-11Audit and eliminate redundant #include directives in core target files.zwelch1-18/+4
2009-05-11Remove redundant sys/types.h #include directives (now in types.h).zwelch1-1/+0
2009-05-04Dirk Behme <dirk.behme@googlemail.com> Add minimalist Cortex A8 fileoharboe1-0/+2
2009-04-30Add static keywords to core target source file data and functions.zwelch1-50/+48
2009-04-27SimonQian <simonqian@simonqian.com> AVR wipoharboe1-0/+2
2009-04-22Fix use of wrong format conversion for size_t (%zu instead of %u)kc8apf1-1/+1
2009-04-21Zach Welch <zw@superlucidity.net>fix unused return value warnings (3 of 4)oharboe1-8/+14
2009-04-21Zach Welch <zw@superlucidity.net> fix -Wformat-security warnings (1 of 4)oharboe1-1/+1
2009-04-19Zach Welch <zw@superlucidity.net> fix -Werror warningsoharboe1-11/+13
2009-03-08Commands: reg, profile, ocd_mem2array, ocd_array2mem, fast_load, etc only wor...duane1-11/+15
2009-03-05Nicolas Pitre <nico@cam.org> fix "halt 0" to only halt and not to poll/wait a...oharboe1-0/+10
2009-03-03test code for elf parsing.oharboe1-44/+63
2009-02-23tinkered a bit with performance for Cortex flash programming. Mainly make it ...oharboe1-6/+15
2009-01-28chain position is now required when creating a targetoharboe1-0/+9
2008-12-28Uwe Hermann <uwe@hermann-uwe.de> One of them is fixing a few compiler warning...oharboe1-1/+1
2008-12-15- add ability for openocd to communicate to gdb using pipes (stdin/stdout).ntfreak1-5/+2
2008-12-15fast_load profiling tool moved to target.coharboe1-1/+205
2008-12-13- remove target specific variant and use target->variant memberntfreak1-95/+48
2008-11-30jtag newtap change & huge manual updateduane1-12/+16
2008-11-27Rick Altherr <kc8apf@kc8apf.net> retire obsolete syntaxoharboe1-145/+0
2008-11-26- fixes segfault using the targets cmd if multiple targets definedntfreak1-2/+3
2008-11-19jtag_get_device() now returns NULL and reports error instead of invoking exit()oharboe1-0/+3
2008-11-10execute reset init upon power restore / srst deassertoharboe1-5/+59
2008-11-05fix telnet async messages. retired telnet_async command - no user serviceable...oharboe1-0/+7
2008-11-05disable continous polling while srst is asserted and power dropout is detectedoharboe1-1/+69
2008-11-04Rick Alterr - The attached patch makes the target syntax parsing much more ro...oharboe1-20/+29
2008-11-03Rick Altherr <kc8apf@kc8apf.net> - fix warningsoharboe1-2/+2
2008-11-02invoke target_create() onceoharboe1-1/+0
2008-11-02step command now propagates erroroharboe1-3/+3
2008-10-28Rick Altherr <kc8apf@kc8apf.net> - fix support for old target syntaxoharboe1-11/+24
2008-10-27Kees Jongenburger <kees.jongenburger@gmail.com> old" syntax target command ap...oharboe1-2/+2
2008-10-22Laurentiu Cocanu - more help textoharboe1-5/+5
2008-10-15Laurentiu Cocanu - memory read/write and exit() error path fixesoharboe1-2/+2
2008-10-15김운식 <donari75@gmail.com> spotted a bug in target_write_u8oharboe1-1/+1
2008-10-14reset cleanup. Remove obsolete events that are not needed for compatibility.oharboe1-2/+0
2008-10-14reset cleanupoharboe1-1/+1
2008-10-13Retired old reset code according to plan.oharboe1-131/+2
2008-10-13Fixed gaffes in reset script handling + improved erroroharboe1-3/+7
2008-10-13Laurentiu Cocanu <laurentiu.cocanu@zylin.com> - Added additional error checks...oharboe1-35/+100
2008-10-08file not found SEGFAULT fixoharboe1-0/+2
2008-10-06Centralize error handling for buggy register handlingoharboe1-12/+1
2008-10-03GDB alive fixes for verify_imageoharboe1-0/+4
2008-09-24fix noise in gdb console when single stepping. Remove printing of log before ...oharboe1-0/+8
2008-09-20- added myself to copyright on files i remember adding large contributions fo...ntfreak1-10/+4
2008-09-12follow up to keep_alive() fix. process target events before returning from re...oharboe1-0/+4
2008-09-12- Fixed regression introduced in 890 when "fixing warnings" for target_call_t...oharboe1-1/+3
2008-09-12Duane Ellis: target_process_reset is now implemented in tcl. This allows bett...oharboe1-14/+84
2008-09-08fixed keep_alive fix gaffe introduce in previous commit.oharboe1-2/+0
2008-09-01Duane Ellis has made highly non-trivial changes to both the target handling a...oharboe1-0/+3
2008-09-01Removed target->reset_mode, no longer usedoharboe1-95/+69