summaryrefslogtreecommitdiff
path: root/src/target/target.c
Commit message (Expand)AuthorAgeFilesLines
* arm964e: Add support for ARM946E target.ddraskovic2010-11-041-0/+2
* jim tests: use installedØyvind Harboe2010-10-291-29/+43
* TARGET: review handle_load_image_command()Antonio Borneo2010-10-121-16/+8
* TARGET: fix segfault in handle_dump_image_command()Antonio Borneo2010-10-121-3/+3
* fileio: fileio_size() can now failØyvind Harboe2010-09-291-2/+6
* fileio: refactor struct fileio to be an opaque structureØyvind Harboe2010-09-291-2/+2
* avr32: work-in-progressOleksandr Tymoshenko2010-08-151-0/+2
* tcl: remove silly ocd_ prefix to array2mem and mem2arrayØyvind Harboe2010-08-111-2/+2
* target: if polling fails, back offØyvind Harboe2010-08-091-8/+29
* verify_image: print out a statement that there are no further errorsØyvind Harboe2010-08-021-1/+10
* target: $_TARGET mdw now has a phys optionØyvind Harboe2010-06-221-8/+28
* target: mwX on target object now supporst phys argumentØyvind Harboe2010-06-221-8/+25
* target: Fix shadow issues on MacEdgar Grimberg2010-06-221-3/+3
* target: -Wshdaow warning fixØyvind Harboe2010-06-151-5/+5
* target: fix retval gaffe in mwX commandsØyvind Harboe2010-06-141-1/+1
* verify: display up to 128 diff'sØyvind Harboe2010-06-081-11/+19
* Change kb/s to KiB/s in messages about kibibytesJon Povey2010-05-161-4/+4
* flash: stop caching protection stateØyvind Harboe2010-05-051-13/+0
* command context: fix errors when running certain commands on startupØyvind Harboe2010-05-051-14/+15
* target: clean up target memory allocation error messagesØyvind Harboe2010-05-041-3/+14
* TARGET: review unused symbolsAntonio Borneo2010-04-101-16/+0
* TARGET: review scope of functionsAntonio Borneo2010-04-101-14/+15
* Restore deleted '!' characterDavid Brownell2010-04-041-1/+1
* target: are we running algorithm code?David Brownell2010-04-041-1/+8
* simplify and unconfuse target_run_algorithm()David Brownell2010-04-041-17/+33
* target: fix poll offØyvind Harboe2010-03-251-0/+6
* gdb: long running "monitor mww" now works w/gdbØyvind Harboe2010-03-171-0/+2
* target: faster mww operationsØyvind Harboe2010-03-171-38/+77
* target: mdX/mwX on target were badly brokenØyvind Harboe2010-03-171-7/+14
* NOR: invalidate cached state on target resumeDavid Brownell2010-03-031-0/+9
* target_resume() doxygenDavid Brownell2010-03-021-3/+33
* gdb: restore behavior from 0.3.1 for srst_asserted and power_restoreØyvind Harboe2010-02-011-13/+23
* target: print reason why GDB haltsØyvind Harboe2010-01-211-0/+10
* target: Fixed format problem for mdhEdgar Grimberg2010-01-211-1/+1
* target: add check_reset hookØyvind Harboe2010-01-131-0/+36
* *SVF: help/usage updatesDavid Brownell2010-01-081-1/+1
* target misc: help/usage updatesDavid Brownell2010-01-071-122/+155
* streamline and document helptext mode displaysDavid Brownell2010-01-021-1/+1
* ARM7_9: Fix segfaultsAntonio Borneo2009-12-301-0/+5
* MinGW build fixesFreddie Chopin2009-12-281-1/+1
* target: add basic dsp563xx supportmkdorg@users.sourceforge.net2009-12-151-0/+2
* target: further shrink Jim-awarenessDavid Brownell2009-12-131-2/+3
* target: remove more exit() callsDavid Brownell2009-12-081-1/+2
* target: remove needless "extern"sDavid Brownell2009-12-081-5/+5
* target: add debug_reason_name()David Brownell2009-12-071-1/+14
* change #include "jtag.h" to <jtag/jtag.h>Zachary T Welch2009-12-031-1/+1
* change #include "time_support.h" to <helper/time_support.h>Zachary T Welch2009-12-031-1/+1
* fix 'target init' command registrationZachary T Welch2009-12-021-6/+6
* target: factor init to 'target init'Zachary T Welch2009-12-021-0/+23
* target: factor target_init() into piecesZachary T Welch2009-12-021-69/+84