aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/core.c
AgeCommit message (Expand)Author
2017-01-15jtag: core: report TRST and SRST as asserted only when they really arePaul Fertser
2016-05-24Remove FSF address from GPL noticesMarc Schink
2016-01-22helper: Add converter from JEP106 ID to manufacturer nameAndreas Fritiofson
2015-04-14jtag/core: honour SRST timings in SWD modePaul Fertser
2015-03-25drivers/cmsis-dap: port to common SWD frameworkPaul Fertser
2015-03-25armv7m_trace, stlink: provide APIs to capture trace with an adapterPaul Fertser
2015-01-28jtag: Rewrite TAP verification/auto-probe logicAndreas Fritiofson
2015-01-15jtag: Avoid extra SRSTn resets when connectingEvan Hunter
2015-01-07jtag: Remove unnecessary global variableAndreas Fritiofson
2015-01-07jtag: Fix memory leaks in jtag_tap_free()Andreas Fritiofson
2014-06-28Relax polling check if not in JTAG modeAndreas Fritiofson
2014-01-09cmsis-dap: add initial cmsis-dap supportSpencer Oliver
2013-10-31Clean up const usage to avoid excessive castingAndreas Fritiofson
2013-07-01Allow autoscan up to 64 bit IR lengthsAndreas Fritiofson
2013-06-05update files to correct FSF addressSpencer Oliver
2013-02-08jtag_interface: .speed can be NULL when not neededFranck Jullien
2012-12-10jtag: enable connect under resetSpencer Oliver
2012-07-11jtag: remove redundant id checkSpencer Oliver
2012-06-26Fix idcode end of chain flag.Mathias K
2012-05-25jtag: fix incorrect LOG_DEBUG abs_chain_positionSpencer Oliver
2012-04-10topic: add reset functions for SWDSimon Qian
2012-02-26jtag: use correct tap -ignore-version maskSpencer Oliver
2012-02-06doxygen: use correct comment syntaxSpencer Oliver
2012-02-06build: cleanup src/jtag directorySpencer Oliver
2012-01-04retire ERROR_INVALID_ARGUMENTS and replace with ERROR_COMMAND_SYNTAX_ERRORØyvind Harboe
2011-12-23jtag: only if an in_value storage is provided will the captured IR value be c...Øyvind Harboe
2011-12-20jtag: make caller always allocate bufferØyvind Harboe
2011-12-20jtag: retire jtag_alloc_in_value32Øyvind Harboe
2011-10-22warning: fix false positiveØyvind Harboe
2011-06-13transport: move files over to transport folderØyvind Harboe
2011-06-07Silence -O3 warningØyvind Harboe
2011-05-01adapter speed: require init script setting and centralize activation from dri...Jonas Hörberg
2011-04-19jtag: clarify jtag->init() and jtag->quit() definitionsØyvind Harboe
2011-03-15jtag: clean up jtag_sleep, handle short sleeps correctly via usleepØyvind Harboe
2011-01-14str9xpec: Find flash controller from the chain.Santeri Salko
2011-01-03error handling: the error number is not part of the user interfaceØyvind Harboe
2010-12-24initial SWD transport (SWD infrastructure #2)David Brownell
2010-12-10Fix for segmentation fault from freed memory access in jtag_unregister_event_...Paul Richards
2010-12-08jtag: getting the JTAG speed can failØyvind Harboe
2010-09-08Remove duplicated initializationAlexander Stein
2010-09-07warning: fix silly -O3 warningØyvind Harboe
2010-09-03jtag: fix regression with dummy driver and when starting OpenOCD with target ...Øyvind Harboe
2010-08-02jtag: add jtag_flush_queue_sleep debug commandØyvind Harboe
2010-07-12jtag: fix shadow issues in adapter_initSpencer Oliver
2010-07-09transport: fix bug/typo in transport_register cmdSpencer Oliver
2010-07-02initial "transport" frameworkDavid Brownell
2010-06-21jtag: retire jtag_get_error()Øyvind Harboe
2010-03-19jtag: retire jtag_get/set_end_state()Øyvind Harboe
2010-03-18jtag: cut down on usage of unintended modification of global end stateØyvind Harboe
2010-03-15rename jtag_nsrst_assert_width as adapter_nsrst_assert_widthDavid Brownell