summaryrefslogtreecommitdiff
path: root/src/target
Commit message (Expand)AuthorAgeFilesLines
* duan ellis target tcl work in progressoharboe2008-08-2416-148/+390
* - fix win32 build issues from previous jim patchntfreak2008-08-221-28/+28
* - fix a off-by-one error in the buffer read/write code that checks for a addr...drath2008-08-221-2/+2
* added gdb timeout handling + error propagationoharboe2008-08-201-4/+11
* lm3s3748 config fileoharboe2008-08-201-0/+28
* lm3s3748 config fileoharboe2008-08-201-1/+1
* sharpen error propagation a wee bit.oharboe2008-08-201-1/+3
* Daniel Gimpelevich fix reset halt on feroceonoharboe2008-08-201-1/+14
* fix BUG: keep_alive() error messagesoharboe2008-08-207-69/+97
* - added svn props for newly added filesntfreak2008-08-191-19/+19
* fixed warningoharboe2008-08-191-2/+4
* switch to alive_sleep() to avoid gdb timeoutsoharboe2008-08-192-3/+3
* make target_wait_state() usable from other places, made LOG_USER() output LOG...oharboe2008-08-191-1/+1
* better polling debug_level 3 handlingoharboe2008-08-191-4/+10
* added some alive_sleep()'soharboe2008-08-196-7/+7
* tinker with Xscale performance, anti-log spamming is now only for debug_level...oharboe2008-08-191-53/+51
* tinker with Xscale performance. Poll a bit more before sleeping.oharboe2008-08-191-1/+1
* 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