fw/openocd
2021-05-22 Antonio Borneotcl/rp2040: remove empty line at end of file
2021-05-22 Tarek BOCHKATIgithub/action: create a permanent 'latest' release
2021-05-22 Tarek BOCHKATIflash/stm32l4x: add missing break statement
2021-05-22 Antonio Borneotarget/aarch64: fix watchpoint management
2021-05-22 Antonio Borneotarget/arm_dpm: rename 'wp_pc' as 'wp_addr'
2021-05-20 Tarek BOCHKATIcortex_m: fix VECTRESET detection for ARMv6-M cores
2021-05-20 Tarek BOCHKATIcortex_m: do not perform soft_reset_halt on targets...
2021-05-18 Antonio Borneocmsis_dap: fix build on macOS
2021-05-18 Tomas Vanektarget/armv7m: fix static analyzer warning
2021-05-15 Antonio Borneojimtcl: restrict memory leak workaround on Linux only
2021-05-15 Yasushi SHOJIserver: gdb_server: Add colon for target extended-remote
2021-05-15 Tarek BOCHKATItarget/armv7m.h: [style] replace tab with space between...
2021-05-11 Evgeniy Didinrtos: Add support for Zephyr RTOS
2021-05-11 Tarek BOCHKATIcortex_m: add armv8m special registers
2021-05-11 Marc Schinkflash/nor/xcf: Do not use 'Yoda conditions'
2021-05-08 Daniel AnselmiAdd IPDBG JtagHost functionality to OpenOCD
2021-05-08 Antonio Borneocoding-style: additional style for C code
2021-05-08 R. DiezEnable adapter "Bus Pirate" by default.
2021-05-08 Marc Schinktarget/riscv: Change 'authdata_read' output
2021-05-08 Marc Schinktarget/stm8: Make 'stm8_command_handlers' static
2021-05-08 Antonio Borneotcl: [3/3] prepare for jimtcl 0.81 'expr' syntax change
2021-05-08 Antonio Borneotcl: [2/3] prepare for jimtcl 0.81 'expr' syntax change
2021-05-08 Antonio Borneotcl: [1/3] prepare for jimtcl 0.81 'expr' syntax change
2021-05-08 Antonio Borneostartup.tcl: prepare for jimtcl 0.81 'expr' syntax...
2021-05-08 Antonio Borneotelnet/auto-complete: hide deprecated and internal...
2021-05-08 Antonio Borneotelnet: allow hiding selected commands during auto...
2021-05-04 Tarek BOCHKATIcortex_m: use unsigned int for FPB and DWT quantifiers
2021-05-02 Tarek BOCHKATIcortex_m: implement hit_watchpoint function
2021-05-02 Peter Lawrencetcl/board: add pico-debug support
2021-05-02 asier70flash/nor/stm32f1x: Add support for GD32F1x0/3x0
2021-05-01 Tim NewsomeCleanup of config/includes.
2021-05-01 Luis de Arquerdrivers/ftdi: drscan: Skip DR-PAUSE when endstate ...
2021-05-01 Tarek BOCHKATItelnet: auto-completion of "registered" commands
2021-05-01 Jiri Kastnerudev rules: add OSBDM device
2021-05-01 Antonio Borneojtag: simplify the calls to Jim_SetResultFormatted()
2021-05-01 Antonio Borneohelper/command: drop the TCL variable 'ocd_HOSTOS'
2021-05-01 Antonio Borneohelper/command: fix memory leak on malloc() fail
2021-05-01 Antonio Borneohelper/jim-nvp: remove unused function Jim_nvpInit()
2021-05-01 Antonio Borneohelper/types: remove type '_Bool'
2021-05-01 Antonio Borneohelper/replacements: remove unused typedef's
2021-05-01 Christian Hofftarget/image: report error if ELF file contains no...
2021-05-01 Florian Meistertarget/image: allow loading of 64-bit ELF files
2021-05-01 Antonio Borneolibusb: don't use typedef's
2021-05-01 Antonio Borneohelper/command: fix build with jimtcl 0.79 or older
2021-04-30 Tarek BOCHKATIcortex_m: mark FPU register as non-existent instead...
2021-04-30 Tarek BOCHKATIdoc/openocd.texi: fix warning
2021-04-30 Tarek BOCHKATIdoc/openocd.texi: fix warning
2021-04-30 Tomas Vanektarget/armv7m: change FPv4_SP and FPv5_SP/DP identifier...
2021-04-25 Tomas Vanektarget/arm_adi_v5: move DP register definitions to...
2021-04-25 Tomas Vanektarget/adi_v5_swd: remove double space from swd_cmd...
2021-04-25 Peter Lawrencedrivers/cmsis-dap: add multidrop capability
2021-04-25 Tomas Vanektarget/arm_adi_v5: add JTAG_TO_DORMANT sequence
2021-04-25 Antonio Borneotcl/at91/sam9_smc: fix syntax errors
2021-04-25 Antonio Borneoboard: imx53: fix l2 cache initialization
2021-04-25 Antonio Borneodoc: command 'ftdi_layout_signal' can run after config
2021-04-25 Antonio Borneodoc: do not document commands that are already deprecated
2021-04-25 Antonio Borneodoc: annotate configuration commands
2021-04-25 Antonio Borneosmp: move command deprecation to startup.tcl
2021-04-24 Yun Liuremote_bitbang: Add Windows support
2021-04-24 Leonard Cresteztarget/imx8qm: Initial support
2021-04-22 Marc Schinkflash/nor/nrf5: Fix data types and const correctness
2021-04-22 Marc Schinkflash/nor/numicro: Use 'bool' data type
2021-04-18 Tomas Vanekdrivers/cmsis-dap: flush read
2021-04-18 Tomas Vanekdrivers/cmsis-dap: improve error checking
2021-04-18 Antonio Borneohelper/command: rename s/command_unknown/jim_command_di...
2021-04-18 Antonio Borneohelper/command: make script_debug() static
2021-04-18 Antonio Borneohelper/command: get rid of the tree of struct command
2021-04-18 Antonio Borneohelper/command: unregister commands through their full...
2021-04-18 Antonio Borneohelper/command: simplify jim_command_mode()
2021-04-18 Antonio Borneohelper/command: simplify run_command()
2021-04-18 Antonio Borneohelper/command: register full-name commands in jim
2021-04-18 Antonio Borneohelp: re-implement 'help' independent from tree of...
2021-04-18 Antonio Borneocommand mode: return "any" for tcl proc
2021-04-18 Antonio Borneohelper/command: pass command prefix to command registration
2021-04-18 Antonio Borneohelper/command: override target only on target prefixed...
2021-04-18 Antonio Borneohelper/command: get current target from dedicated API
2021-04-18 Antonio Borneohelper/command: use one single handler for all the...
2021-04-18 Antonio Borneohelper/command: always pass struct command as jim priva...
2021-04-18 Cheng-Shiun... Aarch64:Switch to EL1 from EL0 before manipulate MMU
2021-04-18 Antonio Borneodoc: [3/3] uniform the texinfo syntax for commands...
2021-04-18 Antonio Borneodoc: [2/3] uniform the texinfo syntax for commands...
2021-04-18 Antonio Borneodoc: [1/3] uniform the texinfo syntax for commands...
2021-04-18 Yasushi SHOJIdoc: Group adapter sub-commands
2021-04-11 Antonio Borneomem_ap: allow GDB connections
2021-04-11 Liming Suntarget/aarch64: Add watchpoint support
2021-04-11 Marc Schinkdoc/manual/style: Fix comments
2021-04-11 Marc Schinkdoc/manual/style: Do not use 'Yoda conditions'
2021-04-11 Antonio BorneoLICENSES: add 'license-rules.txt'
2021-04-11 Antonio BorneoLICENSES: add the BSD 1-clause license
2021-04-11 Thomas GleixnerLICENSES: add the BSD 3-clause "New" or "Revised" License
2021-04-11 Thomas GleixnerLICENSES: add the BSD 2-clause "Simplified" license
2021-04-11 Antonio BorneoLICENSES: add the GFDL-1.2 license
2021-04-11 Antonio BorneoLICENSES: add the GPL-3.0 license for stand-alone code
2021-04-11 Antonio BorneoLICENSES: move the GPL-2.0 license as required by check...
2021-04-10 Tomas Vanekdrivers/cmsis-dap: tidy up buffer access
2021-04-10 Adrian Negreanucmsis-dap: don't update the packet size across backends.
2021-04-05 Antonio Borneoopenocd: drop dependency from libusb0
2021-04-05 Antonio Borneodrivers/arm-jtag-ew: switch to libusb1
2021-04-05 Antonio Borneodrivers/usbprog: switch to libusb1
2021-04-05 Antonio Borneoudev rules: add missing Altera USB Blaster devices
next