| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | fix warnings | Øyvind Harboe | 2010-07-16 | 1 | -2/+1 |
* | debug-feature: jtagtcpip, reduce performance impact of ping times | Øyvind Harboe | 2010-07-16 | 2 | -46/+103 |
* | debug feature: jtagtcpip, improve performance | Øyvind Harboe | 2010-07-16 | 2 | -0/+26 |
* | debug feature: jtagtcpip, improved performance | Øyvind Harboe | 2010-07-16 | 1 | -9/+22 |
* | ARM ADI-V5: PIDs and CIDs are 8 bits | David Brownell | 2010-07-13 | 1 | -21/+41 |
* | jtag: fix shadow issues in adapter_init | Spencer Oliver | 2010-07-12 | 1 | -1/+0 |
* | arm9: revert change arm9tdmi cmd group name to arm9 | Spencer Oliver | 2010-07-12 | 1 | -2/+2 |
* | 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 |
* | initial "transport" framework | David Brownell | 2010-07-02 | 8 | -29/+587 |
* | 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 | 1 | -15/+328 |
* | 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 |
* | 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 |
* | 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 |