aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/core.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-15target: add API to temporarily mask target pollingAntonio Borneo1-1/+18
2022-07-23openocd: src/jtag: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
2022-01-22jtag: Add an option to ignore the bypass bitAdrien Grassein1-1/+1
2021-11-13jtag: move adapter init/quit and speed to adapter.cAntonio Borneo1-182/+1
2021-11-13jtag/core: get rid of variable 'jtag'Antonio Borneo1-32/+36
2021-10-25jtag/core: remove unused variableAntonio Borneo1-2/+0
2021-10-25jtag/core: fix unused assignmentAntonio Borneo1-4/+3
2021-08-22jep106: use packed jedec manufacturer codeAntonio Borneo1-3/+1
2021-07-24openocd: fix Yoda conditions with checkpatchAntonio Borneo1-2/+2
2021-07-24openocd: manually remove NULL comparisonsAntonio Borneo1-7/+7
2021-07-24openocd: remove NULL comparisons with checkpatch [1/2]Antonio Borneo1-2/+2
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-15/+15
2021-07-20openocd: fix simple cases of Yoda conditionAntonio Borneo1-9/+9
2021-06-04Avoid non-standard conditionals with omitted operands.R. Diez1-1/+1
2021-05-22jtag: fix some minor typoAntonio Borneo1-2/+2
2021-05-08Add IPDBG JtagHost functionality to OpenOCDDaniel Anselmi1-1/+9
2021-05-01Cleanup of config/includes.Tim Newsome1-0/+1
2021-03-19jtag: remove minidriver code and minidriver-dummyAntonio Borneo1-8/+0
2020-11-07build: fix build with --enable-minidriver-dummyAntonio Borneo1-2/+2
2020-11-04jtag: declare local symbols as staticAntonio Borneo1-1/+1
2020-09-05jtag: use proper format with uint32_tAntonio Borneo1-1/+1
2020-09-05Fix debug prints when loading to flashSamuel Obuch1-7/+7
2020-05-24swim: add new transportAntonio Borneo1-3/+6
2020-05-09coding style: join consecutive string fragmentsAntonio Borneo1-1/+1
2020-05-09coding style: prototype of functions with no parametersAntonio Borneo1-2/+2
2020-05-09coding style: add parenthesis around the argument of sizeofAntonio Borneo1-1/+1
2020-04-12jtag: flush queue after reset for drivers using old reset modelAntonio Borneo1-0/+5
2020-03-24jtag: fix command "adapter [de]assert" with dap directAntonio Borneo1-1/+2
2020-03-07helper/binarybuffer: fix clang static analyzer warningsTomas Vanek1-1/+1
2020-02-08jtag: flush jtag queue after jtag_add_tlr()Antonio Borneo1-0/+1
2020-01-29openocd: fix minor inconsistencies after renaming "adapter" commandAntonio Borneo1-3/+3
2020-01-14adi_v5_dapdirect: add support for adapter drivers that provide DAP APIAntonio Borneo1-2/+4
2020-01-14adapter: switch from struct jtag_interface to adapter_driverAntonio Borneo1-9/+9
2020-01-14jtag: print an errmsg on using jtag API for non jtag transportAntonio Borneo1-0/+13
2020-01-14hla: use the new system_reset APIAntonio Borneo1-23/+14
2020-01-14swd: get rid of jtag queue to assert/deassert srstAntonio Borneo1-25/+128
2020-01-02adapter: add command "adapter [de]assert srst|trst [[de]assert srst|trst]"Antonio Borneo1-0/+53
2019-12-21target/armv7m_trace: Improve SWO frequency auto-detectionMarc Schink1-5/+6
2019-10-15Add complete JTAG debug logging.Tim Newsome1-2/+71
2019-06-06jtag: set default "jtag_only" to uninitialized transportsAntonio Borneo1-13/+0
2019-06-06jtag: simplify management of non-implemented handlersAntonio Borneo1-10/+28
2019-04-10fix for sanitizer errors in left shiftsMete Balci1-1/+1
2018-07-19target/armv7m_trace: Fix typo in enumMarc Schink1-1/+1
2018-04-10armv8: valgrind memleak fixesMatthias Welwarsky1-2/+0
2018-03-30jtag/core, target: unregister JTAG eventsTomas Vanek1-0/+8
2018-03-30target: restructure dap supportMatthias Welwarsky1-1/+2
2018-03-15jtag/core: free all taps and daps in adapter_quit()Tomas Vanek1-6/+13
2017-01-15jtag: core: report TRST and SRST as asserted only when they really arePaul Fertser1-2/+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