index
:
riscv-tools/riscv-openocd.git
FE_402_fix
__archive__
add_macos_build
autoconf
bscan_optimization
bscan_tunnel
buf_sget
build32
busy
compliance_dev
debug-log-reg-failure
deinit
dmi_read
dmstatus_version
dsp5680_build
eclipse_memory_read
eclipse_multicore_fix
examine_command
examine_unavailable_harts
examine_unavailable_harts_backup
examine_unavailable_harts_rebase
examine_unavailable_harts_squash
fence_i_fix_for_release
fix-halt-reason-after-singlestep
fix_macbuild
gd32vf103
gdb_next_port
gitignore-build
global
halt_examine
haltreq
hypervisor_translate
jlink
log_output
macbuild
macro
manual_hwbp
master
mem64
mpsse_flush
multicore
new_bscan_approach
newprogram
nohartstatus
old_fixes_and_eclipse_memory_read
old_triggers
print_port
race
rbb_cleanup
regcache
regression_test_janmat_experim
release
remove-slot_t-from-riscv-013
reset_test
reverse-resume-order
riscv
riscv-batch-cleanup
riscv-compliance
riscv-compliance-dev
s2_increment
sba_tests
set_group
static
travis-nop
update_defines
us_xds110
vector2
winbuild
wip
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-08
Call keep_alive() more often. (#616)
Tim Newsome
2
-6
/
+7
2021-06-07
Print dcsr.cause always (#617)
Jan Matyas
1
-1
/
+3
2021-05-28
Refactor opcodes.h (#613)
Xiang W
1
-105
/
+82
2021-05-28
Remove gnulib. (#615)
Tim Newsome
39
-6204
/
+33
2021-05-20
remove needless function declaration from src/target/riscv/program.h (#608)
wxjstz
1
-10
/
+0
2021-05-20
Add keepalive for vector register access. (#611)
Tim Newsome
1
-0
/
+2
2021-05-18
Merge pull request #604 from riscv/remote_bitbang_buf
Tim Newsome
1
-35
/
+78
2021-05-17
remote bitbang, flush resets.
Tim Newsome
1
-1
/
+7
2021-05-17
Merge pull request #605 from riscv/rtos_riscv
Tim Newsome
1
-19
/
+0
2021-05-16
riscv: replace macro DIM() with ARRAY_SIZE()
Antonio Borneo
3
-15
/
+9
2021-05-16
riscv: prefer ARRAY_SIZE() to DIM()
Antonio Borneo
2
-8
/
+8
2021-05-16
riscv: drop unused variable
Antonio Borneo
1
-3
/
+0
2021-05-14
Remote enable_rtos_riscv command.
Tim Newsome
1
-19
/
+0
2021-05-14
Also flush in execute_queue().
Tim Newsome
1
-1
/
+12
2021-05-14
Rename existing buffer to recv_buf.
Tim Newsome
1
-24
/
+24
2021-05-13
Fill the buffer before blocking on 1-byte read.
Tim Newsome
1
-0
/
+4
2021-05-12
Keep alive when accessing registers.
Tim Newsome
1
-0
/
+4
2021-05-11
Speed up a little again by buffering writes.
Tim Newsome
1
-11
/
+33
2021-05-03
Add keep_alive() to system bus read loop.
Tim Newsome
1
-0
/
+1
2021-05-03
Fix build.
Tim Newsome
1
-1
/
+1
2021-05-03
Merge branch 'master' into from_upstream
Tim Newsome
55
-860
/
+1933
2021-05-02
cortex_m: implement hit_watchpoint function
Tarek BOCHKATI
1
-0
/
+30
2021-05-02
tcl/board: add pico-debug support
Peter Lawrence
3
-0
/
+456
2021-05-02
flash/nor/stm32f1x: Add support for GD32F1x0/3x0
asier70
1
-4
/
+34
2021-05-01
Cleanup of config/includes.
Tim Newsome
55
-12
/
+81
2021-05-01
drivers/ftdi: drscan: Skip DR-PAUSE when endstate == IDLE
Luis de Arquer
1
-8
/
+23
2021-05-01
telnet: auto-completion of "registered" commands
Tarek BOCHKATI
1
-25
/
+223
2021-05-01
jtag: simplify the calls to Jim_SetResultFormatted()
Antonio Borneo
2
-11
/
+6
2021-05-01
helper/command: drop the TCL variable 'ocd_HOSTOS'
Antonio Borneo
1
-34
/
+0
2021-05-01
helper/command: fix memory leak on malloc() fail
Antonio Borneo
1
-5
/
+9
2021-05-01
helper/jim-nvp: remove unused function Jim_nvpInit()
Antonio Borneo
1
-6
/
+0
2021-05-01
helper/types: remove type '_Bool'
Antonio Borneo
1
-7
/
+1
2021-05-01
helper/replacements: remove unused typedef's
Antonio Borneo
1
-2
/
+0
2021-05-01
target/image: report error if ELF file contains no loadable sections
Christian Hoff
1
-2
/
+8
2021-05-01
target/image: allow loading of 64-bit ELF files
Florian Meister
3
-59
/
+346
2021-05-01
libusb: don't use typedef's
Antonio Borneo
12
-40
/
+40
2021-05-01
helper/command: fix build with jimtcl 0.79 or older
Antonio Borneo
1
-0
/
+4
2021-04-30
cortex_m: mark FPU register as non-existent instead of playing with num_regs
Tarek BOCHKATI
2
-15
/
+11
2021-04-30
target/armv7m: change FPv4_SP and FPv5_SP/DP identifiers to uppercase
Tomas Vanek
4
-8
/
+8
2021-04-25
target/arm_adi_v5: move DP register definitions to one block
Tomas Vanek
1
-8
/
+9
2021-04-25
target/adi_v5_swd: remove double space from swd_cmd() parameters
Tomas Vanek
1
-4
/
+4
2021-04-25
drivers/cmsis-dap: add multidrop capability
Peter Lawrence
1
-2
/
+65
2021-04-25
target/arm_adi_v5: add JTAG_TO_DORMANT sequence
Tomas Vanek
1
-0
/
+1
2021-04-25
smp: move command deprecation to startup.tcl
Antonio Borneo
2
-34
/
+31
2021-04-24
remote_bitbang: Add Windows support
Yun Liu
1
-36
/
+19
2021-04-22
flash/nor/nrf5: Fix data types and const correctness
Marc Schink
1
-14
/
+7
2021-04-22
flash/nor/numicro: Use 'bool' data type
Marc Schink
1
-1
/
+1
2021-04-20
Fix build on systems without usb.h (#599)
Rupert Swarbrick
1
-1
/
+0
2021-04-18
drivers/cmsis-dap: flush read
Tomas Vanek
1
-0
/
+19
2021-04-18
drivers/cmsis-dap: improve error checking
Tomas Vanek
1
-20
/
+43
[next]