stlink: fix SWIM mode on stlink-v3
[openocd.git] / src / jtag / drivers / stlink_usb.c
2021-08-22 Antonio Borneostlink: fix SWIM mode on stlink-v3 43/6443/2
2021-07-24 Antonio Borneoopenocd: remove NULL comparisons with checkpatch [1/2] 51/6351/3
2021-07-24 Antonio Borneoopenocd: fix simple cases of NULL comparison 50/6350/3
2021-07-20 Antonio Borneotarget/cortex_m: rename CamelCase symbol 39/6339/2
2021-06-27 Antonio Borneostlink: fix SIGSEGV with libusb v1.0.24-33-g32a2206... 31/6331/2
2021-06-04 R. DiezAvoid non-standard conditionals with omitted operands. 71/6271/3
2021-05-29 Antonio Borneostlink: reorder the flag macro by firmware release 12/6212/2
2021-05-29 Antonio Borneostlink: add comment of firmware version for each flag bit 11/6211/2
2021-05-01 Tim NewsomeCleanup of config/includes. 71/6171/10
2021-05-01 Antonio Borneolibusb: don't use typedef's 65/6165/2
2021-03-10 Antonio Borneostlink: swo: use completely the available buffer 61/6061/2
2021-03-10 Antonio Borneostlink: fix execution order in stlink_config_trace() 34/5934/3
2021-03-10 Tarek BOCHKATIstlink: support of ST-LINK TCP server using stlink... 33/5633/23
2021-03-10 Tarek BOCHKATIstlink: separate stlink core from USB functions 32/5632/14
2020-11-15 Antonio Borneostlink: handle read/write FPU registers in HLA API 83/5883/2
2020-11-15 Antonio Borneohla: API: specify that read_reg/write_reg use regsel... 82/5882/3
2020-11-07 Antonio Borneostlink: fix computation of trace prescaler 09/5909/2
2020-11-07 Antonio Borneostlink: fix max SWV baudrate on stlink v3 08/5908/2
2020-11-04 Antonio Borneojtag: declare local symbols as static 96/5896/2
2020-10-30 Cliff L. Bifflejtag/drivers/stlink_usb: fix SWO prescaler 56/5656/3
2020-09-05 Antonio Borneojtag: use proper format with uint32_t 15/5815/2
2020-07-26 Antonio Borneojtag: fix minor typos 67/5767/2
2020-06-14 Tarek BOCHKATIstlink: code factorization by introducing stlink_usb_ex... 12/5612/3
2020-05-24 Antonio Borneostlink: fix open AP for v2j37 and v3j7 91/5691/3
2020-05-24 Antonio Borneostlink: fix incorrectly returned error on v2j28 83/5683/2
2020-05-24 Antonio Borneostlink: default dapdirect to SWD instead of JTAG 38/5538/5
2020-05-24 Antonio Borneostlink: simplify handling of SWIM 32/5532/6
2020-05-24 Antonio Borneostlink: simplify mem R/W with SWIM 31/5531/7
2020-05-24 Antonio Borneoswim: add new transport 30/5530/6
2020-05-24 Antonio Borneoswim: fix adapter speed handling 29/5529/6
2020-05-24 Antonio Borneostlink: reduce use of hla specific enum hl_transports 26/5526/6
2020-05-09 Antonio Borneocoding style: avoid unnecessary line continuations 19/5619/2
2020-05-09 Antonio Borneocoding style: remove useless break after a goto or... 17/5617/2
2020-04-12 Ake RehnmanEntering SWIM mode on ST-LINK does not update swim... 47/5547/4
2020-04-12 Tarek BOCHKATIstlink: always use a valid endpoint 55/5455/4
2020-04-12 Antonio Borneostlink: remove only instance of useconds_t 44/5544/3
2020-04-05 Laurent LEMELEstlink: remove 18 MHz jtag freq for stlink v2 65/5465/2
2020-04-05 Laurent LEMELEstlink: fix speed setting in dap mode 64/5464/2
2020-03-22 Tarek BOCHKATIstlink: workaround serial bug with old ST-Link DFU 96/5396/22
2020-03-22 Tarek BOCHKATIjtag/libusb_helper: permit adapters to compute their... 96/5496/4
2020-03-03 Marc Schinkdrivers: Rename 'libusb1_common' to 'libusb_helper' 34/5434/4
2020-03-03 Marc Schinkdrivers: libusb1_common code cleanup 33/5433/3
2020-02-15 Antonio Borneostlink: add trace support in DAP direct mode 09/5409/3
2020-02-08 Antonio Borneostlink: fix max packet size for 8 bit R/W on stlink-v3 08/5408/2
2020-01-22 Oleksij Rempeljtag_libusb_bulk_read|write: return error code instead... 90/4590/21
2020-01-14 Antonio Borneostlink: fix handling of DPv1 and DPv2 banked registers 78/4978/6
2020-01-14 Antonio Borneostlink: add DAP direct driver 04/4904/9
2019-12-21 Marc Schinktarget/armv7m_trace: Improve SWO frequency auto-detection 03/3903/5
2019-03-26 Frans-Willem Hardijzerstlink: Set speed before entering JTAG/SWD mode 18/4818/4
2019-03-08 Antonio Borneodrivers/stlink_usb: use command STLINK_DEBUG_APIV2_READ... 26/4826/5
2019-03-08 Antonio Borneodrivers/stlink_usb: check error code returned by st... 25/4825/4
2019-03-08 Antonio Borneodrivers/stlink_usb: fix stlink_usb_read_regs() for... 24/4824/3
2019-03-07 Antonio Borneostlink: handle error GET_IDCODE 82/4982/3
2019-03-07 Antonio Borneostlink: handle error bad-AP 81/4981/3
2019-03-06 Antonio Borneostlink: remove unused assignment 45/4945/2
2019-01-08 Austin Phillipsstlink_usb: Submit multiple USB URBs at once to improve... 84/4484/5
2018-12-06 Antonio Borneostlink: add support for STLINK-V3 17/4717/3
2018-12-06 Antonio Borneostlink: fix printed version for new STM8 nucleo board 16/4716/3
2018-12-06 Antonio Borneostlink: dump version in the same format of ST firmware... 15/4715/3
2018-12-06 Antonio Borneostlink: add STLINK_F_HAS_GETLASTRWSTATUS2 14/4714/2
2018-12-06 Antonio Borneostlink: remove reset pulse when entering in JTAG 13/4713/2
2018-12-06 Antonio Borneostlink: simplify api version handling 12/4712/2
2018-12-06 Antonio Borneostlink: add STLINK_F_HAS_MEM_16BIT 11/4711/3
2018-12-06 Antonio Borneostlink: add STLINK_F_HAS_JTAG_SET_FREQ 10/4710/3
2018-12-06 Antonio Borneostlink: add STLINK_F_HAS_SWD_SET_FREQ 09/4709/3
2018-12-06 Antonio Borneostlink: add STLINK_F_HAS_TARGET_VOLT 08/4708/3
2018-12-06 Antonio Borneostlink: add STLINK_F_HAS_TRACE 07/4707/2
2018-12-06 Antonio Borneostlink: simplify maintenance of version and features 06/4706/2
2018-12-06 Antonio Borneostlink: check for SWD support 05/4705/2
2018-12-06 Laurent LEMELEstlink: add support for 16 bit memory read/write 04/4704/2
2018-12-06 Laurent LEMELEstlink: add JTAG speed selection 03/4703/2
2018-12-06 Antonio Borneostlink: add usb pid for v2.1 without mass storage device 02/4702/2
2018-07-19 Marc Schinktarget/armv7m_trace: Use prefix for enums 05/3905/3
2018-07-19 Marc Schinktarget/armv7m_trace: Fix typo in enum 04/3904/3
2018-02-03 Paul Fertserjtag: drivers: stlink: ignore write verify error 68/4368/2
2018-01-12 Ake Rehnmanstlink_usb: Changes to make connect_under_reset work 65/4265/8
2018-01-12 Ake Rehnmanjtag/drivers/stlink_usb : implemented and repaired... 52/3952/9
2017-12-12 Paul Fertserjtag: drivers: stlink: handle all versions with single... 61/3961/5
2017-04-23 Austin Mortonstlink: increase trace buffer size to maximum allowed... 85/4085/2
2016-05-24 Marc SchinkRemove FSF address from GPL notices 88/3488/3
2016-05-20 Andreas FärberFix spelling of ARM Cortex 83/3483/4
2016-05-08 Uwe Bonnesstlink: Decode more errors. 73/3373/3
2015-09-30 Jim Parisstlink_usb: fix typo 53/2953/2
2015-05-17 Paul Fertserjtag/drivers/stlink: fix SRST issue with stlink-v1 61/2761/2
2015-04-16 Uwe Bonnesstlink_usb.c: Decode some more errors. 06/2706/2
2015-03-25 Paul Fertserarmv7m_trace, stlink: provide APIs to capture trace... 40/2540/13
2015-03-25 Paul Fertserarmv7m: add generic trace support (TPIU, ITM, etc.) 38/2538/14
2015-03-09 Paul Fertserstlink: avoid null pointer dereference in stlink_usb_cl... 50/2550/5
2015-01-30 Paul Fertserdrivers/stlink: clarify "init mode failed" message 65/2365/3
2015-01-26 Paul Fertserjtag/drivers/stlink: demote the output of available... 69/2469/2
2015-01-15 Spencer Oliverstlink: add reconfigurable speed support 35/2335/9
2014-09-22 Austin PhillipsSupport hla_serial command for ST-LINK adapters. 98/2198/8
2014-09-15 Andrey Skvortsovjtag: drivers: stlink: remove unnecessary '\n' in LOG_... 20/2220/3
2014-08-11 Angus Grattonstlink_usb: Fix swallowed error on read/write operation... 01/2201/3
2014-08-11 Paul FertserAllow transports to override the selected target (hla... 64/1664/11
2014-06-01 Paul Fertserjtag/drivers/stlink: allow to reconnect seamlessly... 52/2152/2
2014-03-17 Bartosz Bielawskistlink_usb.c: add support for STLink V2-1 19/2019/6
2014-03-07 Andreas Fritiofsonstlink: Use callback to increase frequency of trace... 61/1661/5
2014-01-15 Hsiangkai WangConform to C99 integer types format specifiers 94/1794/5
2013-12-22 Mathias Kstlink: remove stlink_api command 60/1760/4
next

Linking to existing account procedure

If you already have an account and want to add another login method you MUST first sign in with your existing account and then change URL to read https://review.openocd.org/login/?link to get to this page again but this time it'll work for linking. Thank you.

SSH host keys fingerprints

1024 SHA256:YKx8b7u5ZWdcbp7/4AeXNaqElP49m6QrwfXaqQGJAOk gerrit-code-review@openocd.zylin.com (DSA)
384 SHA256:jHIbSQa4REvwCFG4cq5LBlBLxmxSqelQPem/EXIrxjk gerrit-code-review@openocd.org (ECDSA)
521 SHA256:UAOPYkU9Fjtcao0Ul/Rrlnj/OsQvt+pgdYSZ4jOYdgs gerrit-code-review@openocd.org (ECDSA)
256 SHA256:A13M5QlnozFOvTllybRZH6vm7iSt0XLxbA48yfc2yfY gerrit-code-review@openocd.org (ECDSA)
256 SHA256:spYMBqEYoAOtK7yZBrcwE8ZpYt6b68Cfh9yEVetvbXg gerrit-code-review@openocd.org (ED25519)
+--[ED25519 256]--+
|=..              |
|+o..   .         |
|*.o   . .        |
|+B . . .         |
|Bo. = o S        |
|Oo.+ + =         |
|oB=.* = . o      |
| =+=.+   + E     |
|. .=o   . o      |
+----[SHA256]-----+
2048 SHA256:0Onrb7/PHjpo6iVZ7xQX2riKN83FJ3KGU0TvI0TaFG4 gerrit-code-review@openocd.zylin.com (RSA)