flash/nor/at91samd: Use 32-bit register writes for ST-Link compat
[fw/openocd] / src /
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 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-18 Antonio Borneoopenocd: fix SPDX tag format for files .c
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 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 Borneosrc/jtag/drivers/ep93xx: fix GCC 12 warning
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 Ian Thompsontarget/xtensa: fix step state transition
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 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
2022-08-27 Tomas Vanekflash/nor/nrf5: don't misuse uint32_t for refcount
2022-08-27 Tomas Vanekflash/nor/core: remove unused define
2022-08-27 Antonio Borneoflash/nor: remove empty command definitions
2022-08-27 Tomas Vanekserver/server: fix target timer timing
2022-08-27 Tomas Vanekjtag/drivers/kitprog: workaround serious firmware problem
2022-08-27 Tomas Vanekjtag/drivers/kitprog: use HID read timeout
2022-08-27 Paul Fertserflash: nor: use binary prefixes consistently
2022-08-21 Erhan Kurubastarget/xtensa: fix clang analyzer warnings and gcc12...
2022-08-20 Ian Thompsontarget: add generic Xtensa LX support
2022-08-20 MadSquirrelserver/gdb_server: Add support for default thread,...
2022-08-20 Erhan Kurubastarget/semihosting: drop type casting from semihosting...
2022-08-15 Erhan Kurubastarget/espressif: remove author lines from esp32xx...
2022-08-15 Steve Marpledrivers/linuxgpiod: Migrate to adapter gpio commands
2022-08-15 Steve Marpledrivers/am335xgpio: Release resources on error and...
2022-08-15 Steve Marpledrivers/am335xgpio: Migrate to adapter gpio commands
2022-08-15 Steve Marplejtag/adapter: Add command 'adapter gpio'
2022-08-15 Tomas Vanektarget/cortex_m: supress historical reset detection
2022-08-15 Ian Thompsongdb_server: custom target-specific GDB queries
2022-08-15 Ian Thompsongdb_server: support sparse register maps
2022-08-15 Antonio Borneoopenocd: prevent target polling during 'init'
2022-08-15 Antonio Borneotarget: add API to temporarily mask target polling
2022-08-15 Ian Thompsongdb_server: add "not supported" Z-packet reply
2022-08-15 Erhan Kurubasadapter: run at default speed when clock speed not...
2022-08-15 Asier Llanortos: Support for "none" rtos
2022-08-15 Tim Newsometarget/riscv: Update debug_defines.h.
2022-08-14 Tomas Vanektarget/arm: do not expose 'arm reg', 'arm mcr/mrc'...
2022-08-14 Tomas Vanektarget/arm: make 'arm core_state' command compatible...
2022-08-14 Tomas Vanektarget/cortex_m: prevent segmentation fault in cortex_m...
2022-08-14 Tomas Vanektarget: move parent target structs just after common_magic
2022-08-14 Tomas Vanektarget/aarch64: fix duplicate common magic
2022-08-14 Tomas Vanektarget: consolidate existing target/algo common_magic
2022-08-08 Tomas Vanekflash/nor: remove useless setting of bus_width and...
2022-08-08 Tomas Vanektarget: fix unaligned return of target_get_working_area...
2022-08-08 Martin Hierholzerfix Kinetis 100 MHz rev 1.x programming
2022-08-08 Frank DischnerFreeRTOS: Always show current execution before schedule...
next