Zach Welch <zw@superlucidity.net> fix -Werror warnings
[openocd.git] / src / target / target.c
2009-04-19 oharboeZach Welch <zw@superlucidity.net> fix -Werror warnings
2009-03-08 duaneCommands: reg, profile, ocd_mem2array, ocd_array2mem...
2009-03-05 oharboeNicolas Pitre <nico@cam.org> fix "halt 0" to only halt...
2009-03-03 oharboetest code for elf parsing.
2009-02-23 oharboetinkered a bit with performance for Cortex flash progra...
2009-01-28 oharboechain position is now required when creating a target
2008-12-28 oharboeUwe Hermann <uwe@hermann-uwe.de> One of them is fixing...
2008-12-15 ntfreak- add ability for openocd to communicate to gdb using...
2008-12-15 oharboefast_load profiling tool moved to target.c
2008-12-13 ntfreak- remove target specific variant and use target->varian...
2008-11-30 duanejtag newtap change & huge manual update
2008-11-27 oharboeRick Altherr <kc8apf@kc8apf.net> retire obsolete syntax
2008-11-26 ntfreak- fixes segfault using the targets cmd if multiple...
2008-11-19 oharboejtag_get_device() now returns NULL and reports error...
2008-11-10 oharboeexecute reset init upon power restore / srst deassert
2008-11-05 oharboefix telnet async messages. retired telnet_async command...
2008-11-05 oharboedisable continous polling while srst is asserted and...
2008-11-04 oharboeRick Alterr - The attached patch makes the target synta...
2008-11-03 oharboeRick Altherr <kc8apf@kc8apf.net> - fix warnings
2008-11-02 oharboeinvoke target_create() once
2008-11-02 oharboestep command now propagates error
2008-10-28 oharboeRick Altherr <kc8apf@kc8apf.net> - fix support for...
2008-10-27 oharboeKees Jongenburger <kees.jongenburger@gmail.com> old...
2008-10-22 oharboeLaurentiu Cocanu - more help text
2008-10-15 oharboeLaurentiu Cocanu - memory read/write and exit() error...
2008-10-15 oharboe김운식 <donari75@gmail.com> spotted a bug in target_write_u8
2008-10-14 oharboereset cleanup. Remove obsolete events that are not...
2008-10-14 oharboereset cleanup
2008-10-13 oharboeRetired old reset code according to plan.
2008-10-13 oharboeFixed gaffes in reset script handling + improved error
2008-10-13 oharboeLaurentiu Cocanu <laurentiu.cocanu@zylin.com> - Added...
2008-10-08 oharboefile not found SEGFAULT fix
2008-10-06 oharboeCentralize error handling for buggy register handling
2008-10-03 oharboeGDB alive fixes for verify_image
2008-09-24 oharboefix noise in gdb console when single stepping. Remove...
2008-09-20 ntfreak- added myself to copyright on files i remember adding...
2008-09-12 oharboefollow up to keep_alive() fix. process target events...
2008-09-12 oharboe- Fixed regression introduced in 890 when "fixing warni...
2008-09-12 oharboeDuane Ellis: target_process_reset is now implemented...
2008-09-08 oharboefixed keep_alive fix gaffe introduce in previous commit.
2008-09-01 oharboeDuane Ellis has made highly non-trivial changes to...
2008-09-01 oharboeRemoved target->reset_mode, no longer used
2008-09-01 oharboeDuane Ellis: "target as an [tcl] object" feature.
2008-08-25 oharboefixed gaffe in last release w/target number.
2008-08-24 oharboeduan ellis target tcl work in progress
2008-08-22 drath- fix a off-by-one error in the buffer read/write code...
2008-08-20 oharboefix BUG: keep_alive() error messages
2008-08-19 oharboemake target_wait_state() usable from other places,...
2008-08-19 oharboeadded some alive_sleep()'s
2008-08-11 oharboepropagate error code in case of "reset" failing.
2008-08-08 oharboedefault reset in help text - run
2008-08-06 ntfreak- fix target_examine declaration
2008-08-05 oharboeDuane Ellis: fix warnings
2008-08-05 oharboedefine resetting the target into the halted or running
2008-08-05 oharboemoves handling of problems with resetting into the...
2008-07-31 oharboewait up to 1 second for halted state upon reset init...
2008-07-28 oharboefixed gaffe mea culpa
2008-07-28 oharboeretired reset run_and_init/halt
2008-07-26 oharboeadd check for target_read/write_buffer 32 bit wrap.
2008-07-26 ntfreak- merged mips target into svn trunk
2008-07-25 oharboeminimum address and maximum length argument to load_ima...
2008-07-25 oharboeadded yours sincerely for files where I feel that I...
2008-07-24 oharboewait 500ms for target to halt upon connect.
2008-07-23 ntfreak- fix typo
2008-07-21 oharboe- jtag_khz/speed are now single parameter only. These...
2008-07-20 oharboeopenocd@duaneellis.com fix naming confusion. Use ocd_...
2008-07-18 oharboe"reset" without arguments now execute a "reset run".
2008-07-18 ntfreak- fix incorrectly registered function openocd_array2mem
2008-07-18 oharboeresume is now asynchronous
2008-07-18 oharboe1. GDB will print cryptic error messages if it is not...
2008-07-18 oharboeCharles Hardin <ckhardin@gmail.com> move tcl stuff...
2008-07-17 ntfreak- reverted resume_target to old behaviour
2008-07-16 oharboebetter error messages for target event scripts.
2008-07-09 ntfreak- only check normal resume, not debug resume
2008-07-09 ntfreak- target_resume is now synchronous with 5sec timeout
2008-07-08 oharboetcl regression fixes.
2008-07-08 ntfreak- removed target_process_events as only used in handle_...
2008-07-08 ntfreak- fix pre_resume script not being called
2008-07-07 oharboereset event is synonym for post_reset event.
2008-07-06 ntfreak- fixed build issues with win32
2008-07-06 oharboesrc/helper/configuration.h
2008-07-02 ntfreak- allocate target_type_t structure for each target...
2008-06-25 oharboeFixed bogus error message and plugged memory leak for...
2008-06-25 oharboeadded pre/post_reset scripts based on Pieter Conradie...
2008-05-27 ntfreak- moved flash erase_check target code to target.c
2008-05-27 ntfreak- fixed typo in wp command
2008-05-21 oharboemoved srst_pulls_trst check into arm7_9_common.c. Not...
2008-05-19 oharboeprint out an error if srst_pulls_trst is not specified for
2008-05-19 oharboeMichael Fischer found and Edgar Grimberg fixed generic...
2008-05-09 oharboeMichael Fischer spotted a problem in the reset routines...
2008-04-15 oharboeAdded checks for target->type->read/write_memory, soft_...
2008-04-15 oharboetarget read/write is no longer attempted for target_xxx...
2008-04-11 oharboefixed gaffe for default examine implementation
2008-04-11 oharboeReset wip. Just adding hooks. This is just to reduce...
2008-04-11 oharboeWip - split target setup and target examination
2008-04-11 oharboeadded target->type->examine(). Eventually this will...
2008-04-09 oharboe- added "init" command. "init" and "reset" at end of...
2008-04-07 oharboe- only if "reset halt" or "reset init" are issued will...
2008-04-04 oharboe- the reset mode parameter is now DEPRECATED. It is...
2008-04-04 oharboe- reverted some of the changes that possibly broke...
next

Linking to existing account procedure

If you already have an account and want to add another login method you MUST first sign in with your existing account and then change URL to read https://review.openocd.org/login/?link to get to this page again but this time it'll work for linking. Thank you.

SSH host keys fingerprints

1024 SHA256:YKx8b7u5ZWdcbp7/4AeXNaqElP49m6QrwfXaqQGJAOk gerrit-code-review@openocd.zylin.com (DSA)
384 SHA256:jHIbSQa4REvwCFG4cq5LBlBLxmxSqelQPem/EXIrxjk gerrit-code-review@openocd.org (ECDSA)
521 SHA256:UAOPYkU9Fjtcao0Ul/Rrlnj/OsQvt+pgdYSZ4jOYdgs gerrit-code-review@openocd.org (ECDSA)
256 SHA256:A13M5QlnozFOvTllybRZH6vm7iSt0XLxbA48yfc2yfY gerrit-code-review@openocd.org (ECDSA)
256 SHA256:spYMBqEYoAOtK7yZBrcwE8ZpYt6b68Cfh9yEVetvbXg gerrit-code-review@openocd.org (ED25519)
+--[ED25519 256]--+
|=..              |
|+o..   .         |
|*.o   . .        |
|+B . . .         |
|Bo. = o S        |
|Oo.+ + =         |
|oB=.* = . o      |
| =+=.+   + E     |
|. .=o   . o      |
+----[SHA256]-----+
2048 SHA256:0Onrb7/PHjpo6iVZ7xQX2riKN83FJ3KGU0TvI0TaFG4 gerrit-code-review@openocd.zylin.com (RSA)