fw/openocd
2022-09-28 Keith Packardflash/nor/at91samd: Use 32-bit register writes for... at91samd-stlink master
2022-09-27 Tomas Vanekflash/nor/rp2040: remove new line from error message
2022-09-27 Tomas Vanekflash/nor/rp2040: use LOG_TARGET_xxx to show core name
2022-09-27 Tomas Vanekflash/nor/rp2040: check target halted before flash...
2022-09-27 Tomas Vanekflash/nor/rp2040: fix flash erase timeout
2022-09-27 Tomas Vanekflash/nor/rp2040: fix size of flash write buffer
2022-09-27 Tomas Vanekflash/nor/rp2040: fix memory leak of target stack workarea
2022-09-27 Tomas Vanekflash/nor/rp2040: preparatory refactoring
2022-09-27 Tomas Vanektarget/adi_v5_swd: suppress reconnect in swd_multidrop_...
2022-09-27 Tomas Vanektarget/adi_v5_swd: fix SWD multidrop
2022-09-23 Tomas Vanektarget/stm32l5x,stm32u5x: fix trace settings
2022-09-23 Daniel Goehringtarget/target: read_memory 64-bit bugfix
2022-09-23 Ian Thompsontarget/xtensa: fix final clang analyzer warning
2022-09-23 Antonio Borneotarget/riscv: fix use of uninitialized value
2022-09-23 Antonio Borneotarget/riscv: fix undefined operation
2022-09-23 Antonio Borneotarget/riscv: fix dead assignment
2022-09-23 Antonio Borneotarget/riscv: fix unused initialization
2022-09-23 Antonio Borneotarget/riscv-013: fix unused initialization
2022-09-23 Antonio Borneotarget/riscv-013: fix unchecked return code
2022-09-23 Antonio Borneotarget/dsp563xx: fix scan-build warning
2022-09-23 Antonio Borneojtag/adapter: fix doxygen warning
2022-09-23 Antonio Borneodoc: fix copyright dates
2022-09-23 Antonio Borneocheckpatch: fix for flag --no-tree
2022-09-18 Paul FertserRestore +dev suffix
2022-09-18 Antonio BorneoThe openocd-0.12.0-rc1 release candidate
2022-09-18 Antonio Borneoopenocd: fix SPDX tag format for files .c
2022-09-18 Antonio BorneoHACKING: add chapter on checkpatch
2022-09-18 Antonio Borneocheckpatch: fix path of documentation
2022-09-18 Antonio Borneocheckpatch: extend check for camel[0-9_]*CASE
2022-09-18 Antonio Borneocheckpatch: enable CAMELCASE test
2022-09-18 Antonio Borneocheckpatch: add commit-message field to ignore some...
2022-09-18 Antonio Borneocheckpatch: increase the max indentation level
2022-09-18 Antonio Borneocheckpatch: adapt shell script to the tool's new version
2022-09-18 Antonio Borneocheckpatch: check for SPDX tags of licenses in use
2022-09-18 Antonio Borneocheckpatch: add list of typedef used in OpenOCD
2022-09-18 Paul Fertsercheckpatch: fix check for the FSF address
2022-09-18 Antonio Borneocheckpatch: don't spell-check the spelling file
2022-09-18 Antony Pavlovcheckpatch: check for OpenOCD tree, not for kernel...
2022-09-18 Paul Fertsercheckpatch: correct false positives reporting instructions
2022-09-18 Paul Fertsercheckpatch: treat jenkins as valid email
2022-09-18 Paul Fertsercheckpatch: add logging functions
2022-09-18 Antonio Borneocheckpatch: add variable $OpenOCD
2022-09-18 Antonio Borneocheckpatch: add OpenOCD specific config flags
2022-09-18 Antonio Borneocheckpatch: import new script version from kernel v6...
2022-09-18 Ian Thompsontarget/xtensa: invalidate register cache on reset
2022-09-18 Ian Thompsontarget/xtensa: fix clang analyzer warning
2022-09-17 Marc Schinkflash/nor/stm32lx: Add revision 'X' for Cat.4/3 devices
2022-09-17 Tim Nordellrtos: Support looking up .lto_priv.0 appended to symbol...
2022-09-17 Tim Nordellrtos: Fold is_symbol_mandatory into rtos_qsymbol(..)
2022-09-17 Tim Nordellrtos: Create a new helper function find_symbol(...)
2022-09-17 Ian Thompsontarget/xtensa: populate PS correctly during fetch
2022-09-17 Toms Stūrmanisflash/nor/rsl10: Check return value
2022-09-13 Frank DischnerFreeRTOS: Fix thread reg list for Cortex-M7
2022-09-13 Antonio Borneomips64: remove empty mips_mips64_soft_reset_halt()
2022-09-13 Ian Thompsontarget/xtensa: fully initialize buffers for PWRSTAT...
2022-09-13 Paul Fertsertcl: board: mini2440: fix to work with the current...
2022-09-13 Steve Marpledrivers/bcm2835gpio: Fully restore GPIOs after use
2022-09-13 Steve Marpledrivers/bcm2835gpio: Add support for activity LED
2022-09-13 Steve Marpledrivers/bcm2835gpio: Migrate to adapter gpio commands
2022-09-13 Steve Marpledrivers/bcm2835gpio: Release resources on error and...
2022-09-13 Antonio Borneotcl/interface: replace last deprecated commands
2022-09-13 Antonio Borneosrc/jtag/drivers/ep93xx: fix GCC 12 warning
2022-09-13 Antonio Borneoconfigure.ac: drop unneeded dependency check
2022-09-13 Antonio Borneoopenocd: fix for polling during "expr" computation
2022-09-13 Antonio Borneotarget: don't export local symbols
2022-09-13 Antonio Borneoflash/nor: move variable's declaration in C file
2022-09-13 Antonio Borneousbprog: remove unused variable
2022-09-13 Antonio Borneoriscv: don't export local symbols
2022-09-13 Antonio Borneoflash/nor/npcx: make local symbols static
2022-09-13 Antonio Borneotarget: make local symbols static
2022-09-13 Antonio Borneoxtensa: make local symbols static
2022-09-13 Antonio Borneoriscv: make local symbols static
2022-09-13 Antonio Borneojtag: make local symbols static
2022-09-13 Antonio Borneolog: remove unused set_log_output()
2022-09-13 Erhan Kurubastcl/board: add ESP32-S3 config for ESP USB Bridge board
2022-09-13 Erhan Kurubastcl/board: add ESP32 config for ESP USB Bridge board
2022-09-13 Ian Thompsontarget/xtensa: fix step state transition
2022-09-13 Ian Thompsontarget/xtensa: DAP-based Xtensa config files
2022-09-13 Ian Thompsontarget/xtensa: enable DAP/SWD for generic xtensa
2022-09-13 Toms Stūrmanissrc/flash/nor: flash driver for RSL10
2022-09-13 Antonio Borneo.gitignore: remove cross-compile *-libtool
2022-09-13 Antonio Borneocontrib: add GPL license tag on files that miss it
2022-09-13 Antonio Borneocontrib: replace the GPLv2-or-later license tag
2022-09-13 Antonio Borneocontrib: replace the BSD-3-Clause license tag
2022-09-13 Antonio Borneocontrib: replace the GPLv3-or-later license tag
2022-09-13 Antonio Borneoopenocd: fix syntax of SPDX tags
2022-09-13 Antonio Borneoopenocd: remove CamelCase symbols *xPSR*
2022-09-13 Antonio Borneoopenocd: remove recently added CamelCase symbols
2022-09-08 Ian Thompsontarget/xtensa: virtualize XDM registers
2022-09-08 Antonio Borneojep106: update to revision JEP106BE Jan 2022
2022-09-08 Antonio Borneojep106: add SPDX tag and JEDEC copyright
2022-09-08 Antonio Borneojtag/vdebug: remove BSD-2-Clause boilerplate
2022-09-08 Marc Schinklibjaylink: Update to 0.3.1 release
2022-09-03 Erhan Kurubasserver: add function to get openocd shutdown status
2022-09-03 Erhan Kurubastarget/espressif: add semihosting support
2022-09-03 iyshengtarget/arm: Add support with identify STAR-MC1
2022-09-01 Erhan Kurubasflash/nor/kinetis: fix clang scan-build error format...
2022-08-27 Tim Newsometarget/riscv: Update with latest encoding from riscv...
2022-08-27 Ian Thompsontarget/xtensa: fix clang analyzer warnings
2022-08-27 Tomas Vanekflash/nor/bluenrg-x: clarify target algo stack usage
next