aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/drivers/stlink_usb.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-03libusb_helper.h: Increase USB timeoutGabor Csapo1-2/+2
2022-03-19stlink: enable queuing with stlink-server API v3Tarek BOCHKATI1-8/+21
2021-11-28drivers: call adapter_get_required_serial() in jtag_libusb_open()Antonio Borneo1-1/+1
2021-11-28jtag/hla, jtag/stlink: switch to command 'adapter serial'Antonio Borneo1-38/+12
2021-11-13stlink (tcp): manage scattered stlink-server responsesTarek BOCHKATI1-9/+28
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-02stlink-dap: add 'cmd' to send arbitrary commandsAntonio Borneo1-0/+44
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-08-22stlink: fix SWIM mode on stlink-v3Antonio Borneo1-1/+2
2021-07-24openocd: remove NULL comparisons with checkpatch [1/2]Antonio Borneo1-3/+3
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-49/+49
2021-07-20target/cortex_m: rename CamelCase symbolAntonio Borneo1-1/+1
2021-06-27stlink: fix SIGSEGV with libusb v1.0.24-33-g32a2206 (11618)Antonio Borneo1-6/+1
2021-06-04Avoid non-standard conditionals with omitted operands.R. Diez1-2/+2
2021-05-29stlink: reorder the flag macro by firmware releaseAntonio Borneo1-11/+11
2021-05-29stlink: add comment of firmware version for each flag bitAntonio Borneo1-11/+11
2021-05-01Cleanup of config/includes.Tim Newsome1-0/+1
2021-05-01libusb: don't use typedef'sAntonio Borneo1-1/+1
2021-03-10stlink: swo: use completely the available bufferAntonio Borneo1-1/+1
2021-03-10stlink: fix execution order in stlink_config_trace()Antonio Borneo1-7/+16
2021-03-10stlink: support of ST-LINK TCP server using stlink-dap and hlaTarek BOCHKATI1-18/+489
2021-03-10stlink: separate stlink core from USB functionsTarek BOCHKATI1-62/+141
2020-11-15stlink: handle read/write FPU registers in HLA APIAntonio Borneo1-0/+21
2020-11-15hla: API: specify that read_reg/write_reg use regsel as parameterAntonio Borneo1-4/+4
2020-11-07stlink: fix computation of trace prescalerAntonio Borneo1-6/+10
2020-11-07stlink: fix max SWV baudrate on stlink v3Antonio Borneo1-3/+7
2020-11-04jtag: declare local symbols as staticAntonio Borneo1-4/+4
2020-10-30jtag/drivers/stlink_usb: fix SWO prescalerCliff L. Biffle1-6/+6
2020-09-05jtag: use proper format with uint32_tAntonio Borneo1-4/+4
2020-07-26jtag: fix minor typosAntonio Borneo1-3/+3
2020-06-14stlink: code factorization by introducing stlink_usb_exit_modeTarek BOCHKATI1-43/+24
2020-05-24stlink: fix open AP for v2j37 and v3j7Antonio Borneo1-4/+11
2020-05-24stlink: fix incorrectly returned error on v2j28Antonio Borneo1-1/+14
2020-05-24stlink: default dapdirect to SWD instead of JTAGAntonio Borneo1-1/+1
2020-05-24stlink: simplify handling of SWIMAntonio Borneo1-17/+8
2020-05-24stlink: simplify mem R/W with SWIMAntonio Borneo1-12/+36
2020-05-24swim: add new transportAntonio Borneo1-4/+35
2020-05-24swim: fix adapter speed handlingAntonio Borneo1-6/+10
2020-05-24stlink: reduce use of hla specific enum hl_transportsAntonio Borneo1-50/+52
2020-05-09coding style: avoid unnecessary line continuationsAntonio Borneo1-3/+3
2020-05-09coding style: remove useless break after a goto or returnAntonio Borneo1-1/+0