aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/core.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-06Clean up this JTAG debug code.Tim Newsome1-62/+10
2017-06-13Merge branch 'remotes/openocd/master' into riscv64Tim Newsome1-2/+2
2017-01-15jtag: core: report TRST and SRST as asserted only when they really arePaul Fertser1-2/+2
2016-09-23We can run to a software breakpoint, butTim Newsome1-0/+2
2016-09-23Use the dram cache to save some scans.Tim Newsome1-23/+30
2016-09-23WIP hackery.Tim Newsome1-1/+105
2016-09-23Print idcode value in error message.Tim Newsome1-1/+2
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2016-01-22helper: Add converter from JEP106 ID to manufacturer nameAndreas Fritiofson1-1/+5
2015-04-14jtag/core: honour SRST timings in SWD modePaul Fertser1-0/+6
2015-03-25drivers/cmsis-dap: port to common SWD frameworkPaul Fertser1-4/+0
2015-03-25armv7m_trace, stlink: provide APIs to capture trace with an adapterPaul Fertser1-0/+22
2015-01-28jtag: Rewrite TAP verification/auto-probe logicAndreas Fritiofson1-106/+76
2015-01-15jtag: Avoid extra SRSTn resets when connectingEvan Hunter1-1/+2
2015-01-07jtag: Remove unnecessary global variableAndreas Fritiofson1-8/+12
2015-01-07jtag: Fix memory leaks in jtag_tap_free()Andreas Fritiofson1-1/+2
2014-06-28Relax polling check if not in JTAG modeAndreas Fritiofson1-0/+3
2014-01-09cmsis-dap: add initial cmsis-dap supportSpencer Oliver1-2/+4
2013-10-31Clean up const usage to avoid excessive castingAndreas Fritiofson1-5/+5
2013-07-01Allow autoscan up to 64 bit IR lengthsAndreas Fritiofson1-11/+9
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2013-02-08jtag_interface: .speed can be NULL when not neededFranck Jullien1-0/+5
2012-12-10jtag: enable connect under resetSpencer Oliver1-1/+19
2012-07-11jtag: remove redundant id checkSpencer Oliver1-2/+2
2012-06-26Fix idcode end of chain flag.Mathias K1-1/+1
2012-05-25jtag: fix incorrect LOG_DEBUG abs_chain_positionSpencer Oliver1-5/+5
2012-04-10topic: add reset functions for SWDSimon Qian1-0/+84
2012-02-26jtag: use correct tap -ignore-version maskSpencer Oliver1-2/+2
2012-02-06doxygen: use correct comment syntaxSpencer Oliver1-7/+7
2012-02-06build: cleanup src/jtag directorySpencer Oliver1-254/+206
2012-01-04retire ERROR_INVALID_ARGUMENTS and replace with ERROR_COMMAND_SYNTAX_ERRORØyvind Harboe1-2/+2
2011-12-23jtag: only if an in_value storage is provided will the captured IR value be c...Øyvind Harboe1-7/+1
2011-12-20jtag: make caller always allocate bufferØyvind Harboe1-14/+2
2011-12-20jtag: retire jtag_alloc_in_value32Øyvind Harboe1-5/+0
2011-10-22warning: fix false positiveØyvind Harboe1-1/+1
2011-06-13transport: move files over to transport folderØyvind Harboe1-1/+1
2011-06-07Silence -O3 warningØyvind Harboe1-1/+1
2011-05-01adapter speed: require init script setting and centralize activation from dri...Jonas Hörberg1-4/+11
2011-04-19jtag: clarify jtag->init() and jtag->quit() definitionsØyvind Harboe1-6/+7
2011-03-15jtag: clean up jtag_sleep, handle short sleeps correctly via usleepØyvind Harboe1-1/+8
2011-01-14str9xpec: Find flash controller from the chain.Santeri Salko1-1/+1
2011-01-03error handling: the error number is not part of the user interfaceØyvind Harboe1-1/+1
2010-12-24initial SWD transport (SWD infrastructure #2)David Brownell1-0/+3
2010-12-10Fix for segmentation fault from freed memory access in jtag_unregister_event_...Paul Richards1-13/+9
2010-12-08jtag: getting the JTAG speed can failØyvind Harboe1-10/+17
2010-09-08Remove duplicated initializationAlexander Stein1-1/+0
2010-09-07warning: fix silly -O3 warningØyvind Harboe1-1/+1
2010-09-03jtag: fix regression with dummy driver and when starting OpenOCD with target ...Øyvind Harboe1-5/+13
2010-08-02jtag: add jtag_flush_queue_sleep debug commandØyvind Harboe1-0/+17
2010-07-12jtag: fix shadow issues in adapter_initSpencer Oliver1-1/+0