summaryrefslogtreecommitdiff
path: root/src/target
Commit message (Expand)AuthorAgeFilesLines
...
* gaffe in previous commit fixed. "reset run" now works again for arm7/9oharboe2008-08-051-1/+1
* Duane Ellis: fix warningsoharboe2008-08-0513-26/+28
* halting srst_pulls_trst targets is now snappier and has explicit warning.oharboe2008-08-051-0/+12
* define resetting the target into the halted or runningoharboe2008-08-056-39/+37
* moves handling of problems with resetting into the halted stateoharboe2008-08-0512-45/+51
* The reset routine now works w/LPC2148 out of the box.oharboe2008-08-011-11/+5
* wait up to 1 second for halted state upon reset init/halt.oharboe2008-07-311-4/+8
* allow minidrivers to implement inner loop of dcc memory writesoharboe2008-07-283-407/+406
* fixed gaffe mea culpaoharboe2008-07-282-7/+12
* retired reset run_and_init/haltoharboe2008-07-2829-470/+337
* add check for target_read/write_buffer 32 bit wrap.oharboe2008-07-261-3/+17
* - merged mips target into svn trunkntfreak2008-07-2611-4/+2399
* minimum address and maximum length argument to load_image. Used in lieu of re...oharboe2008-07-251-11/+49
* added yours sincerely for files where I feel that I've made non-trivial contr...oharboe2008-07-2514-0/+42
* retire daemon_startupoharboe2008-07-2411-45/+4
* wait 500ms for target to halt upon connect.oharboe2008-07-242-5/+5
* - fix typontfreak2008-07-231-1/+1
* - jtag_khz/speed are now single parameter only. These are usedoharboe2008-07-2114-88/+112
* use reset init explicitly before "load".oharboe2008-07-211-1/+1
* openocd@duaneellis.com fix naming confusion. Use ocd_ prefix for ocd API cons...oharboe2008-07-201-2/+2
* clarify error message w.r.t. not being able to set breakpointoharboe2008-07-191-2/+2
* remove obsolete reset_mode oharboe2008-07-1830-31/+31
* "reset" without arguments now execute a "reset run".oharboe2008-07-181-13/+22
* - fix incorrectly registered function openocd_array2memntfreak2008-07-182-7/+6
* resume is now asynchronousoharboe2008-07-181-18/+4
* 1. GDB will print cryptic error messages if it is not fed keep-alive packetsoharboe2008-07-181-1/+25
* Duane Ellis <openocd@duaneellis.com> more interface files.oharboe2008-07-182-1/+6
* Charles Hardin <ckhardin@gmail.com> move tcl stuff nearer to where it belongs.oharboe2008-07-181-2/+359
* added missing "reset+load" sequence.oharboe2008-07-181-0/+3
* Charles Hardin <ckhardin@gmail.com> and Øyvind Harboeoharboe2008-07-172-56/+1
* - reverted resume_target to old behaviourntfreak2008-07-171-19/+0
* better error messages for target event scripts.oharboe2008-07-161-39/+0
* - retired variable stuff. oharboe2008-07-111-1/+2
* .cfg files are now executed as Jim Tcl. Commands that terminate script w/erro...oharboe2008-07-111-3/+22
* - adding missing install entry for luminary-libftdi.cfg ntfreak2008-07-091-2/+2
* - added luminary libftdi interface configntfreak2008-07-092-1/+7
* - only check normal resume, not debug resumentfreak2008-07-092-11/+13
* - target_resume is now synchronous with 5sec timeoutntfreak2008-07-091-1/+23
* tcl regression fixes.oharboe2008-07-081-1/+1
* - removed target_process_events as only used in handle_resume_command and eve...ntfreak2008-07-081-9/+0
* - fix pre_resume script not being calledntfreak2008-07-082-14/+5
* reset event is synonym for post_reset event. oharboe2008-07-071-2/+9
* - fixed build issues with win32ntfreak2008-07-061-1/+0
* src/helper/configuration.hoharboe2008-07-062-71/+24
* - added event scripts for str73x and str75x targetsntfreak2008-07-046-8/+10
* - added jtag_khz to target scriptsntfreak2008-07-049-3/+34
* - fixed line endings with commands.tclntfreak2008-07-041-55/+55
* tcl tinkering.oharboe2008-07-041-1/+7
* typooharboe2008-07-041-3/+0
* tcl config script exampleoharboe2008-07-042-1/+53