aboutsummaryrefslogtreecommitdiff
path: root/src/target/target.c
AgeCommit message (Expand)Author
2009-04-21Zach Welch <zw@superlucidity.net>fix unused return value warnings (3 of 4)oharboe
2009-04-21Zach Welch <zw@superlucidity.net> fix -Wformat-security warnings (1 of 4)oharboe
2009-04-19Zach Welch <zw@superlucidity.net> fix -Werror warningsoharboe
2009-03-08Commands: reg, profile, ocd_mem2array, ocd_array2mem, fast_load, etc only wor...duane
2009-03-05Nicolas Pitre <nico@cam.org> fix "halt 0" to only halt and not to poll/wait a...oharboe
2009-03-03test code for elf parsing.oharboe
2009-02-23tinkered a bit with performance for Cortex flash programming. Mainly make it ...oharboe
2009-01-28chain position is now required when creating a targetoharboe
2008-12-28Uwe Hermann <uwe@hermann-uwe.de> One of them is fixing a few compiler warning...oharboe
2008-12-15- add ability for openocd to communicate to gdb using pipes (stdin/stdout).ntfreak
2008-12-15fast_load profiling tool moved to target.coharboe
2008-12-13- remove target specific variant and use target->variant memberntfreak
2008-11-30jtag newtap change & huge manual updateduane
2008-11-27Rick Altherr <kc8apf@kc8apf.net> retire obsolete syntaxoharboe
2008-11-26- fixes segfault using the targets cmd if multiple targets definedntfreak
2008-11-19jtag_get_device() now returns NULL and reports error instead of invoking exit()oharboe
2008-11-10execute reset init upon power restore / srst deassertoharboe
2008-11-05fix telnet async messages. retired telnet_async command - no user serviceable...oharboe
2008-11-05disable continous polling while srst is asserted and power dropout is detectedoharboe
2008-11-04Rick Alterr - The attached patch makes the target syntax parsing much more ro...oharboe
2008-11-03Rick Altherr <kc8apf@kc8apf.net> - fix warningsoharboe
2008-11-02invoke target_create() onceoharboe
2008-11-02step command now propagates erroroharboe
2008-10-28Rick Altherr <kc8apf@kc8apf.net> - fix support for old target syntaxoharboe
2008-10-27Kees Jongenburger <kees.jongenburger@gmail.com> old" syntax target command ap...oharboe
2008-10-22Laurentiu Cocanu - more help textoharboe
2008-10-15Laurentiu Cocanu - memory read/write and exit() error path fixesoharboe
2008-10-15김운식 <donari75@gmail.com> spotted a bug in target_write_u8oharboe
2008-10-14reset cleanup. Remove obsolete events that are not needed for compatibility.oharboe
2008-10-14reset cleanupoharboe
2008-10-13Retired old reset code according to plan.oharboe
2008-10-13Fixed gaffes in reset script handling + improved erroroharboe
2008-10-13Laurentiu Cocanu <laurentiu.cocanu@zylin.com> - Added additional error checks...oharboe
2008-10-08file not found SEGFAULT fixoharboe
2008-10-06Centralize error handling for buggy register handlingoharboe
2008-10-03GDB alive fixes for verify_imageoharboe
2008-09-24fix noise in gdb console when single stepping. Remove printing of log before ...oharboe
2008-09-20- added myself to copyright on files i remember adding large contributions fo...ntfreak
2008-09-12follow up to keep_alive() fix. process target events before returning from re...oharboe
2008-09-12- Fixed regression introduced in 890 when "fixing warnings" for target_call_t...oharboe
2008-09-12Duane Ellis: target_process_reset is now implemented in tcl. This allows bett...oharboe
2008-09-08fixed keep_alive fix gaffe introduce in previous commit.oharboe
2008-09-01Duane Ellis has made highly non-trivial changes to both the target handling a...oharboe
2008-09-01Removed target->reset_mode, no longer usedoharboe
2008-09-01Duane Ellis: "target as an [tcl] object" feature.oharboe
2008-08-25fixed gaffe in last release w/target number.oharboe
2008-08-24duan ellis target tcl work in progressoharboe
2008-08-22- fix a off-by-one error in the buffer read/write code that checks for a addr...drath
2008-08-20fix BUG: keep_alive() error messagesoharboe
2008-08-19make target_wait_state() usable from other places, made LOG_USER() output LOG...oharboe