aboutsummaryrefslogtreecommitdiff
path: root/src/target/adi_v5_swd.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-25target/adi_v5_swd: remove double space from swd_cmd() parametersTomas Vanek1-4/+4
2020-12-02adi_v5_swd: wait for readable DPIDR, ABORT if stalledTomas Vanek1-13/+56
2020-02-23target/adi_v5_swd: fix clang static analyzer warningTomas Vanek1-1/+1
2020-01-14adapter: switch from struct jtag_interface to adapter_driverAntonio Borneo1-3/+3
2020-01-14swd: get rid of jtag queue to assert/deassert srstAntonio Borneo1-1/+1
2020-01-02arm_adi_v5: add API send_sequence() and use itAntonio Borneo1-0/+9
2019-04-07target/adi_v5_swd: add "usage" field to command "swd"Antonio Borneo1-0/+1
2019-03-14target/adi_v5_swd: improve error check while updating DP_SELECTAntonio Borneo1-13/+42
2019-03-14target/adi_v5_swd: update cached value on write to DP_SELECTAntonio Borneo1-1/+4
2019-01-30arm_adi_v5: rewrite dap_to_jtag and dap_to_swdAntonio Borneo1-65/+0
2018-07-24arm_adi_v5: put SWJ-DP back to JTAG mode at exitAntonio Borneo1-0/+11
2018-03-30target: restructure dap supportMatthias Welwarsky1-40/+20
2018-01-05arm_adi_v5: fix wrong addressing after change of CSW_ADDRINCTomas Vanek1-1/+1
2017-12-06adi_v5_swd: Add error message when SWD fails to connectJonas Norling1-1/+4
2016-07-04swd: Add support for connect_assert_srst for SWD.Fredrik Hederstierna1-0/+14
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2016-05-17arm_adi_v5: Update DP (Debug Port) registers defined in ADIv5.2.Andreas Fritiofson1-68/+4
2016-02-22adi_v5_swd: Avoid special handling the SELECT cache during connectAndreas Fritiofson1-5/+4
2016-02-10adi_v5_swd: invalidate dap->select during (re)connectTomas Vanek1-0/+2
2016-01-03arm_adi_v5: deconflict local variables from global symbolsPeter A. Bigot1-8/+8
2015-12-29arm_adi_v5: Make the DAP API statelessAndreas Fritiofson1-19/+26
2015-12-29arm_adi_v5: Split ahbap_debugport_initAndreas Fritiofson1-0/+2
2015-12-29arm_adi_v5: Remove unused is_swd flagAndreas Fritiofson1-2/+0
2015-12-29swd: Remove DAP from parameter listAndreas Fritiofson1-11/+11
2015-03-25target/adi_v5_swd, cortex_m: properly handle more cases requiring reconnectPaul Fertser1-6/+27
2015-01-09swd: handle various failure conditionsPaul Fertser1-26/+42
2014-09-08target/adi_v5_swd: fix segfault when calling jtag_to_swdPaul Fertser1-0/+5
2014-06-28Relax polling check if not in JTAG modeAndreas Fritiofson1-3/+0
2014-06-28swd: Remove support for turnaround periods other than 1Andreas Fritiofson1-1/+1
2014-06-28swd: Convert API to asynchronousAndreas Fritiofson1-90/+59
2014-06-28adi_v5_swd: Separate sticky error clearing from AP abortAndreas Fritiofson1-12/+15
2014-06-28adi_v5: Remove unused features of the DAP and SWD interfacesAndreas Fritiofson1-12/+1
2014-06-28adi_v5_swd: Read RDBUFF once after a sequence of AP readsAndreas Fritiofson1-3/+27
2014-06-28adi_v5_swd: Improve SWD supportFatih Aşıcı1-11/+101
2014-01-09cmsis-dap: add initial cmsis-dap supportSpencer Oliver1-5/+29
2013-10-31Clean up many C99 integer types format specifiersPaul Fertser1-2/+2
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2012-02-06build: cleanup src/target directorySpencer Oliver1-14/+10
2011-06-13transport: move files over to transport folderØyvind Harboe1-1/+1
2010-12-24initial SWD transport (SWD infrastructure #2)David Brownell1-6/+275
2010-03-16ADIv5 transport support moves to separate filesDavid Brownell1-0/+92