aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-06-08Call keep_alive() more often. (#616)Tim Newsome2-6/+7
2021-06-07Print dcsr.cause always (#617)Jan Matyas1-1/+3
2021-05-28Refactor opcodes.h (#613)Xiang W1-105/+82
2021-05-28Remove gnulib. (#615)Tim Newsome39-6204/+33
2021-05-20remove needless function declaration from src/target/riscv/program.h (#608)wxjstz1-10/+0
2021-05-20Add keepalive for vector register access. (#611)Tim Newsome1-0/+2
2021-05-18Merge pull request #604 from riscv/remote_bitbang_bufTim Newsome1-35/+78
2021-05-17remote bitbang, flush resets.Tim Newsome1-1/+7
2021-05-17Merge pull request #605 from riscv/rtos_riscvTim Newsome1-19/+0
2021-05-16riscv: replace macro DIM() with ARRAY_SIZE()Antonio Borneo3-15/+9
2021-05-16riscv: prefer ARRAY_SIZE() to DIM()Antonio Borneo2-8/+8
2021-05-16riscv: drop unused variableAntonio Borneo1-3/+0
2021-05-14Remote enable_rtos_riscv command.Tim Newsome1-19/+0
2021-05-14Also flush in execute_queue().Tim Newsome1-1/+12
2021-05-14Rename existing buffer to recv_buf.Tim Newsome1-24/+24
2021-05-13Fill the buffer before blocking on 1-byte read.Tim Newsome1-0/+4
2021-05-12Keep alive when accessing registers.Tim Newsome1-0/+4
2021-05-11Speed up a little again by buffering writes.Tim Newsome1-11/+33
2021-05-03Add keep_alive() to system bus read loop.Tim Newsome1-0/+1
2021-05-03Fix build.Tim Newsome1-1/+1
2021-05-03Merge branch 'master' into from_upstreamTim Newsome55-860/+1933
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-20Fix build on systems without usb.h (#599)Rupert Swarbrick1-1/+0
2021-04-18drivers/cmsis-dap: flush readTomas Vanek1-0/+19
2021-04-18drivers/cmsis-dap: improve error checkingTomas Vanek1-20/+43