| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | embeddedice: fix error handling | Øyvind Harboe | 2010-09-21 | 2 | -6/+4 |
* | startup: removed capture_catch | Øyvind Harboe | 2010-09-20 | 1 | -7/+0 |
* | helper: fix flaky capture command | Øyvind Harboe | 2010-09-20 | 1 | -0/+16 |
* | tcl_server: switch to ctrl-z | Øyvind Harboe | 2010-09-20 | 1 | -11/+11 |
* | logging: turn of stdout/stderr buffering | Øyvind Harboe | 2010-09-20 | 1 | -0/+4 |
* | zy1000: add support for Linux host | Øyvind Harboe | 2010-09-20 | 2 | -6/+45 |
* | jtag: build jtag first because it generates header files | Øyvind Harboe | 2010-09-20 | 1 | -1/+1 |
* | warnings: fix alignment warnings | Øyvind Harboe | 2010-09-20 | 13 | -23/+23 |
* | zy1000: remove obsolete debug code | Øyvind Harboe | 2010-09-20 | 1 | -7/+0 |
* | xscale: check that wp length does not exceed address | Mike Dunn | 2010-09-20 | 1 | -0/+7 |
* | xscale: bp/wp: additional LOG_ERROR on failure | Mike Dunn | 2010-09-20 | 1 | -6/+10 |
* | cfi: add sst39vf6401b | Flemming Futtrup | 2010-09-15 | 2 | -0/+15 |
* | breakpoints: fix error handling | Øyvind Harboe | 2010-09-14 | 1 | -29/+7 |
* | xscale: fix sw breakpoints for thumb; set bp immediately | Mike Dunn | 2010-09-13 | 1 | -4/+5 |
* | propagate return status of set_breakpoint() up call chain | Mike Dunn | 2010-09-13 | 3 | -9/+5 |
* | helper: add stacktrace command that returns error stacktrace | Øyvind Harboe | 2010-09-12 | 1 | -0/+31 |
* | jim: fix crash when using Jim_ListInsertElements | Øyvind Harboe | 2010-09-12 | 1 | -0/+1 |
* | version command: make it scriptable | Øyvind Harboe | 2010-09-11 | 2 | -9/+24 |
* | command: capture command now handles both types commands | Øyvind Harboe | 2010-09-11 | 1 | -2/+24 |
* | cfi: random crash in cfi_probe() fixed | Øyvind Harboe | 2010-09-11 | 1 | -1/+5 |
* | cfi: tighten up type usage a bit | Øyvind Harboe | 2010-09-11 | 1 | -2/+3 |
* | xscale: mark xscale registers invalid on debug entry | Mike Dunn | 2010-09-09 | 1 | -1/+6 |
* | Remove duplicated initialization | Alexander Stein | 2010-09-08 | 1 | -1/+0 |
* | warning: fix silly -O3 warning | Øyvind Harboe | 2010-09-07 | 1 | -1/+1 |
* | jtag: fix regression with dummy driver and when starting OpenOCD with target ... | Øyvind Harboe | 2010-09-03 | 1 | -5/+13 |
* | Numonyx M29W160ET patch | Wookey | 2010-09-03 | 1 | -3/+4 |
* | cortex m3: add cortex_m3 reset_config cmd | Spencer Oliver | 2010-08-31 | 2 | -51/+84 |
* | flash: increase stellaris flash loader buffer | Spencer Oliver | 2010-08-31 | 1 | -1/+1 |
* | bitq: unshadow pause() | David Brownell | 2010-08-27 | 1 | -4/+4 |
* | avr32: work-in-progress | Oleksandr Tymoshenko | 2010-08-15 | 10 | -0/+1769 |
* | Fix typo in usb_blaster_vid_pid error message | Catalin Patulea | 2010-08-14 | 1 | -1/+1 |
* | Added support for the Lisa/L jtag LEDs. | Piotr Esden-Tempski | 2010-08-13 | 1 | -1/+56 |
* | Added support for Lisa/L builtin JTAG interface. | Piotr Esden-Tempski | 2010-08-13 | 1 | -0/+5 |
* | jtag: fix handling of 'tap enable' error | Thomas Koeller | 2010-08-12 | 1 | -2/+2 |
* | str9x: faster flash erase of entire chip | Fredrik Hederstierna | 2010-08-12 | 1 | -6/+23 |
* | tcl: remove silly ocd_ prefix to array2mem and mem2array | Øyvind Harboe | 2010-08-11 | 1 | -2/+2 |
* | debug: use assert's when approperiate | Øyvind Harboe | 2010-08-11 | 2 | -4/+2 |
* | arm: add missing error reporting | Øyvind Harboe | 2010-08-11 | 3 | -1/+28 |
* | arm7/9: fix "reset run + halt" | Øyvind Harboe | 2010-08-09 | 2 | -11/+27 |
* | target: if polling fails, back off | Øyvind Harboe | 2010-08-09 | 1 | -8/+29 |
* | verify_image: print out a statement that there are no further errors | Øyvind Harboe | 2010-08-02 | 1 | -1/+10 |
* | zy1000: use correct base clock when calculating speed divisor | Øyvind Harboe | 2010-08-02 | 1 | -4/+11 |
* | zy1000: print out khz correctly in response to setting JTAG speed | Øyvind Harboe | 2010-08-02 | 1 | -4/+33 |
* | ioutil: fix internal fn names | Øyvind Harboe | 2010-08-02 | 1 | -15/+11 |
* | jtag: measure_clk debug proc | Øyvind Harboe | 2010-08-02 | 1 | -0/+9 |
* | jtag: add jtag_flush_queue_sleep debug command | Øyvind Harboe | 2010-08-02 | 3 | -0/+45 |
* | util: ms command to calculate length of operations | Øyvind Harboe | 2010-08-01 | 5 | -2/+101 |
* | stellaris flash comment update | David Brownell | 2010-08-01 | 1 | -1/+1 |
* | "transport select" returns Jim value | David Brownell | 2010-07-24 | 1 | -41/+30 |
* | Buspirate: fix shadow | Michal Demin | 2010-07-23 | 1 | -14/+14 |