| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | CFI CORE: bug-fix protect single sector | Antonio Borneo | 2010-03-09 | 1 | -2/+2 |
* | move a constant table to .rodata section | David Brownell | 2010-03-08 | 1 | -1/+1 |
* | cfi: simplify and clearify code | Antonio Borneo | 2010-03-08 | 1 | -149/+75 |
* | zy1000: embedded ice dcc tweak | Øyvind Harboe | 2010-03-08 | 1 | -21/+48 |
* | jtag: simplify jtag_add_plain_ir/dr_scan | Øyvind Harboe | 2010-03-08 | 10 | -93/+69 |
* | jtag: jtag_add_ir_scan() now takes a single field | Øyvind Harboe | 2010-03-08 | 15 | -37/+46 |
* | jtag: retire tap field | Øyvind Harboe | 2010-03-08 | 30 | -359/+155 |
* | CFI: review print of Voltage values | Antonio Borneo | 2010-03-06 | 1 | -6/+6 |
* | doc: not all debug adapters are "dongles" | David Brownell | 2010-03-05 | 3 | -42/+105 |
* | README: update libftdi version | David Brownell | 2010-03-05 | 1 | -1/+1 |
* | ADIv5 share DAP command support | David Brownell | 2010-03-05 | 9 | -335/+174 |
* | minidriver: fix arm11 compilation problem | Øyvind Harboe | 2010-03-05 | 1 | -0/+6 |
* | rename "swjdp_common" as "adiv5_dap" | David Brownell | 2010-03-04 | 8 | -116/+114 |
* | NOR: trim range in flash_driver_protect() | David Brownell | 2010-03-03 | 1 | -0/+57 |
* | NOR: invalidate cached state on target resume | David Brownell | 2010-03-03 | 3 | -0/+44 |
* | NOR: stellaris message tweaks | David Brownell | 2010-03-03 | 1 | -4/+4 |
* | STM32: Add Value Line Flash Programming Support | Spencer Oliver | 2010-03-03 | 1 | -0/+36 |
* | ADIv5: use new DAP ops for AP read/write | David Brownell | 2010-03-02 | 3 | -106/+79 |
* | ADIv5: use new DAP ops for DP read/write | David Brownell | 2010-03-02 | 1 | -32/+38 |
* | ADIv5: use new dap_run() operation | David Brownell | 2010-03-02 | 3 | -37/+74 |
* | ARM: start abstracting ADIv5 transports (JTAG/SWD) | David Brownell | 2010-03-02 | 2 | -0/+278 |
* | target_resume() doxygen | David Brownell | 2010-03-02 | 1 | -3/+33 |
* | LPC1768 updates, IAR board support | David Brownell | 2010-03-02 | 4 | -26/+54 |
* | ADIv5: use right ID for Cortex-M3 ETM | David Brownell | 2010-03-02 | 1 | -4/+4 |
* | arm_semihosting buildfix | David Brownell | 2010-03-01 | 1 | -8/+14 |
* | zy1000: faster jtag_add_ir_scan() | Øyvind Harboe | 2010-03-01 | 1 | -9/+3 |
* | zy1000: arm11 load is now faster | Øyvind Harboe | 2010-03-01 | 1 | -42/+71 |
* | zy1000: add jtag_add_tms_seq support | Øyvind Harboe | 2010-03-01 | 1 | -20/+41 |
* | jtag: the post TAP state is now passed to the drivers | Øyvind Harboe | 2010-03-01 | 4 | -4/+5 |
* | armv4_5: remove core_type check in mcr/mrc cmd | Spencer Oliver | 2010-02-28 | 1 | -7/+0 |
* | cm3-ftest: change to use arm disassemble | Spencer Oliver | 2010-02-28 | 1 | -1/+1 |
* | stellaris: recover_command use usleep rather than sleep | Spencer Oliver | 2010-02-28 | 1 | -1/+1 |
* | 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 | 4 | -56/+80 |
* | CortexM3: move disassemble cmd to arm cmd group | Spencer Oliver | 2010-02-28 | 2 | -57/+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 | 3 | -0/+14 |
* | add board/redbee-econotag.cfg and JTAG support | Mariano Alvira | 2010-02-27 | 3 | -0/+112 |
* | Add target/mc13224v.cfg | Mariano Alvira | 2010-02-27 | 1 | -0/+54 |
* | new "stellaris recover" command | David Brownell | 2010-02-27 | 3 | -0/+87 |
* | 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 |