summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* tcl_server: switch to ctrl-zØyvind Harboe2010-09-201-11/+11
* logging: turn of stdout/stderr bufferingØyvind Harboe2010-09-201-0/+4
* zy1000: add support for Linux hostØyvind Harboe2010-09-202-6/+45
* jtag: build jtag first because it generates header filesØyvind Harboe2010-09-201-1/+1
* warnings: fix alignment warningsØyvind Harboe2010-09-2013-23/+23
* zy1000: remove obsolete debug codeØyvind Harboe2010-09-201-7/+0
* xscale: check that wp length does not exceed addressMike Dunn2010-09-201-0/+7
* xscale: bp/wp: additional LOG_ERROR on failureMike Dunn2010-09-201-6/+10
* cfi: add sst39vf6401bFlemming Futtrup2010-09-152-0/+15
* breakpoints: fix error handlingØyvind Harboe2010-09-141-29/+7
* xscale: fix sw breakpoints for thumb; set bp immediatelyMike Dunn2010-09-131-4/+5
* propagate return status of set_breakpoint() up call chainMike Dunn2010-09-133-9/+5
* helper: add stacktrace command that returns error stacktraceØyvind Harboe2010-09-121-0/+31
* jim: fix crash when using Jim_ListInsertElementsØyvind Harboe2010-09-121-0/+1
* version command: make it scriptableØyvind Harboe2010-09-112-9/+24
* command: capture command now handles both types commandsØyvind Harboe2010-09-111-2/+24
* cfi: random crash in cfi_probe() fixedØyvind Harboe2010-09-111-1/+5
* cfi: tighten up type usage a bitØyvind Harboe2010-09-111-2/+3
* xscale: mark xscale registers invalid on debug entryMike Dunn2010-09-091-1/+6
* Remove duplicated initializationAlexander Stein2010-09-081-1/+0
* warning: fix silly -O3 warningØyvind Harboe2010-09-071-1/+1
* jtag: fix regression with dummy driver and when starting OpenOCD with target ...Øyvind Harboe2010-09-031-5/+13
* Numonyx M29W160ET patchWookey2010-09-031-3/+4
* cortex m3: add cortex_m3 reset_config cmdSpencer Oliver2010-08-312-51/+84
* flash: increase stellaris flash loader bufferSpencer Oliver2010-08-311-1/+1
* bitq: unshadow pause()David Brownell2010-08-271-4/+4
* avr32: work-in-progressOleksandr Tymoshenko2010-08-1510-0/+1769
* Fix typo in usb_blaster_vid_pid error messageCatalin Patulea2010-08-141-1/+1
* Added support for the Lisa/L jtag LEDs.Piotr Esden-Tempski2010-08-131-1/+56
* Added support for Lisa/L builtin JTAG interface.Piotr Esden-Tempski2010-08-131-0/+5
* jtag: fix handling of 'tap enable' errorThomas Koeller2010-08-121-2/+2
* str9x: faster flash erase of entire chipFredrik Hederstierna2010-08-121-6/+23
* tcl: remove silly ocd_ prefix to array2mem and mem2arrayØyvind Harboe2010-08-111-2/+2
* debug: use assert's when approperiateØyvind Harboe2010-08-112-4/+2
* arm: add missing error reportingØyvind Harboe2010-08-113-1/+28
* arm7/9: fix "reset run + halt"Øyvind Harboe2010-08-092-11/+27
* target: if polling fails, back offØyvind Harboe2010-08-091-8/+29
* verify_image: print out a statement that there are no further errorsØyvind Harboe2010-08-021-1/+10
* zy1000: use correct base clock when calculating speed divisorØyvind Harboe2010-08-021-4/+11
* zy1000: print out khz correctly in response to setting JTAG speedØyvind Harboe2010-08-021-4/+33
* ioutil: fix internal fn namesØyvind Harboe2010-08-021-15/+11
* jtag: measure_clk debug procØyvind Harboe2010-08-021-0/+9
* jtag: add jtag_flush_queue_sleep debug commandØyvind Harboe2010-08-023-0/+45
* util: ms command to calculate length of operationsØyvind Harboe2010-08-015-2/+101
* stellaris flash comment updateDavid Brownell2010-08-011-1/+1
* "transport select" returns Jim valueDavid Brownell2010-07-241-41/+30
* Buspirate: fix shadowMichal Demin2010-07-231-14/+14
* flash: remove algorithm exit_point address for supported targetsSpencer Oliver2010-07-204-5/+4
* mips32: exit_point optional for mips32_run_algorithmSpencer Oliver2010-07-201-1/+1
* armv7m: exit_point optional for armv7m_run_algorithmSpencer Oliver2010-07-201-1/+1