aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-05-29rtos: use ARRAY_SIZE() and simplify rtos_type.create()Antonio Borneo4-59/+36
2021-05-29openocd: use macro ARRAY_SIZE()Antonio Borneo5-10/+8
2021-05-29drivers/versaloon: use ARRAY_SIZE()Antonio Borneo2-2/+1
2021-05-22target/zynqmp : Add AXI AP access portOlivier DANET1-0/+2
2021-05-22riscv: replace macro DIM() with ARRAY_SIZE()Antonio Borneo3-15/+9
2021-05-22riscv: drop unused variableAntonio Borneo1-3/+0
2021-05-22mem_ap: fix target arch_info typeAntonio Borneo1-5/+7
2021-05-22helper/command: silent debug msg on command register/unregisterAntonio Borneo1-2/+4
2021-05-22configure.ac: use a separate folder for Autoconf-generated filesR. Diez2-9/+5
2021-05-22Remove compatibility macros m4_ifblank and m4_ifnblankR. Diez1-14/+0
2021-05-22Warn on undefined preprocessor symbolsR. Diez1-0/+2
2021-05-22Document the buspirate interface driver.R. Diez1-0/+62
2021-05-22openocd: fix some minor typoAntonio Borneo5-7/+7
2021-05-22target: fix some minor typoAntonio Borneo7-8/+8
2021-05-22jtag: fix some minor typoAntonio Borneo8-13/+13
2021-05-22flash: fix some minor typoAntonio Borneo6-6/+6
2021-05-22tcl: fix some minor typoAntonio Borneo13-18/+18
2021-05-22tcl/rp2040: remove empty line at end of fileAntonio Borneo2-2/+0
2021-05-22github/action: create a permanent 'latest' releaseTarek BOCHKATI1-22/+23
2021-05-22flash/stm32l4x: add missing break statementTarek BOCHKATI1-1/+3
2021-05-22target/aarch64: fix watchpoint managementAntonio Borneo5-56/+22
2021-05-22target/arm_dpm: rename 'wp_pc' as 'wp_addr'Antonio Borneo7-13/+14
2021-05-20cortex_m: fix VECTRESET detection for ARMv6-M coresTarek BOCHKATI1-3/+3
2021-05-20cortex_m: do not perform soft_reset_halt on targets without VECTRESETTarek BOCHKATI1-0/+5
2021-05-18cmsis_dap: fix build on macOSAntonio Borneo1-2/+2
2021-05-18target/armv7m: fix static analyzer warningTomas Vanek1-4/+16
2021-05-15jimtcl: restrict memory leak workaround on Linux onlyAntonio Borneo1-2/+3
2021-05-15server: gdb_server: Add colon for target extended-remoteYasushi SHOJI1-1/+1
2021-05-15target/armv7m.h: [style] replace tab with space between variable type and nameTarek BOCHKATI1-1/+1
2021-05-11rtos: Add support for Zephyr RTOSEvgeniy Didin4-3/+800
2021-05-11cortex_m: add armv8m special registersTarek BOCHKATI3-13/+91
2021-05-11flash/nor/xcf: Do not use 'Yoda conditions'Marc Schink1-11/+11
2021-05-08Add IPDBG JtagHost functionality to OpenOCDDaniel Anselmi6-2/+890
2021-05-08coding-style: additional style for C codeAntonio Borneo1-4/+69
2021-05-08Enable adapter "Bus Pirate" by default.R. Diez1-8/+11
2021-05-08target/riscv: Change 'authdata_read' outputMarc Schink1-1/+1
2021-05-08target/stm8: Make 'stm8_command_handlers' staticMarc Schink2-3/+1
2021-05-08tcl: [3/3] prepare for jimtcl 0.81 'expr' syntax changeAntonio Borneo33-109/+109
2021-05-08tcl: [2/3] prepare for jimtcl 0.81 'expr' syntax changeAntonio Borneo4-12/+12
2021-05-08tcl: [1/3] prepare for jimtcl 0.81 'expr' syntax changeAntonio Borneo61-1596/+1596
2021-05-08startup.tcl: prepare for jimtcl 0.81 'expr' syntax changeAntonio Borneo2-4/+5
2021-05-08telnet/auto-complete: hide deprecated and internal commandsAntonio Borneo4-0/+22
2021-05-08telnet: allow hiding selected commands during auto-completionAntonio Borneo2-1/+18
2021-05-04cortex_m: use unsigned int for FPB and DWT quantifiersTarek BOCHKATI2-35/+32
2021-05-02cortex_m: implement hit_watchpoint functionTarek BOCHKATI1-0/+30
2021-05-02tcl/board: add pico-debug supportPeter Lawrence6-0/+516
2021-05-02flash/nor/stm32f1x: Add support for GD32F1x0/3x0asier702-5/+36
2021-05-01Cleanup of config/includes.Tim Newsome56-17/+81
2021-05-01drivers/ftdi: drscan: Skip DR-PAUSE when endstate == IDLELuis de Arquer1-8/+23
2021-05-01telnet: auto-completion of "registered" commandsTarek BOCHKATI1-25/+223