| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | - fix typo in jtag_add_end_state | ntfreak | 2008-07-23 | 1 | -1/+1 |
* | - fix typo | ntfreak | 2008-07-23 | 1 | -1/+1 |
* | fix <memory> is missing upon gdb connect warning when no flash is defined for... | oharboe | 2008-07-23 | 1 | -2/+2 |
* | handle end of line comments to improve compatibility with event scripts | oharboe | 2008-07-23 | 1 | -5/+10 |
* | - more fixes to high density stm32x flash driver | ntfreak | 2008-07-23 | 8 | -10/+135 |
* | - fix bug with stm32 high density write protection | ntfreak | 2008-07-22 | 2 | -13/+41 |
* | - add missing quotes from CFLAGS_FOR_BUILD | ntfreak | 2008-07-22 | 1 | -1/+1 |
* | Spen: startup.tcl cross compile support | oharboe | 2008-07-22 | 2 | -7/+45 |
* | Only print out gobs of information to log when -d3 is enabled. | oharboe | 2008-07-22 | 2 | -3/+4 |
* | very slightly improved error message for not being able to find scripts | oharboe | 2008-07-22 | 1 | -1/+1 |
* | restart is a per-target action | oharboe | 2008-07-21 | 2 | -3/+7 |
* | Allows config scripts to override handling of 'R'(restart) GDB packet. | oharboe | 2008-07-21 | 2 | -2/+6 |
* | jim license cleanup | oharboe | 2008-07-21 | 2 | -34/+82 |
* | update jtag_speed/khz docs a bit. | oharboe | 2008-07-21 | 1 | -6/+7 |
* | - jtag_khz/speed are now single parameter only. These are used | oharboe | 2008-07-21 | 18 | -155/+156 |
* | cross compile fix | oharboe | 2008-07-21 | 2 | -6/+7 |
* | use reset init explicitly before "load". | oharboe | 2008-07-21 | 1 | -1/+1 |
* | Duane Ellis <openocd@duaneellis.com> stm32 peripherals scripts | oharboe | 2008-07-21 | 3 | -1/+8 |
* | Michael Kurz <michi.kurz@googlemail.com> MX29LV800B non-cfi flash. | oharboe | 2008-07-21 | 3 | -0/+20 |
* | BUG: prefix to timeout for gdb keep alive packets. | oharboe | 2008-07-20 | 1 | -1/+1 |
* | - added svn props for newly added files | ntfreak | 2008-07-20 | 5 | -410/+407 |
* | Duane Ellis <openocd@duaneellis.com> - script commands for stm32 | oharboe | 2008-07-20 | 5 | -17/+424 |
* | Ben Bodley <ben@teknique.com> non-CFI compliant flash (AMIC A29L800A) | oharboe | 2008-07-20 | 3 | -0/+20 |
* | Duane Ellis <openocd@duaneellis.com> | oharboe | 2008-07-20 | 1 | -2/+5 |
* | openocd@duaneellis.com fix naming confusion. Use ocd_ prefix for ocd API cons... | oharboe | 2008-07-20 | 6 | -24/+24 |
* | throw exception upon syntax error. | oharboe | 2008-07-19 | 1 | -1/+1 |
* | - updated texi for removed daemon_startup command | ntfreak | 2008-07-19 | 1 | -8/+6 |
* | clarify error message w.r.t. not being able to set breakpoint | oharboe | 2008-07-19 | 1 | -2/+2 |
* | daemon_startup is now retired in favour of adding "init" and "reset halt/init... | oharboe | 2008-07-19 | 3 | -27/+4 |
* | This allows overriding builtin openocd commands. | oharboe | 2008-07-18 | 1 | -1/+6 |
* | remove obsolete reset_mode | oharboe | 2008-07-18 | 30 | -31/+31 |
* | "reset" without arguments now execute a "reset run". | oharboe | 2008-07-18 | 2 | -38/+27 |
* | - remove build warning from keep_alive | ntfreak | 2008-07-18 | 3 | -19/+10 |
* | - fix incorrectly registered function openocd_array2mem | ntfreak | 2008-07-18 | 11 | -579/+502 |
* | resume is now asynchronous | oharboe | 2008-07-18 | 1 | -18/+4 |
* | keep_alive() fix for reset warnings. | oharboe | 2008-07-18 | 1 | -0/+1 |
* | 1. GDB will print cryptic error messages if it is not fed keep-alive packets | oharboe | 2008-07-18 | 4 | -1/+73 |
* | Duane Ellis <openocd@duaneellis.com> more interface files. | oharboe | 2008-07-18 | 2 | -1/+6 |
* | Charles Hardin <ckhardin@gmail.com> move tcl stuff nearer to where it belongs. | oharboe | 2008-07-18 | 7 | -592/+563 |
* | added missing "reset+load" sequence. | oharboe | 2008-07-18 | 1 | -0/+3 |
* | Charles Hardin <ckhardin@gmail.com> move jim into helper | oharboe | 2008-07-17 | 8 | -17/+20 |
* | Charles Hardin ckhardin at gmail.com Instead of stashing the context in a g... | oharboe | 2008-07-17 | 2 | -26/+64 |
* | Collect output from openocd commands into openocd_output local variable | oharboe | 2008-07-17 | 3 | -60/+36 |
* | Charles Hardin ckhardin at gmail.com | oharboe | 2008-07-17 | 1 | -15/+5 |
* | Charles Hardin <ckhardin@gmail.com> and Øyvind Harboe | oharboe | 2008-07-17 | 8 | -330/+177 |
* | - reverted resume_target to old behaviour | ntfreak | 2008-07-17 | 1 | -19/+0 |
* | Charles Hardin ckhardin at gmail.com bin2char does not need to be installed ... | oharboe | 2008-07-17 | 1 | -3/+5 |
* | Fixes to \ and / handling for OpenOCD | oharboe | 2008-07-16 | 3 | -32/+26 |
* | flash_banks now follow OpenOCD scripting API rules | oharboe | 2008-07-16 | 2 | -1/+6 |
* | print out jim error message stack trace in expected order(look at any C++ or ... | oharboe | 2008-07-16 | 1 | -1/+1 |