drivers: USB Blaster II: claim interface before using it
[fw/openocd] / src /
2021-03-19 Oleksij Rempeldrivers: USB Blaster II: claim interface before using it
2021-03-19 Evgeniy Didintarget/arc: refactor ARC register numbers defines
2021-03-19 Rene Kitabuild: remove warnings with gcc 11
2021-03-19 Tarek BOCHKATIaarch64: handle semihosting in aarch32 state
2021-03-19 Tarek BOCHKATItelnet: support end and home keys
2021-03-19 Tim NewsomeImplement CRC32 algorithm for RISC-V.
2021-03-19 Christian Hoffaarch64: add support for "reset halt"
2021-03-19 Antonio Borneojtag: remove minidriver code and minidriver-dummy
2021-03-19 Antonio Borneozy1000: drop the code, deprecated in v0.10.0
2021-03-19 Antonio Borneoioutil: drop the code, deprecated in v0.10.0
2021-03-19 Antonio Borneooocd_trace: drop the code, deprecated in v0.10.0
2021-03-19 Antonio Borneotarget: remove handling of target's deprecated_name
2021-03-19 Antonio Borneotarget: remove target names already deprecated in v0.8.0
2021-03-19 Antonio Borneostartup.tcl: remove commands already deprecated in...
2021-03-19 Antonio Borneoopenocd: remove command line flag -p/--pipe deprecated...
2021-03-19 Antonio Borneotarget/arm920t: remove command 'arm920t cp15i' deprecat...
2021-03-19 Antonio Borneotarget/arm720t: remove command 'arm720t cp15' deprecate...
2021-03-16 Raúl Sanchez Silesflash/stm32l4x: zero init stm32l4_flash_bank struct...
2021-03-10 Marc Schinkflash/nor/stmqspi: Replace macros with static inline...
2021-03-10 Antonio Borneostlink: swo: use completely the available buffer
2021-03-10 Antonio Borneojtag/nulink: add a space after PRIx32
2021-03-10 Tarek BOCHKATIcortex_m: avoid reading and writing non-existent registers
2021-03-10 Antonio Borneoserver: revert commit 7e6556b3cad8
2021-03-10 Antonio Borneoarmv7m_trace: get rid of the old tpiu code
2021-03-10 Antonio Borneoarm_tpiu_swo: add support for independent TPIU and SWO
2021-03-10 Antonio Borneoitm: rework itm commands before 'init'
2021-03-10 Antonio Borneostlink: fix execution order in stlink_config_trace()
2021-03-10 Antonio Borneodrivers/rlink: switch to libusb1
2021-03-10 Adrian Negreanuarmv7m_trace_itm_config: wait for ITMBusy to be cleared
2021-03-10 Adrian Negreanucmsis_dap: remove DAP_MAX_CLOCK
2021-03-10 Yasushi SHOJItarget: Remove redundant initialization of endianness
2021-03-10 Marc Schinktarget/mips: Remove typedef'd struct
2021-03-10 Marc Schinkflash/nand/lpc32xx: Remove typedef'd struct
2021-03-10 Marc Schinkrtos: Remove typedef'd struct
2021-03-10 Tarek BOCHKATIstlink: support of ST-LINK TCP server using stlink...
2021-03-10 Tarek BOCHKATIstlink: separate stlink core from USB functions
2021-03-04 Antonio Borneotarget: avoid polling during 'resumed' event handler
2021-02-13 Peter Mamonovtarget: use proper macro for parsing watchpoint address
2021-02-13 Krzysztof HockubaFix jtag_usb_location_equal for path members > 9
2021-01-24 Bohdan Tymkivjlink: fix device discovery when network is off
2021-01-18 Antonio Borneoconfigure: drop macro 'AC_HEADER_TIME'
2021-01-18 Antonio Borneodriver/ftdi: skip trst in swd mode
2021-01-18 Tarek BOCHKATIcortex_m: [FIX] ARMv8-M does not support VECTRESET
2021-01-18 Tarek BOCHKATItarget/riscv: fix build error with -Werror=maybe-uninit...
2021-01-18 Tarek BOCHKATIflash/stmqspi: fix build error with -Werror=maybe-unini...
2021-01-13 Antonio Borneoopenocd: fix doxygen parameters of functions
2021-01-13 Antonio Borneoopenocd: fix incorrect doxygen comments
2021-01-13 Antonio Borneoflash/nor/max32xxx: fix path of include file
2021-01-13 Antonio Borneotarget: fix memory leak on multiple '-gdb-port' flag
2020-12-26 Antonio Borneogdb_server: fix HW thread status at gdb attach
2020-12-26 Antonio Borneogdb_server: minor fix for indentation
2020-12-26 Antonio Borneortos/hwthread: fix register list for armv7a
2020-12-26 Antonio Borneocortex-a: fix reset on dapdirect transports
2020-12-26 Antonio Borneoarmv7m_trace: stop getting traces from adapter at exit
2020-12-26 Luca LindhorstCorrect warning message
2020-12-09 Antonio Borneoflash/nor/stmsmi: fix compile error with clang 12.0.0
2020-12-09 Łukasz Misekjtag/drivers/ulink: auto-detect OpenULINK USB endpoints...
2020-12-09 Tarek BOCHKATIflash/nor/sfdp|stmqspi: fix build issue with clang...
2020-12-05 Antonio Borneotarget/register: use an array of uint8_t for register...
2020-12-05 Antonio Borneomips_mips64: fix minor host endianness bug
2020-12-05 Antonio Borneoarm7_9_common: fix host endianness bug in arm7_9_full_c...
2020-12-05 Antonio Borneoarmv4_5: fix output of command 'arm reg'
2020-12-05 Antonio Borneoarmv4_5: fix segmentation fault in command 'arm reg'
2020-12-05 Boran Carjep106: Add new IDs from JEDEC
2020-12-02 Marc SchinkAdd initial RTT support
2020-12-02 Tomas Vanekadi_v5_swd: wait for readable DPIDR, ABORT if stalled
2020-12-02 Tomas Vanekarm_adi_v5: prevent possibly endless recursion in dap_d...
2020-11-15 Tomas Vanekhelper/command: disable logging of registered commands...
2020-11-15 Tomas Vanekflash/nor/stm32f1x: fix error message
2020-11-15 Tarek BOCHKATIstm32l4x: cosmetic simplification of get_stm32l4_info
2020-11-15 Tarek BOCHKATIflash/stm32l4x: STM32L55/L56xx basic support (non-secur...
2020-11-15 Tarek BOCHKATIflash/stm32l4x: introduce table with register offsets
2020-11-15 Antonio Borneojtag/drivers/cmsis_dap: fix build with gcc 10.1.0
2020-11-15 Tomas Vanekjtag/drivers/cmsis_dap: fix usb bulk connection logic
2020-11-15 Mickaël ThomasAdd CMSIS-DAP v2 support
2020-11-15 Tomas Vanektarget/armv7m, cortex_m: fix misleading comments
2020-11-15 Tomas Vanekflash/nor/psoc6: remove setting of xPSR.T bit from...
2020-11-15 Tomas Vanektarget/cortex_m: remove wrong xPSR.ICI/IT bits handling
2020-11-15 Tomas Vanektarget/armv7m: use arch_info[i].value instead of alloca...
2020-11-15 Antonio Borneocortex_m: use the new enum ARMV7M_REGSEL_name
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-15 Tomas Vanektarget/cortex_m,hla_target: rework Cortex-M register...
2020-11-15 Tomas Vanektarget/armv7m: rework Cortex-M register handling part 3
2020-11-15 Tomas Vanektarget/armv7m: rework Cortex-M register handling part 2
2020-11-15 Tomas Vanektarget/armv7m: rework Cortex-M register handling part 1
2020-11-15 Tomas Vanektarget, register: allow a register hidden from gdb...
2020-11-15 Antonio Borneoflash/stmqspi: minor fixes on coding style
2020-11-11 Kevin Yangtarget/cortex_m: Change sleep to running state
2020-11-08 Andreas BolschFlash, FRAM and EEPROM driver for STM32 QUAD-/OCTOSPI...
2020-11-07 Antonio Borneostlink: fix computation of trace prescaler
2020-11-07 Antonio Borneostlink: fix max SWV baudrate on stlink v3
2020-11-07 Antonio Borneodrivers/jlink: fix check for max prescaler
2020-11-07 Antonio Borneobuild: fix build with --enable-minidriver-dummy
2020-11-07 Antonio Borneotarget/arm7tdmi: remove unused/deprecated function...
2020-11-07 Kevin Yangtarget: Examine subsequent targets after failure
2020-11-07 Marc Schinktarget/image: Use proper data types
2020-11-07 Adrian Negreanusemihosting: print the semihosting operation id
2020-11-07 Tarek BOCHKATIarmv7m: add a TCP channel to stream captured trace
2020-11-07 Tarek BOCHKATIserver: permit the add_service function to return the...
next