aboutsummaryrefslogtreecommitdiff
path: root/src/target/target.c
AgeCommit message (Expand)Author
2009-05-31Add wrappers for target->type->examined:zwelch
2009-05-31Add target_run_algorithm wrapper:zwelch
2009-05-31Add target_write_memory wrapper:zwelch
2009-05-31Add target_read_memory wrapper:zwelch
2009-05-31Simplify the handle_md_command routine in target.c:zwelch
2009-05-31Make nvp_target_event static; remove its external declaration.zwelch
2009-05-31Make target_buffer_get_uXX interfaces work with constant buffers.zwelch
2009-05-30Eliminate duplicated code in the handle_mw_command memory write loop.zwelch
2009-05-21David Brownell <david-b@pacbell.net>: This patch adds annotations tozwelch
2009-05-21Author: Øyvind Harboe <oyvind.harboe@zylin.com>kc8apf
2009-05-18Consolidate target selection code into single get_target() that handles both ...kc8apf
2009-05-17fix array2mem/mem2array when used as a "method" on a target.oharboe
2009-05-14take #2: dump_image now works for addresses not divisible by 4 oharboe
2009-05-14dump_image now works for addresses not divisible by 4oharboe
2009-05-14propagate error in dump_image. If an error occurs during dump_image, a tcl ex...oharboe
2009-05-11Audit and eliminate redundant #include directives in core target files.zwelch
2009-05-11Remove redundant sys/types.h #include directives (now in types.h).zwelch
2009-05-04Dirk Behme <dirk.behme@googlemail.com> Add minimalist Cortex A8 fileoharboe
2009-04-30Add static keywords to core target source file data and functions.zwelch
2009-04-27SimonQian <simonqian@simonqian.com> AVR wipoharboe
2009-04-22Fix use of wrong format conversion for size_t (%zu instead of %u)kc8apf
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