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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-29
rtos: use ARRAY_SIZE() and simplify rtos_type.create()
Antonio Borneo
4
-59
/
+36
2021-05-29
openocd: use macro ARRAY_SIZE()
Antonio Borneo
5
-10
/
+8
2021-05-29
drivers/versaloon: use ARRAY_SIZE()
Antonio Borneo
2
-2
/
+1
2021-05-22
target/zynqmp : Add AXI AP access port
Olivier DANET
1
-0
/
+2
2021-05-22
riscv: replace macro DIM() with ARRAY_SIZE()
Antonio Borneo
3
-15
/
+9
2021-05-22
riscv: drop unused variable
Antonio Borneo
1
-3
/
+0
2021-05-22
mem_ap: fix target arch_info type
Antonio Borneo
1
-5
/
+7
2021-05-22
helper/command: silent debug msg on command register/unregister
Antonio Borneo
1
-2
/
+4
2021-05-22
configure.ac: use a separate folder for Autoconf-generated files
R. Diez
2
-9
/
+5
2021-05-22
Remove compatibility macros m4_ifblank and m4_ifnblank
R. Diez
1
-14
/
+0
2021-05-22
Warn on undefined preprocessor symbols
R. Diez
1
-0
/
+2
2021-05-22
Document the buspirate interface driver.
R. Diez
1
-0
/
+62
2021-05-22
openocd: fix some minor typo
Antonio Borneo
5
-7
/
+7
2021-05-22
target: fix some minor typo
Antonio Borneo
7
-8
/
+8
2021-05-22
jtag: fix some minor typo
Antonio Borneo
8
-13
/
+13
2021-05-22
flash: fix some minor typo
Antonio Borneo
6
-6
/
+6
2021-05-22
tcl: fix some minor typo
Antonio Borneo
13
-18
/
+18
2021-05-22
tcl/rp2040: remove empty line at end of file
Antonio Borneo
2
-2
/
+0
2021-05-22
github/action: create a permanent 'latest' release
Tarek BOCHKATI
1
-22
/
+23
2021-05-22
flash/stm32l4x: add missing break statement
Tarek BOCHKATI
1
-1
/
+3
2021-05-22
target/aarch64: fix watchpoint management
Antonio Borneo
5
-56
/
+22
2021-05-22
target/arm_dpm: rename 'wp_pc' as 'wp_addr'
Antonio Borneo
7
-13
/
+14
2021-05-20
cortex_m: fix VECTRESET detection for ARMv6-M cores
Tarek BOCHKATI
1
-3
/
+3
2021-05-20
cortex_m: do not perform soft_reset_halt on targets without VECTRESET
Tarek BOCHKATI
1
-0
/
+5
2021-05-18
cmsis_dap: fix build on macOS
Antonio Borneo
1
-2
/
+2
2021-05-18
target/armv7m: fix static analyzer warning
Tomas Vanek
1
-4
/
+16
2021-05-15
jimtcl: restrict memory leak workaround on Linux only
Antonio Borneo
1
-2
/
+3
2021-05-15
server: gdb_server: Add colon for target extended-remote
Yasushi SHOJI
1
-1
/
+1
2021-05-15
target/armv7m.h: [style] replace tab with space between variable type and name
Tarek BOCHKATI
1
-1
/
+1
2021-05-11
rtos: Add support for Zephyr RTOS
Evgeniy Didin
4
-3
/
+800
2021-05-11
cortex_m: add armv8m special registers
Tarek BOCHKATI
3
-13
/
+91
2021-05-11
flash/nor/xcf: Do not use 'Yoda conditions'
Marc Schink
1
-11
/
+11
2021-05-08
Add IPDBG JtagHost functionality to OpenOCD
Daniel Anselmi
6
-2
/
+890
2021-05-08
coding-style: additional style for C code
Antonio Borneo
1
-4
/
+69
2021-05-08
Enable adapter "Bus Pirate" by default.
R. Diez
1
-8
/
+11
2021-05-08
target/riscv: Change 'authdata_read' output
Marc Schink
1
-1
/
+1
2021-05-08
target/stm8: Make 'stm8_command_handlers' static
Marc Schink
2
-3
/
+1
2021-05-08
tcl: [3/3] prepare for jimtcl 0.81 'expr' syntax change
Antonio Borneo
33
-109
/
+109
2021-05-08
tcl: [2/3] prepare for jimtcl 0.81 'expr' syntax change
Antonio Borneo
4
-12
/
+12
2021-05-08
tcl: [1/3] prepare for jimtcl 0.81 'expr' syntax change
Antonio Borneo
61
-1596
/
+1596
2021-05-08
startup.tcl: prepare for jimtcl 0.81 'expr' syntax change
Antonio Borneo
2
-4
/
+5
2021-05-08
telnet/auto-complete: hide deprecated and internal commands
Antonio Borneo
4
-0
/
+22
2021-05-08
telnet: allow hiding selected commands during auto-completion
Antonio Borneo
2
-1
/
+18
2021-05-04
cortex_m: use unsigned int for FPB and DWT quantifiers
Tarek BOCHKATI
2
-35
/
+32
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
6
-0
/
+516
2021-05-02
flash/nor/stm32f1x: Add support for GD32F1x0/3x0
asier70
2
-5
/
+36
2021-05-01
Cleanup of config/includes.
Tim Newsome
56
-17
/
+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
[next]