158 Commits (ab9dfffdb5ecc2033d5d19c6e51c8b4fa10c9c9b)

Author SHA1 Message Date
  oharboe ce1a29725f chain position is now required when creating a target 15 years ago
  oharboe f4d82deb36 Uwe Hermann <uwe@hermann-uwe.de> One of them is fixing a few compiler warnings (see attached patch) and 15 years ago
  ntfreak 47d0449347 - add ability for openocd to communicate to gdb using pipes (stdin/stdout). 15 years ago
  oharboe 459d03e3bb fast_load profiling tool moved to target.c 15 years ago
  ntfreak 0cba0d4df3 - remove target specific variant and use target->variant member 15 years ago
  duane a28eaa85f7 jtag newtap change & huge manual update 15 years ago
  oharboe 3a636951eb Rick Altherr <kc8apf@kc8apf.net> retire obsolete syntax 15 years ago
  ntfreak 271bb81d6d - fixes segfault using the targets cmd if multiple targets defined 15 years ago
  oharboe e3462b228c jtag_get_device() now returns NULL and reports error instead of invoking exit() 15 years ago
  oharboe 3de3de0b37 execute reset init upon power restore / srst deassert 15 years ago
  oharboe 71c7306885 fix telnet async messages. retired telnet_async command - no user serviceable parts inside. 15 years ago
  oharboe bbafcb3758 disable continous polling while srst is asserted and power dropout is detected 15 years ago
  oharboe fbbf6640ae Rick Alterr - The attached patch makes the target syntax parsing much more robust and makes the variant optional again. 15 years ago
  oharboe 199ebae564 Rick Altherr <kc8apf@kc8apf.net> - fix warnings 15 years ago
  oharboe e3eff88550 invoke target_create() once 15 years ago
  oharboe 7b78e59192 step command now propagates error 15 years ago
  oharboe f8cd20e284 Rick Altherr <kc8apf@kc8apf.net> - fix support for old target syntax 15 years ago
  oharboe df77b45054 Kees Jongenburger <kees.jongenburger@gmail.com> old" syntax target command appears to be broken 15 years ago
  oharboe ed9c257551 Laurentiu Cocanu - more help text 15 years ago
  oharboe ccc2e3fe76 Laurentiu Cocanu - memory read/write and exit() error path fixes 15 years ago
  oharboe af41e6aac8 김운식 <donari75@gmail.com> spotted a bug in target_write_u8 15 years ago
  oharboe 08058e72d9 reset cleanup. Remove obsolete events that are not needed for compatibility. 15 years ago
  oharboe 3600e7c6e0 reset cleanup 15 years ago
  oharboe fe41e273e3 Retired old reset code according to plan. 15 years ago
  oharboe bc25d4fa5e Fixed gaffes in reset script handling + improved error 15 years ago
  oharboe 0a3b6213bb Laurentiu Cocanu <laurentiu.cocanu@zylin.com> - Added additional error checks mostly to src/target/target.c 15 years ago
  oharboe 4eadb146c1 file not found SEGFAULT fix 15 years ago
  oharboe 7fd9ba22ba Centralize error handling for buggy register handling 15 years ago
  oharboe 316c9b9698 GDB alive fixes for verify_image 15 years ago
  oharboe f9a3c36cf2 fix noise in gdb console when single stepping. Remove printing of log before processing halted event. 15 years ago
  ntfreak 68c598e88d - added myself to copyright on files i remember adding large contributions for over the years 15 years ago
  oharboe d28931c2d4 follow up to keep_alive() fix. process target events before returning from reset procedure. 15 years ago
  oharboe 9b6853bc4c - Fixed regression introduced in 890 when "fixing warnings" for target_call_timer_callbacks_now(). 15 years ago
  oharboe 0ae7f962f8 Duane Ellis: target_process_reset is now implemented in tcl. This allows better control from target configuration scripts. 15 years ago
  oharboe 2ccb9ed44c fixed keep_alive fix gaffe introduce in previous commit. 15 years ago
  oharboe a5c4ef92b0 Duane Ellis has made highly non-trivial changes to both the target handling and command system. 15 years ago
  oharboe 5ac8036b7f Removed target->reset_mode, no longer used 15 years ago
  oharboe ef1cfb2394 Duane Ellis: "target as an [tcl] object" feature. 15 years ago
  oharboe 7df08fc385 fixed gaffe in last release w/target number. 15 years ago
  oharboe 8d73c2a9b0 duan ellis target tcl work in progress 15 years ago
  drath 2feac34e3f - fix a off-by-one error in the buffer read/write code that checks for a address wrap 15 years ago
  oharboe c4567145ae fix BUG: keep_alive() error messages 15 years ago
  oharboe ea0270e38e make target_wait_state() usable from other places, made LOG_USER() output LOG_DEBUG() output. Avoids flooding logs in certain cases and OpenOCD will output error message if the halt fails. 15 years ago
  oharboe 0960cbeedd added some alive_sleep()'s 15 years ago
  oharboe c45225dd11 propagate error code in case of "reset" failing. 15 years ago
  oharboe bd85f16e39 default reset in help text - run 15 years ago
  ntfreak ce16ff901c - fix target_examine declaration 16 years ago
  oharboe f370d70670 Duane Ellis: fix warnings 16 years ago
  oharboe 1829361253 define resetting the target into the halted or running 16 years ago
  oharboe 3a48961820 moves handling of problems with resetting into the halted state 16 years ago