summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Do not assert trst in srst_only case even if srst_pulls_trst.oharboe2008-03-314-40/+65
* target_call_timer_callbacks_now() now invokes periodic callbacks immediatelyoharboe2008-03-311-8/+11
* Removed exit()'s. A reset is usually enough to work around these, reducing cy...oharboe2008-03-311-15/+8
* make jtag_add_statemove() internal to the driver.oharboe2008-03-316-70/+90
* Edgar Grimberg: added needed delaysoharboe2008-03-281-0/+4
* TAP_SD/SI are now forbidden end states.oharboe2008-03-265-158/+85
* hooks for multithreading. Disable nagleoharboe2008-03-262-1/+64
* - rename log functions to stop conflicts under win32 (wingdi)ntfreak2008-03-2572-1515/+1507
* - gdb server was incorrectly sending null terminator on qXfer:features:read: ...ntfreak2008-03-222-8/+20
* - changed jtag_add_reset errors to warningsntfreak2008-03-223-12/+13
* - armv7m control register now set as dirty when switching contextntfreak2008-03-213-23/+15
* - fix warnings during configure cause by ecosboard. default to no, if host cp...drath2008-03-172-105/+140
* added profile command. It was added to simplify evaluation by testers.oharboe2008-03-141-0/+188
* Michael Bruck: fixed warningsoharboe2008-03-132-2/+3
* clarified jtag_khz command.oharboe2008-03-132-2/+3
* added jtag_khz for use with target libraryoharboe2008-03-132-0/+52
* - adds two speeds to jtag_speed. reset and post reset speed. Defaultoharboe2008-03-136-120/+93
* print ms in debug_level 3 logs. Seconds is not enough.oharboe2008-03-133-3/+20
* XScale excessive waiting fix.oharboe2008-03-131-46/+58
* marked infinite loop in code w/TODO and fixed warning.oharboe2008-03-132-2/+3
* Dominic undid some of my damage. CLK should now be set as intended in all cases.oharboe2008-03-121-10/+10
* The bitbang driver leaves the TCK 0 when in idleoharboe2008-03-121-0/+8
* This moves common code into functions so as to make it clear oharboe2008-03-121-87/+23
* fixed regression in XScale introduce in 297oharboe2008-03-121-5/+4
* reduce compare noise. If someone should be crazy enough to try to run OpenOCD...oharboe2008-03-114-5/+36
* With the recent changes the TRST needs to happen for every reset.oharboe2008-03-111-12/+9
* tidy up output a bit. No longer show "accepted connection" inside Telnet sess...oharboe2008-03-111-2/+3
* - retired unused jtag events. The code was incorrectoharboe2008-03-112-32/+8
* - 16 and 32 bit unaligned accesses supportedntfreak2008-03-116-223/+431
* retire unused code.oharboe2008-03-111-20/+0
* JTAG_END_STATE is now retired. It is no longer queued.oharboe2008-03-111-22/+10
* - fixed jtag_add_reset(). It no longer causes jtag_execute_queue() tooharboe2008-03-113-82/+96
* Pavel Chromy: telnet line buffer size checking, history does not store repeat...oharboe2008-03-111-67/+87
* backed out changes from 483.oharboe2008-03-101-93/+14
* more target scripts wip.oharboe2008-03-102-0/+68
* more target scripts wip.oharboe2008-03-102-1/+15
* Pavel Chromy: hopefully perfection for async output and prompt/partially type...oharboe2008-03-101-13/+24
* Pavel Chromy: the attached patch refines PRESTO support and makes it work wit...oharboe2008-03-101-105/+123
* prettier async outputoharboe2008-03-101-0/+5
* - fixed a problem with big endian XScale and GDB register packets.oharboe2008-03-101-27/+6
* - the jtag chain is examined and validated after GDB & telnet serversoharboe2008-03-106-37/+105
* - Fixed various error handling when looking for memory leaksoharboe2008-03-102-58/+60
* - LOG_SILENT can be used to silence the log(needed in upcoming patches)oharboe2008-03-101-0/+7
* added stm32.cfg to install listoharboe2008-03-101-1/+1
* Michael Bruck: fix warningoharboe2008-03-091-0/+1
* - add stm32 target scriptntfreak2008-03-091-0/+23
* - added more TARGET_HALTED checks for the read/write_memory handlersntfreak2008-03-082-7/+152
* typo.oharboe2008-03-081-1/+1
* - Improves error handling upon GDB connectoharboe2008-03-0712-43/+41
* Asynchronous output information from e.g. a halt is now displayed again.oharboe2008-03-071-4/+6