aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-05-22flash: fix some minor typoAntonio Borneo6-6/+6
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 Didin3-0/+791
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 Anselmi5-2/+847
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-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 Lawrence3-0/+456
2021-05-02flash/nor/stm32f1x: Add support for GD32F1x0/3x0asier701-4/+34
2021-05-01Cleanup of config/includes.Tim Newsome55-12/+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
2021-05-01jtag: simplify the calls to Jim_SetResultFormatted()Antonio Borneo2-11/+6
2021-05-01helper/command: drop the TCL variable 'ocd_HOSTOS'Antonio Borneo1-34/+0
2021-05-01helper/command: fix memory leak on malloc() failAntonio Borneo1-5/+9
2021-05-01helper/jim-nvp: remove unused function Jim_nvpInit()Antonio Borneo1-6/+0
2021-05-01helper/types: remove type '_Bool'Antonio Borneo1-7/+1
2021-05-01helper/replacements: remove unused typedef'sAntonio Borneo1-2/+0
2021-05-01target/image: report error if ELF file contains no loadable sectionsChristian Hoff1-2/+8
2021-05-01target/image: allow loading of 64-bit ELF filesFlorian Meister3-59/+346
2021-05-01libusb: don't use typedef'sAntonio Borneo12-40/+40
2021-05-01helper/command: fix build with jimtcl 0.79 or olderAntonio Borneo1-0/+4
2021-04-30cortex_m: mark FPU register as non-existent instead of playing with num_regsTarek BOCHKATI2-15/+11
2021-04-30target/armv7m: change FPv4_SP and FPv5_SP/DP identifiers to uppercaseTomas Vanek4-8/+8
2021-04-25target/arm_adi_v5: move DP register definitions to one blockTomas Vanek1-8/+9
2021-04-25target/adi_v5_swd: remove double space from swd_cmd() parametersTomas Vanek1-4/+4
2021-04-25drivers/cmsis-dap: add multidrop capabilityPeter Lawrence1-2/+65
2021-04-25target/arm_adi_v5: add JTAG_TO_DORMANT sequenceTomas Vanek1-0/+1
2021-04-25smp: move command deprecation to startup.tclAntonio Borneo2-34/+31
2021-04-24remote_bitbang: Add Windows supportYun Liu1-36/+19
2021-04-22flash/nor/nrf5: Fix data types and const correctnessMarc Schink1-14/+7
2021-04-22flash/nor/numicro: Use 'bool' data typeMarc Schink1-1/+1
2021-04-18drivers/cmsis-dap: flush readTomas Vanek1-0/+19
2021-04-18drivers/cmsis-dap: improve error checkingTomas Vanek1-20/+43
2021-04-18helper/command: rename s/command_unknown/jim_command_dispatch/Antonio Borneo1-5/+5