summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add support for Bus Pirate as a JTAG adapter.Michal Demin2010-03-113-0/+978
* split "interface" commands from "jtag" onesDavid Brownell2010-03-113-5/+27
* MIPS: make fixed code arrays static constSpencer Oliver2010-03-101-3/+3
* JLINK: user info message cleanupSpencer Oliver2010-03-101-29/+46
* PIC32: add flash algorithm supportSpencer Oliver2010-03-105-471/+234
* STM32: flash loader cleanupSpencer Oliver2010-03-101-12/+25
* STR7: flash loader cleanupSpencer Oliver2010-03-101-14/+30
* STR9: flash loader cleanupSpencer Oliver2010-03-102-8/+19
* ADUC702x: flash loader cleanupSpencer Oliver2010-03-101-1/+1
* CFI CORE: bug-fix protect single sectorAntonio Borneo2010-03-091-2/+2
* move a constant table to .rodata sectionDavid Brownell2010-03-081-1/+1
* cfi: simplify and clearify codeAntonio Borneo2010-03-081-149/+75
* zy1000: embedded ice dcc tweakØyvind Harboe2010-03-081-21/+48
* jtag: simplify jtag_add_plain_ir/dr_scanØyvind Harboe2010-03-0810-93/+69
* jtag: jtag_add_ir_scan() now takes a single fieldØyvind Harboe2010-03-0815-37/+46
* jtag: retire tap fieldØyvind Harboe2010-03-0830-359/+155
* CFI: review print of Voltage valuesAntonio Borneo2010-03-061-6/+6
* ADIv5 share DAP command supportDavid Brownell2010-03-059-335/+174
* minidriver: fix arm11 compilation problemØyvind Harboe2010-03-051-0/+6
* rename "swjdp_common" as "adiv5_dap"David Brownell2010-03-048-116/+114
* NOR: trim range in flash_driver_protect()David Brownell2010-03-031-0/+57
* NOR: invalidate cached state on target resumeDavid Brownell2010-03-033-0/+44
* NOR: stellaris message tweaksDavid Brownell2010-03-031-4/+4
* STM32: Add Value Line Flash Programming SupportSpencer Oliver2010-03-031-0/+36
* ADIv5: use new DAP ops for AP read/writeDavid Brownell2010-03-023-106/+79
* ADIv5: use new DAP ops for DP read/writeDavid Brownell2010-03-021-32/+38
* ADIv5: use new dap_run() operationDavid Brownell2010-03-023-37/+74
* ARM: start abstracting ADIv5 transports (JTAG/SWD)David Brownell2010-03-022-0/+278
* target_resume() doxygenDavid Brownell2010-03-021-3/+33
* LPC1768 updates, IAR board supportDavid Brownell2010-03-021-1/+9
* ADIv5: use right ID for Cortex-M3 ETMDavid Brownell2010-03-021-4/+4
* arm_semihosting buildfixDavid Brownell2010-03-011-8/+14
* zy1000: faster jtag_add_ir_scan()Øyvind Harboe2010-03-011-9/+3
* zy1000: arm11 load is now fasterØyvind Harboe2010-03-011-42/+71
* zy1000: add jtag_add_tms_seq supportØyvind Harboe2010-03-011-20/+41
* jtag: the post TAP state is now passed to the driversØyvind Harboe2010-03-014-4/+5
* armv4_5: remove core_type check in mcr/mrc cmdSpencer Oliver2010-02-281-7/+0
* stellaris: recover_command use usleep rather than sleepSpencer Oliver2010-02-281-1/+1
* FT2232: add missing enum when using ftd2xx librarySpencer Oliver2010-02-281-0/+10
* semihosting: add armv7m semihosting supportSpencer Oliver2010-02-283-76/+137
* semihosting: move semihosting cmd to arm cmd groupSpencer Oliver2010-02-283-44/+68
* CortexM3: move disassemble cmd to arm cmd groupSpencer Oliver2010-02-281-51/+0
* ARMv7M: add arm cmd groupSpencer Oliver2010-02-282-2/+31
* MIPS: add mips algorithm supportSpencer Oliver2010-02-284-82/+392
* ARMv7M: use software breakpoints for algorithmsSpencer Oliver2010-02-285-26/+9
* Add board/redbee-usb.cfgMariano Alvira2010-02-281-0/+5
* add board/redbee-econotag.cfg and JTAG supportMariano Alvira2010-02-271-0/+103
* new "stellaris recover" commandDavid Brownell2010-02-271-0/+66
* ADIv5 DAP ops switching to JTAG or SWD modesDavid Brownell2010-02-272-0/+121
* ft2232: implement TMS sequence commandDavid Brownell2010-02-271-2/+72