aboutsummaryrefslogtreecommitdiff
path: root/src/target/target.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-10Move the documentation for the "poll" command up withzwelch1-2/+4
2009-06-08David Brownell <david-b@pacbell.net> Bugfix: $target_name cget/configure -wor...oharboe1-1/+1
2009-06-08David Brownell <david-b@pacbell.net>oharboe1-7/+26
2009-06-07David Brownell <david-b@pacbell.net>:zwelch1-3/+19
2009-06-07Fix regression in mdw output; identified by Magnus Lundin.zwelch1-3/+3
2009-06-05remove unused include file: inttypes.hoharboe1-2/+0
2009-06-05Eliminate MixedCaps symbol from public JTAG TAP API:zwelch1-1/+1
2009-06-01fix warning for a variable that GCC thought might be uninitialized(which it c...oharboe1-1/+1
2009-05-31Final step in isolating target_type_s structure:zwelch1-2/+1
2009-05-31First step in hiding target_type_s from public interface:zwelch1-0/+2
2009-05-31Add target_examine_one wrapper:zwelch1-1/+6
2009-05-31Add target breakpoint and watchpoint wrapper:zwelch1-0/+21
2009-05-31Add target_get_name wrapper:zwelch1-4/+8
2009-05-31Add target_step wrapper:zwelch1-0/+6
2009-05-31Add target_get_gdb_reg_list wrapper:zwelch1-0/+6
2009-05-31Add target_bulk_write_memory wrapper:zwelch1-0/+6
2009-05-31Add wrappers for target->type->examined:zwelch1-20/+36
2009-05-31Add target_run_algorithm wrapper:zwelch1-0/+11
2009-05-31Add target_write_memory wrapper:zwelch1-11/+18
2009-05-31Add target_read_memory wrapper:zwelch1-12/+18
2009-05-31Simplify the handle_md_command routine in target.c:zwelch1-58/+61
2009-05-31Make nvp_target_event static; remove its external declaration.zwelch1-1/+1
2009-05-31Make target_buffer_get_uXX interfaces work with constant buffers.zwelch1-3/+3
2009-05-30Eliminate duplicated code in the handle_mw_command memory write loop.zwelch1-20/+4
2009-05-21David Brownell <david-b@pacbell.net>: This patch adds annotations tozwelch1-3/+5
2009-05-21Author: Øyvind Harboe <oyvind.harboe@zylin.com>kc8apf1-0/+8
2009-05-18Consolidate target selection code into single get_target() that handles both ...kc8apf1-23/+32
2009-05-17fix array2mem/mem2array when used as a "method" on a target.oharboe1-14/+14
2009-05-14take #2: dump_image now works for addresses not divisible by 4 oharboe1-6/+0
2009-05-14dump_image now works for addresses not divisible by 4oharboe1-1/+1
2009-05-14propagate error in dump_image. If an error occurs during dump_image, a tcl ex...oharboe1-2/+2
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