summaryrefslogtreecommitdiff
path: root/src/target
Commit message (Expand)AuthorAgeFilesLines
* fix comment w.r.t. start address for RAMoharboe2008-08-191-1/+1
* removed a couple of exit()'s from error handling.oharboe2008-08-192-10/+13
* added wip imx31.cfg fileoharboe2008-08-192-0/+20
* openocd.texi is the authoratitive source for documentation. Wiki is dead.oharboe2008-08-188-8/+8
* fixed not halted error messagesoharboe2008-08-172-4/+5
* deleted superfluous sam7s256 which was identical to sam7x256oharboe2008-08-173-46/+2
* removed obsolete command.oharboe2008-08-151-4/+1
* feroceon updated w.r.t. latest arm7/9 changesoharboe2008-08-143-6/+9
* arm7/9 breakpoint cleanup. arm7_9 sw/hw commands retired. openocd.texi is ale...oharboe2008-08-146-280/+119
* removed old commentoharboe2008-08-131-1/+0
* force lpc2148 target into ARM state.oharboe2008-08-131-0/+3
* comments.oharboe2008-08-131-3/+18
* Clear all dangling breakpoints upon GDB connection.oharboe2008-08-132-38/+70
* updated syntax for post_reset scriptsoharboe2008-08-113-11/+6
* propagate error code in case of "reset" failing.oharboe2008-08-111-3/+1
* default reset in help text - runoharboe2008-08-081-1/+1
* - added svn props for newly added filesntfreak2008-08-075-49/+49
* David Kuehling <dvdkhlng@gmx.de> - added jim-eventloop.coharboe2008-08-074-1/+44
* lpc2148 2MHz, RCLK and clockless config script versionsoharboe2008-08-075-5/+12
* - fix target_examine declarationntfreak2008-08-063-5/+5
* 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