openocd: src/target: replace the GPL-2.0-or-later license tag
[fw/openocd] / src / target / adi_v5_jtag.c
2022-07-23 Antonio Borneoopenocd: src/target: replace the GPL-2.0-or-later licen...
2022-06-24 Kevin Burkeadi_v5_jtag: extend memaccess_tck to every AP access
2022-06-24 Kevin Burkeadiv6: add low level jtag transport
2022-06-24 Antonio Borneoadi_v5_jtag: clear sticky overrun error
2022-06-24 Kevin Burkeadiv6: re-organize mem_ap registers definition
2022-05-14 Antonio Borneoadi_v5_jtag: reduce verbosity on persistent WAIT
2021-08-22 roottarget/adi_v5_jtag: Add support for 8-bit IR JTAG-DP
2021-07-24 Antonio Borneoopenocd: fix simple cases of NULL comparison
2021-07-20 Antonio Borneotarget/arm: rename CamelCase symbols
2021-05-31 micbistarget/arm_adi_v5: Fix clear sticky overrun flag during...
2020-11-04 Antonio Borneotarget/adi_v5_jtag: remove unused global variable
2020-01-02 Antonio Borneoarm_adi_v5: add API send_sequence() and use it
2019-10-18 Bohdan Tymkivadi_v5_jtag: avoid RAM exhaustion by limiting jtag...
2019-01-30 Antonio Borneoarm_adi_v5: rewrite dap_to_jtag and dap_to_swd
2018-12-17 YanLin Zhuadi_v5_jtag: fix build break when open DEBUG_WAIT macro
2018-04-07 Matthias Welwarskyarm_adi_v5: Add ability to ignore the CSYSPWRUPACK bit
2018-03-30 Matthias Welwarskytarget: restructure dap support
2017-01-15 Matthias Welwarskyadi_v5_jtag: make sure SSTICKYERR is cleared after...
2016-08-09 Matthias Welwarskyadi_v5_jtag: clear sticky overrun condition in WAIT...
2016-07-19 Andreas FärberFix usage of timeval_ms()
2016-05-24 Marc SchinkRemove FSF address from GPL notices
2016-01-22 Matthias Welwarskyadiv5: introduce optional dap_sync() function
2016-01-22 Matthias Welwarskyadi_v5_jtag: implement DAP WAIT support
2016-01-03 Peter A. Bigotarm_adi_v5: deconflict local variables from global...
2015-12-29 Evan HunterADIv5: convert numeric values to use defines with meani...
2015-12-29 Matthias Welwarskyarm_debug: optimize DP and AP reads over JTAG
2015-12-29 Andreas Fritiofsonarm_adi_v5: Make the DAP API stateless
2015-12-29 Andreas Fritiofsonadi_v5_jtag: Remove TAR and CSW prints from jtagdp_tran...
2015-12-29 Andreas Fritiofsontarget/arm: Remove usage of struct arm_jtag in ARMv7...
2015-12-29 Patrick Stewartarm_debug: Support multiple APs per DAP and remove...
2015-12-29 Alamy Liuadi_v5: Rename AP_REG_* to MEM_AP_REG_* and add LA...
2015-04-14 Paul Fertserjtag/adi_v5_jtag: fix infinite recursion in jtagdp_tran...
2014-06-28 Andreas Fritiofsonadi_v5: Remove unused features of the DAP and SWD inter...
2013-10-31 Andreas FritiofsonRemove unnecessary (void *)
2013-06-05 Spencer Oliverupdate files to correct FSF address
2013-04-02 Evan HunterAdd abort when JTAG-DP transaction times out.
2013-04-02 mike brownarm_adi_v5: fix mem_ap_read_buf_u32() JTAG nastiness..
2012-10-28 Andreas Fritiofsonadi_v5_jtag.c: Avoid infinite recursion in jtagdp_trans...
2012-02-06 Spencer Oliverbuild: cleanup src/target directory
2011-02-17 Luca Elleroarm_adi_v5: add/move apsel member in struct adiv5_dap
2010-09-21 Øyvind Harboejtagdp: remove #if 0'd kludges and explain why the...
2010-07-19 Øyvind Harboeadi_jtag_ error propagation
2010-07-19 Øyvind Harboearm: error propagation of arm_jtag_set_instr
2010-06-21 Øyvind Harboejtag: do not use jtag_get_error()
2010-06-21 Øyvind Harboeadi_v5_jtag: add missing error handling
2010-06-15 Øyvind Harboeadi_v5_jtag: -Wshadow warning fixes
2010-04-10 Antonio BorneoADI_V5_JTAG: review scope of data
2010-03-19 Øyvind Harboejtag: retire jtag_get/set_end_state()
2010-03-18 David BrownellADI_v5 - it's not always an "SWJ-DP"
2010-03-18 David BrownellMerge branch 'master' of ssh://dbrownell@openocd.git...
2010-03-18 Øyvind Harboejtag: retire one instance of jtag_get_end_state() usage
2010-03-18 Øyvind Harboejtag: cut down on usage of unintended modification...
2010-03-16 David BrownellADIv5 transport support moves to separate files