ARM: start abstracting ADIv5 transports (JTAG/SWD)
[fw/openocd] / src /
2010-03-03 David BrownellARM: start abstracting ADIv5 transports (JTAG/SWD)
2010-03-02 David Brownelltarget_resume() doxygen
2010-03-02 David BrownellLPC1768 updates, IAR board support
2010-03-02 David BrownellADIv5: use right ID for Cortex-M3 ETM
2010-03-01 David Brownellarm_semihosting buildfix
2010-03-01 Øyvind Harboezy1000: faster jtag_add_ir_scan()
2010-03-01 Øyvind Harboezy1000: arm11 load is now faster
2010-03-01 Øyvind Harboezy1000: add jtag_add_tms_seq support
2010-03-01 Øyvind Harboejtag: the post TAP state is now passed to the drivers
2010-02-28 Spencer Oliverarmv4_5: remove core_type check in mcr/mrc cmd
2010-02-28 Spencer Oliverstellaris: recover_command use usleep rather than sleep
2010-02-28 Spencer OliverFT2232: add missing enum when using ftd2xx library
2010-02-28 Spencer Oliversemihosting: add armv7m semihosting support
2010-02-28 Spencer Oliversemihosting: move semihosting cmd to arm cmd group
2010-02-28 Spencer OliverCortexM3: move disassemble cmd to arm cmd group
2010-02-28 Spencer OliverARMv7M: add arm cmd group
2010-02-28 Spencer OliverMIPS: add mips algorithm support
2010-02-28 Spencer OliverARMv7M: use software breakpoints for algorithms
2010-02-28 Mariano AlviraAdd board/redbee-usb.cfg
2010-02-28 Mariano Alviraadd board/redbee-econotag.cfg and JTAG support
2010-02-27 David Brownellnew "stellaris recover" command
2010-02-27 David BrownellADIv5 DAP ops switching to JTAG or SWD modes
2010-02-27 David Brownellft2232: implement TMS sequence command
2010-02-27 David Brownellinterface: define TMS sequence command
2010-02-25 Mariano Alviraft2232: add a mechanism to specify channel in layout...
2010-02-25 David BrownellARM ADIv5 doxygen and cleanup
2010-02-25 Hans Peter MortensnAVR flash: handle AT90CAN128 chips
2010-02-24 David BrownellARM ADIv5: rename more JTAG-specific routines
2010-02-22 Øyvind Harboearm11: improve performance using minidriver hook
2010-02-22 Øyvind Harboearm11: allow minidrivers to implement inner loop of...
2010-02-22 Øyvind Harboezy1000: jtag_add_dr_scan() performance improvement
2010-02-22 David Brownellft2232 table init cleanup
2010-02-21 David BrownellADIv5: relocate memacess_tck cycles
2010-02-21 David BrownellADIv5: remove ATOMIC/COMPOSITE interface mode
2010-02-21 David BrownellARM: ADIv5, deadcode cleanup
2010-02-21 David BrownellARM: ADIv5 code shrinkage, cleanup
2010-02-21 David BrownellADIv5 clean up AP fault handling
2010-02-21 David BrownellADIv5 clean up AP selection and register caching
2010-02-21 David BrownellARM: keep a handle to the PC
2010-02-21 David BrownellARM DPM: support adding/removing HW breakpoints
2010-02-21 David BrownellARM11: per-core options should not be global
2010-02-21 David BrownellARMv7-M: start using "struct arm"
2010-02-21 David Brownellarm920t line length cleanup
2010-02-20 David BrownellFreeBSD buildfix
2010-02-19 Marc Pignatatm920t : fix breakpoints and data cache handling
2010-02-17 David BrownellARM920T scanchain 15 comments/cleanup
2010-02-15 Øyvind Harboegpl: fix GPL startup message
2010-02-14 Mathias Kuesterfix crash with DSP563XX
2010-02-12 Spencer OliverSTR9xpec: issue warning when unlocking device
2010-02-12 Spencer OliverSTM32x: issue warning when unlocking device (bug #16)
2010-02-12 Øyvind Harboearm720t: virt2phys callback added
2010-02-12 Marc Pignatarm920: add virt2phys fn
2010-02-10 Øyvind Harboearm11: fix another infinite loop bug
2010-02-09 Øyvind Harboetarget: add todo in target_write_memory() about alignment
2010-02-07 David BrownellADIv5: doxygen
2010-02-05 Øyvind Harboezy1000: complete zy1000_uart to jim command switch
2010-02-04 David BrownellARMv7-M: make DAP commands verify target is an ARMv7-M
2010-02-04 David BrownellJLink: reference protocol documentation
2010-02-04 Spencer OliverCMD: duplicate cmd error msg
2010-02-03 Spencer OliverJTAG: fix bug when no interface connected
2010-02-02 Edgar Grimbergflash/str7x: After reset init the flash is unlocked
2010-02-02 Nicolas PitreARM semihosting: fix EOF handling with SYS_READ
2010-02-01 Øyvind Harboegdb: restore behavior from 0.3.1 for srst_asserted...
2010-01-31 David BrownellADIv5: more messaging cleanup, docs
2010-01-31 Øyvind Harboebuild: fix problems with "struct stat" not being define...
2010-01-31 Øyvind Harboetelnet: fix strage blank spaces at beginning of telnet...
2010-01-31 David BrownellSubject: ADIv5: fix more diagnostics
2010-01-31 David BrownellADIv5 error checking for Tcl commands
2010-01-31 David BrownellARM ADIv5: fix diagnostics for block writes
2010-01-29 David BrownellADIv5: cleanup, rename swjdp_transaction_endcheck()
2010-01-29 David BrownellARMv7-M: use command handler for "dap baseaddr".
2010-01-29 David BrownellNOR: cleanup driver decls
2010-01-29 Alex AustinClang buildfixes
2010-01-28 David BrownellARM: reference DPM defn from v6/v7 arch spec
2010-01-28 Spencer OliverARM semihosting: win32 and cygwin fixes
2010-01-28 Spencer OliverARM semihosting: fix writing to stdout
2010-01-27 David BrownellCortex-M3: report lockup, and recover
2010-01-27 David BrownellARM ADIv5: messaging tweaks
2010-01-27 David BrownellCortex-A8: debug messaging tweaks
2010-01-27 David Brownellcygwin buildfix
2010-01-25 simon qianSVF: all content between parentheses is one parameter
2010-01-25 Edgar Grimbergcore arm11: Silence logs at level 3 if there is no...
2010-01-23 simon qianSVF: insert space before '(' and after ')'
2010-01-23 David BrownellEmbeddedICE - fix Feroceon/Dragonite message
2010-01-23 David BrownellARM11: fix breakpoints with GDB
2010-01-22 David BrownellVarious doc/comment updates
2010-01-21 David BrownellADIv5 header cleanup (+ #defines)
2010-01-21 Øyvind Harboetarget: print reason why GDB halts
2010-01-21 Edgar Grimbergtarget: Fixed format problem for mdh
2010-01-21 Øyvind Harboegdb_server: handle stepi/continue packet while target...
2010-01-21 Øyvind Harboeecos: add missing PRId8 definition
2010-01-20 Spencer OliverBUILD: remove cygwin gcc 3.4.4 build warnings
2010-01-20 David Brownellgdb_server: correctly report flash sector sizes
2010-01-20 Øyvind Harboearm7/9: add nags upon reset about options to improve...
2010-01-20 Spencer OliverARMV7M: handle bkpt instruction on resume/step
2010-01-20 David Brownellgdb_server -- subroutinize memory map logic
2010-01-20 David Brownellgdb_server -- symbol cleanup
2010-01-19 Andreas Fritiofsonupdate win32 script search path
2010-01-19 David BrownellNOR: fix diagnostic
2010-01-19 Øyvind Harboezy1000: flush jtag buffer before changing speed
next