]> git.sur5r.net Git - openocd/history - src/target/target.c
chain position is now required when creating a target
[openocd] / src / target / target.c
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...
2008-04-03 oharboe- Work on fixing erase check. Many implementations...
2008-04-02 oharboeoptional count argument to mwX
2008-03-31 oharboetarget_call_timer_callbacks_now() now invokes periodic...
2008-03-25 ntfreak- rename log functions to stop conflicts under win32...
2008-03-21 ntfreak- armv7m control register now set as dirty when switchi...
next