| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | adapter.c: missing space in handle_interface_command | Spencer Oliver | 2010-07-12 | 1 | -1/+1 |
* | transport selection tweaks | David Brownell | 2010-07-09 | 5 | -15/+39 |
* | transport: fix bug/typo in transport_register cmd | Spencer Oliver | 2010-07-09 | 3 | -5/+3 |
* | transport: fix segfault in transport select | Øyvind Harboe | 2010-07-07 | 1 | -7/+6 |
* | transport: fix bug/typo in interface_transports command | Øyvind Harboe | 2010-07-07 | 1 | -1/+2 |
* | gdbserver: incorrect memory map for multiple targets (bug #24) | sb-sf | 2010-07-05 | 1 | -2/+4 |
* | transport: fix segfault in setup_command_handler() | Stacey Sheldon | 2010-07-05 | 1 | -0/+1 |
* | Fix minor openocd.texi bug | David Brownell | 2010-07-02 | 1 | -0/+1 |
* | initial "transport" framework | David Brownell | 2010-07-02 | 10 | -30/+633 |
* | ft2232: revert ft2232_read_scan changes | Spencer Oliver | 2010-07-02 | 1 | -10/+9 |
* | ft2232: bugfix from previous commit | Spencer Oliver | 2010-07-01 | 1 | -1/+1 |
* | ft2232: simplify ft2232_read_scan | Marc Pignat | 2010-07-01 | 1 | -9/+10 |
* | ft2232: cleanup ft2232_write | Marc Pignat | 2010-07-01 | 1 | -42/+43 |
* | at91sam3s* support | Olaf Lüke | 2010-06-25 | 5 | -51/+404 |
* | openocd: setup_command_handler() must not be static | Øyvind Harboe | 2010-06-23 | 1 | -2/+4 |
* | arm11: fix gaffe in no-ack transfers | Øyvind Harboe | 2010-06-23 | 1 | -1/+1 |
* | error number: review | Antonio Borneo | 2010-06-23 | 3 | -11/+11 |
* | am3517 evm: use physical write to memory while target is running | Øyvind Harboe | 2010-06-22 | 1 | -3/+3 |
* | cortex a8: only physical read/write's are available when target is running | Øyvind Harboe | 2010-06-22 | 1 | -2/+9 |
* | target: $_TARGET mdw now has a phys option | Øyvind Harboe | 2010-06-22 | 1 | -8/+28 |
* | target: mwX on target object now supporst phys argument | Øyvind Harboe | 2010-06-22 | 1 | -8/+25 |
* | xsvf: Fix shadow issues on Mac | Edgar Grimberg | 2010-06-22 | 1 | -6/+6 |
* | target: Fix shadow issues on Mac | Edgar Grimberg | 2010-06-22 | 1 | -3/+3 |
* | flash: fix shadow issues on Mac | Edgar Grimberg | 2010-06-22 | 1 | -4/+4 |
* | board: add alpha am3517evm ti board config file | Øyvind Harboe | 2010-06-22 | 1 | -0/+97 |
* | gitignore: start list of emacs temp files to ignore | Øyvind Harboe | 2010-06-22 | 1 | -0/+3 |
* | cortex a8: print message that locking debug access succeeded on second try | Øyvind Harboe | 2010-06-22 | 1 | -0/+4 |
* | cortex a8: add error propagation for poll/resume | Øyvind Harboe | 2010-06-22 | 1 | -5/+15 |
* | cortex a8: add timeouts waiting for restart, prepare and halt | Øyvind Harboe | 2010-06-22 | 1 | -6/+36 |
* | cortex a8: add error propagation for mem_ap_read/write_atomic_u32 | Øyvind Harboe | 2010-06-22 | 1 | -7/+31 |
* | arm_adi_v5: error propagation fixes | Øyvind Harboe | 2010-06-22 | 1 | -18/+22 |
* | nand/mx2: review scope of symbols | Antonio Borneo | 2010-06-21 | 1 | -1/+1 |
* | nor/str7x: review scope of symbols | Antonio Borneo | 2010-06-21 | 1 | -1/+1 |
* | openocd.c: review scope of symbols | Antonio Borneo | 2010-06-21 | 1 | -1/+1 |
* | nor/virtual: review scope of symbols | Antonio Borneo | 2010-06-21 | 1 | -2/+2 |
* | target/avrt: review unused symbols | Antonio Borneo | 2010-06-21 | 1 | -56/+0 |
* | target/avr: review scope of symbols | Antonio Borneo | 2010-06-21 | 3 | -46/+40 |
* | target/feroceon: review scope of symbols | Antonio Borneo | 2010-06-21 | 1 | -23/+32 |
* | target/mips_m4k: review scope of symbols | Antonio Borneo | 2010-06-21 | 2 | -44/+46 |
* | helper/jim-eventloop.h: review unused definitions | Antonio Borneo | 2010-06-21 | 1 | -14/+1 |
* | helper/jim-eventloop: review unused symbols | Antonio Borneo | 2010-06-21 | 1 | -10/+0 |
* | helper/jim-eventloop: review scope of symbols | Antonio Borneo | 2010-06-21 | 2 | -22/+9 |
* | jtag: retire jtag_get_error() | Øyvind Harboe | 2010-06-21 | 2 | -9/+4 |
* | jtag: do not use jtag_get_error() | Øyvind Harboe | 2010-06-21 | 2 | -6/+3 |
* | adi_v5_jtag: add missing error handling | Øyvind Harboe | 2010-06-21 | 1 | -1/+5 |
* | cortex a8: add missing error handling | Øyvind Harboe | 2010-06-21 | 1 | -3/+11 |
* | arm-jtag-ew: -Wshadow fix | Andreas Fritiofson | 2010-06-19 | 1 | -6/+6 |
* | cortex a8: fix segfault for unexamined targets | Øyvind Harboe | 2010-06-19 | 2 | -3/+13 |
* | target/dsp563xx: review unused symbols | Antonio Borneo | 2010-06-18 | 2 | -56/+0 |
* | target/dsp563xx: review scope of symbols | Antonio Borneo | 2010-06-18 | 2 | -50/+27 |