aboutsummaryrefslogtreecommitdiff
path: root/src/jtag
AgeCommit message (Expand)AuthorFilesLines
2021-11-20cmsis_dap: add support for dormant-to-jtagAntonio Borneo1-0/+5
2021-11-13stlink (tcp): manage scattered stlink-server responsesTarek BOCHKATI1-9/+28
2021-11-13jtag/adapter: fix memory leak on usb locationAntonio Borneo1-0/+2
2021-11-13jtag: remove file driver.hAntonio Borneo4-28/+5
2021-11-13jtag: align adapter speed code to new structureAntonio Borneo9-56/+56
2021-11-13jtag: move prototype of adapter init/quit and speed to adapter.hAntonio Borneo7-31/+37
2021-11-13jtag/adapter: move config vars in struct adapter_configAntonio Borneo1-20/+22
2021-11-13jtag: move adapter init/quit and speed to adapter.cAntonio Borneo3-182/+186
2021-11-13jtag/adapter: move 'usb location' code in adapter.cAntonio Borneo9-142/+126
2021-11-13jtag/core: get rid of variable 'jtag'Antonio Borneo1-32/+36
2021-11-05jtag: drivers: bcm2835gpio: don't allow GPIOs > 31Paul Fertser1-1/+1
2021-11-05Remove remaining references to FTD2XX driverAndreas Fritiofson3-22/+2
2021-11-05drivers/linuxgpiod: add support for opendrain trstAlex Crawford1-1/+5
2021-11-05stlink: skip rw-misc commands with TCP serverAntonio Borneo1-0/+7
2021-11-05stlink: add support for rw-misc commandsAntonio Borneo1-4/+193
2021-11-05stlink: dequeue CSW write only if it doesn't change csw_defaultAntonio Borneo1-4/+17
2021-11-05stlink: add support for native no_addr_incr commandsAntonio Borneo1-2/+106
2021-11-05stlink: collapse consecutive mem AP r/w in a single commandAntonio Borneo1-42/+94
2021-11-05stlink: detect mem_ap R/W and dequeue set TAR and CSWAntonio Borneo1-8/+172
2021-11-05stlink: expose ap number and csw in memory r/wAntonio Borneo1-34/+89
2021-11-05stlink: add queue in dap-direct modeAntonio Borneo1-47/+181
2021-11-05stlink: check buffer size on 16 and 32 bit memory transferAntonio Borneo1-8/+35
2021-10-25jtag/core: remove unused variableAntonio Borneo1-2/+0
2021-10-25jtag/aice: remove unused exported struct aice_interface_param_sAntonio Borneo1-11/+0
2021-10-25hla: improve readability of struct hl_interface_s initializationAntonio Borneo1-1/+15
2021-10-25openocd: remove 'src' prefix from #include pathAntonio Borneo1-1/+1
2021-10-25jtag/core: fix unused assignmentAntonio Borneo1-4/+3
2021-10-02helper: Remove src/helper from include dirsYasushi SHOJI1-1/+1
2021-10-02stlink-dap: add 'cmd' to send arbitrary commandsAntonio Borneo1-0/+44
2021-09-25driver/linuxgpiod: add support for opendrain srstAlex Crawford1-19/+24
2021-09-25Speed up remote bitbang.Tim Newsome1-67/+87
2021-09-25armv7m.h: relax dependency from 'arm_adi_v5.h'Antonio Borneo1-0/+1
2021-09-18stlink: Add PID for V3 device without MSDAndreas Sandberg1-0/+2
2021-09-18hla: Increase HLA_MAX_USB_IDSAndreas Sandberg1-1/+1
2021-09-18openocd: remove last NULL comparisonsAntonio Borneo1-1/+1
2021-08-22jep106: use packed jedec manufacturer codeAntonio Borneo1-3/+1
2021-08-22stlink: fix SWIM mode on stlink-v3Antonio Borneo1-1/+2
2021-08-22jtag/cmcis_dap: use COMMAND_PARSE_NUMBER in command handlersTarek BOCHKATI2-2/+2
2021-08-14drivers/ft232r: Group adapter commandsMarc Schink2-11/+82
2021-08-14drivers/usb_blaster: Group adapter commandsMarc Schink2-6/+47
2021-08-14drivers/buspirate: Group adapter commandsMarc Schink2-8/+61
2021-08-14drivers/sysfsgpio: Group adapter commandsMarc Schink2-11/+82
2021-08-14drivers/linuxgpiod: Group adapter commandsMarc Schink2-13/+96
2021-08-14drivers/jtag_vpi: Group adapter commandsMarc Schink2-4/+33
2021-08-14drivers/bcm2835gpio: Group adapter commandsMarc Schink2-14/+103
2021-08-14drivers/jtag_dpi: Group adapter commandsMarc Schink2-3/+26
2021-08-14drivers/vsllink: Group adapter commandsMarc Schink2-7/+54
2021-08-14drivers/ulink: Group adapter commandsMarc Schink2-2/+18
2021-08-14drivers/xlnx-pcie-xvc: Group adapter commandsMarc Schink2-2/+20
2021-08-14drivers/presto: Group adapter commandsMarc Schink2-2/+19