aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/core.c
AgeCommit message (Expand)Author
2020-02-08jtag: flush jtag queue after jtag_add_tlr()Antonio Borneo
2020-01-29openocd: fix minor inconsistencies after renaming "adapter" commandAntonio Borneo
2020-01-14adi_v5_dapdirect: add support for adapter drivers that provide DAP APIAntonio Borneo
2020-01-14adapter: switch from struct jtag_interface to adapter_driverAntonio Borneo
2020-01-14jtag: print an errmsg on using jtag API for non jtag transportAntonio Borneo
2020-01-14hla: use the new system_reset APIAntonio Borneo
2020-01-14swd: get rid of jtag queue to assert/deassert srstAntonio Borneo
2020-01-02adapter: add command "adapter [de]assert srst|trst [[de]assert srst|trst]"Antonio Borneo
2019-12-21target/armv7m_trace: Improve SWO frequency auto-detectionMarc Schink
2019-10-15Add complete JTAG debug logging.Tim Newsome
2019-06-06jtag: set default "jtag_only" to uninitialized transportsAntonio Borneo
2019-06-06jtag: simplify management of non-implemented handlersAntonio Borneo
2019-04-10fix for sanitizer errors in left shiftsMete Balci
2018-07-19target/armv7m_trace: Fix typo in enumMarc Schink
2018-04-10armv8: valgrind memleak fixesMatthias Welwarsky
2018-03-30jtag/core, target: unregister JTAG eventsTomas Vanek
2018-03-30target: restructure dap supportMatthias Welwarsky
2018-03-15jtag/core: free all taps and daps in adapter_quit()Tomas Vanek
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