| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | FT2232: add missing enum when using ftd2xx library | Spencer Oliver | 2010-02-28 | 1 | -0/+10 |
* | semihosting: add armv7m semihosting support | Spencer Oliver | 2010-02-28 | 3 | -76/+137 |
* | semihosting: move semihosting cmd to arm cmd group | Spencer Oliver | 2010-02-28 | 3 | -44/+68 |
* | CortexM3: move disassemble cmd to arm cmd group | Spencer Oliver | 2010-02-28 | 1 | -51/+0 |
* | ARMv7M: add arm cmd group | Spencer Oliver | 2010-02-28 | 2 | -2/+31 |
* | MIPS: add mips algorithm support | Spencer Oliver | 2010-02-28 | 4 | -82/+392 |
* | ARMv7M: use software breakpoints for algorithms | Spencer Oliver | 2010-02-28 | 5 | -26/+9 |
* | Add board/redbee-usb.cfg | Mariano Alvira | 2010-02-28 | 1 | -0/+5 |
* | add board/redbee-econotag.cfg and JTAG support | Mariano Alvira | 2010-02-27 | 1 | -0/+103 |
* | new "stellaris recover" command | David Brownell | 2010-02-27 | 1 | -0/+66 |
* | ADIv5 DAP ops switching to JTAG or SWD modes | David Brownell | 2010-02-27 | 2 | -0/+121 |
* | ft2232: implement TMS sequence command | David Brownell | 2010-02-27 | 1 | -2/+72 |
* | interface: define TMS sequence command | David Brownell | 2010-02-27 | 8 | -11/+124 |
* | ft2232: add a mechanism to specify channel in layout structs | Mariano Alvira | 2010-02-25 | 1 | -3/+7 |
* | ARM ADIv5 doxygen and cleanup | David Brownell | 2010-02-24 | 1 | -15/+42 |
* | AVR flash: handle AT90CAN128 chips | Hans Peter Mortensn | 2010-02-24 | 1 | -4/+26 |
* | ARM ADIv5: rename more JTAG-specific routines | David Brownell | 2010-02-23 | 1 | -11/+11 |
* | arm11: improve performance using minidriver hook | Øyvind Harboe | 2010-02-22 | 1 | -3/+65 |
* | arm11: allow minidrivers to implement inner loop of memory writes | Øyvind Harboe | 2010-02-22 | 2 | -45/+100 |
* | zy1000: jtag_add_dr_scan() performance improvement | Øyvind Harboe | 2010-02-22 | 1 | -8/+15 |
* | ft2232 table init cleanup | David Brownell | 2010-02-21 | 1 | -19/+78 |
* | ADIv5: relocate memacess_tck cycles | David Brownell | 2010-02-21 | 1 | -12/+12 |
* | ADIv5: remove ATOMIC/COMPOSITE interface mode | David Brownell | 2010-02-21 | 3 | -98/+29 |
* | ARM: ADIv5, deadcode cleanup | David Brownell | 2010-02-21 | 1 | -13/+13 |
* | ARM: ADIv5 code shrinkage, cleanup | David Brownell | 2010-02-21 | 1 | -40/+16 |
* | ADIv5 clean up AP fault handling | David Brownell | 2010-02-21 | 1 | -32/+46 |
* | ADIv5 clean up AP selection and register caching | David Brownell | 2010-02-21 | 4 | -34/+60 |
* | ARM: keep a handle to the PC | David Brownell | 2010-02-21 | 16 | -88/+106 |
* | ARM DPM: support adding/removing HW breakpoints | David Brownell | 2010-02-21 | 1 | -38/+113 |
* | ARM11: per-core options should not be global | David Brownell | 2010-02-21 | 2 | -33/+44 |
* | ARMv7-M: start using "struct arm" | David Brownell | 2010-02-21 | 5 | -9/+74 |
* | arm920t line length cleanup | David Brownell | 2010-02-20 | 1 | -115/+247 |
* | FreeBSD buildfix | David Brownell | 2010-02-20 | 1 | -2/+2 |
* | atm920t : fix breakpoints and data cache handling | Marc Pignat | 2010-02-19 | 1 | -17/+103 |
* | ARM920T scanchain 15 comments/cleanup | David Brownell | 2010-02-16 | 1 | -51/+112 |
* | gpl: fix GPL startup message | Øyvind Harboe | 2010-02-15 | 2 | -2/+3 |
* | fix crash with DSP563XX | Mathias Kuester | 2010-02-14 | 1 | -0/+25 |
* | STR9xpec: issue warning when unlocking device | Spencer Oliver | 2010-02-12 | 1 | -0/+8 |
* | STM32x: issue warning when unlocking device (bug #16) | Spencer Oliver | 2010-02-12 | 1 | -2/+6 |
* | arm720t: virt2phys callback added | Øyvind Harboe | 2010-02-12 | 1 | -4/+14 |
* | arm920: add virt2phys fn | Marc Pignat | 2010-02-12 | 1 | -3/+13 |
* | arm11: fix another infinite loop bug | Øyvind Harboe | 2010-02-10 | 1 | -4/+23 |
* | target: add todo in target_write_memory() about alignment | Øyvind Harboe | 2010-02-09 | 1 | -2/+13 |
* | ADIv5: doxygen | David Brownell | 2010-02-06 | 2 | -32/+138 |
* | zy1000: complete zy1000_uart to jim command switch | Øyvind Harboe | 2010-02-05 | 1 | -6/+6 |
* | ARMv7-M: make DAP commands verify target is an ARMv7-M | David Brownell | 2010-02-04 | 2 | -3/+31 |
* | JLink: reference protocol documentation | David Brownell | 2010-02-04 | 1 | -0/+4 |
* | CMD: duplicate cmd error msg | Spencer Oliver | 2010-02-04 | 1 | -1/+4 |
* | JTAG: fix bug when no interface connected | Spencer Oliver | 2010-02-03 | 1 | -0/+7 |
* | flash/str7x: After reset init the flash is unlocked | Edgar Grimberg | 2010-02-02 | 1 | -2/+14 |