stlink: Add PID for V3 device without MSD
[fw/openocd] / src / jtag / drivers / stlink_usb.c
2021-09-18 Andreas Sandbergstlink: Add PID for V3 device without MSD
2021-08-22 Antonio Borneostlink: fix SWIM mode on stlink-v3
2021-07-24 Antonio Borneoopenocd: remove NULL comparisons with checkpatch [1/2]
2021-07-24 Antonio Borneoopenocd: fix simple cases of NULL comparison
2021-07-20 Antonio Borneotarget/cortex_m: rename CamelCase symbol
2021-06-27 Antonio Borneostlink: fix SIGSEGV with libusb v1.0.24-33-g32a2206...
2021-06-04 R. DiezAvoid non-standard conditionals with omitted operands.
2021-05-29 Antonio Borneostlink: reorder the flag macro by firmware release
2021-05-29 Antonio Borneostlink: add comment of firmware version for each flag bit
2021-05-01 Tim NewsomeCleanup of config/includes.
2021-05-01 Antonio Borneolibusb: don't use typedef's
2021-03-10 Antonio Borneostlink: swo: use completely the available buffer
2021-03-10 Antonio Borneostlink: fix execution order in stlink_config_trace()
2021-03-10 Tarek BOCHKATIstlink: support of ST-LINK TCP server using stlink...
2021-03-10 Tarek BOCHKATIstlink: separate stlink core from USB functions
2020-11-15 Antonio Borneostlink: handle read/write FPU registers in HLA API
2020-11-15 Antonio Borneohla: API: specify that read_reg/write_reg use regsel...
2020-11-07 Antonio Borneostlink: fix computation of trace prescaler
2020-11-07 Antonio Borneostlink: fix max SWV baudrate on stlink v3
2020-11-04 Antonio Borneojtag: declare local symbols as static
2020-10-30 Cliff L. Bifflejtag/drivers/stlink_usb: fix SWO prescaler
2020-09-05 Antonio Borneojtag: use proper format with uint32_t
2020-07-26 Antonio Borneojtag: fix minor typos
2020-06-14 Tarek BOCHKATIstlink: code factorization by introducing stlink_usb_ex...
2020-05-24 Antonio Borneostlink: fix open AP for v2j37 and v3j7
2020-05-24 Antonio Borneostlink: fix incorrectly returned error on v2j28
2020-05-24 Antonio Borneostlink: default dapdirect to SWD instead of JTAG
2020-05-24 Antonio Borneostlink: simplify handling of SWIM
2020-05-24 Antonio Borneostlink: simplify mem R/W with SWIM
2020-05-24 Antonio Borneoswim: add new transport
2020-05-24 Antonio Borneoswim: fix adapter speed handling
2020-05-24 Antonio Borneostlink: reduce use of hla specific enum hl_transports
2020-05-09 Antonio Borneocoding style: avoid unnecessary line continuations
2020-05-09 Antonio Borneocoding style: remove useless break after a goto or...
2020-04-12 Ake RehnmanEntering SWIM mode on ST-LINK does not update swim...
2020-04-12 Tarek BOCHKATIstlink: always use a valid endpoint
2020-04-12 Antonio Borneostlink: remove only instance of useconds_t
2020-04-05 Laurent LEMELEstlink: remove 18 MHz jtag freq for stlink v2
2020-04-05 Laurent LEMELEstlink: fix speed setting in dap mode
2020-03-22 Tarek BOCHKATIstlink: workaround serial bug with old ST-Link DFU
2020-03-22 Tarek BOCHKATIjtag/libusb_helper: permit adapters to compute their...
2020-03-03 Marc Schinkdrivers: Rename 'libusb1_common' to 'libusb_helper'
2020-03-03 Marc Schinkdrivers: libusb1_common code cleanup
2020-02-15 Antonio Borneostlink: add trace support in DAP direct mode
2020-02-08 Antonio Borneostlink: fix max packet size for 8 bit R/W on stlink-v3
2020-01-22 Oleksij Rempeljtag_libusb_bulk_read|write: return error code instead...
2020-01-14 Antonio Borneostlink: fix handling of DPv1 and DPv2 banked registers
2020-01-14 Antonio Borneostlink: add DAP direct driver
2019-12-21 Marc Schinktarget/armv7m_trace: Improve SWO frequency auto-detection
2019-03-26 Frans-Willem Hardijzerstlink: Set speed before entering JTAG/SWD mode
2019-03-08 Antonio Borneodrivers/stlink_usb: use command STLINK_DEBUG_APIV2_READ...
2019-03-08 Antonio Borneodrivers/stlink_usb: check error code returned by st...
2019-03-08 Antonio Borneodrivers/stlink_usb: fix stlink_usb_read_regs() for...
2019-03-07 Antonio Borneostlink: handle error GET_IDCODE
2019-03-07 Antonio Borneostlink: handle error bad-AP
2019-03-06 Antonio Borneostlink: remove unused assignment
2019-01-08 Austin Phillipsstlink_usb: Submit multiple USB URBs at once to improve...
2018-12-06 Antonio Borneostlink: add support for STLINK-V3
2018-12-06 Antonio Borneostlink: fix printed version for new STM8 nucleo board
2018-12-06 Antonio Borneostlink: dump version in the same format of ST firmware...
2018-12-06 Antonio Borneostlink: add STLINK_F_HAS_GETLASTRWSTATUS2
2018-12-06 Antonio Borneostlink: remove reset pulse when entering in JTAG
2018-12-06 Antonio Borneostlink: simplify api version handling
2018-12-06 Antonio Borneostlink: add STLINK_F_HAS_MEM_16BIT
2018-12-06 Antonio Borneostlink: add STLINK_F_HAS_JTAG_SET_FREQ
2018-12-06 Antonio Borneostlink: add STLINK_F_HAS_SWD_SET_FREQ
2018-12-06 Antonio Borneostlink: add STLINK_F_HAS_TARGET_VOLT
2018-12-06 Antonio Borneostlink: add STLINK_F_HAS_TRACE
2018-12-06 Antonio Borneostlink: simplify maintenance of version and features
2018-12-06 Antonio Borneostlink: check for SWD support
2018-12-06 Laurent LEMELEstlink: add support for 16 bit memory read/write
2018-12-06 Laurent LEMELEstlink: add JTAG speed selection
2018-12-06 Antonio Borneostlink: add usb pid for v2.1 without mass storage device
2018-07-19 Marc Schinktarget/armv7m_trace: Use prefix for enums
2018-07-19 Marc Schinktarget/armv7m_trace: Fix typo in enum
2018-02-03 Paul Fertserjtag: drivers: stlink: ignore write verify error
2018-01-12 Ake Rehnmanstlink_usb: Changes to make connect_under_reset work
2018-01-12 Ake Rehnmanjtag/drivers/stlink_usb : implemented and repaired...
2017-12-12 Paul Fertserjtag: drivers: stlink: handle all versions with single...
2017-04-23 Austin Mortonstlink: increase trace buffer size to maximum allowed...
2016-05-24 Marc SchinkRemove FSF address from GPL notices
2016-05-20 Andreas FärberFix spelling of ARM Cortex
2016-05-08 Uwe Bonnesstlink: Decode more errors.
2015-09-30 Jim Parisstlink_usb: fix typo
2015-05-17 Paul Fertserjtag/drivers/stlink: fix SRST issue with stlink-v1
2015-04-16 Uwe Bonnesstlink_usb.c: Decode some more errors.
2015-03-25 Paul Fertserarmv7m_trace, stlink: provide APIs to capture trace...
2015-03-25 Paul Fertserarmv7m: add generic trace support (TPIU, ITM, etc.)
2015-03-09 Paul Fertserstlink: avoid null pointer dereference in stlink_usb_cl...
2015-01-30 Paul Fertserdrivers/stlink: clarify "init mode failed" message
2015-01-26 Paul Fertserjtag/drivers/stlink: demote the output of available...
2015-01-15 Spencer Oliverstlink: add reconfigurable speed support
2014-09-22 Austin PhillipsSupport hla_serial command for ST-LINK adapters.
2014-09-15 Andrey Skvortsovjtag: drivers: stlink: remove unnecessary '\n' in LOG_...
2014-08-11 Angus Grattonstlink_usb: Fix swallowed error on read/write operation...
2014-08-11 Paul FertserAllow transports to override the selected target (hla...
2014-06-01 Paul Fertserjtag/drivers/stlink: allow to reconnect seamlessly...
2014-03-17 Bartosz Bielawskistlink_usb.c: add support for STLink V2-1
2014-03-07 Andreas Fritiofsonstlink: Use callback to increase frequency of trace...
2014-01-15 Hsiangkai WangConform to C99 integer types format specifiers
next