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-04-18
helper/command: get rid of the tree of struct command
Antonio Borneo
2
-191
/
+71
2021-04-18
helper/command: unregister commands through their full-name
Antonio Borneo
2
-5
/
+97
2021-04-18
helper/command: simplify jim_command_mode()
Antonio Borneo
1
-25
/
+22
2021-04-18
helper/command: simplify run_command()
Antonio Borneo
1
-10
/
+3
2021-04-18
helper/command: register full-name commands in jim
Antonio Borneo
5
-88
/
+39
2021-04-18
help: re-implement 'help' independent from tree of struct command
Antonio Borneo
3
-104
/
+150
2021-04-18
command mode: return "any" for tcl proc
Antonio Borneo
1
-0
/
+18
2021-04-18
helper/command: pass command prefix to command registration
Antonio Borneo
7
-32
/
+30
2021-04-18
helper/command: override target only on target prefixed cmds
Antonio Borneo
6
-52
/
+69
2021-04-18
helper/command: get current target from dedicated API
Antonio Borneo
2
-36
/
+54
2021-04-18
helper/command: use one single handler for all the commands
Antonio Borneo
1
-71
/
+49
2021-04-18
helper/command: always pass struct command as jim private data
Antonio Borneo
5
-26
/
+54
2021-04-18
Aarch64:Switch to EL1 from EL0 before manipulate MMU
Cheng-Shiun Tsai
1
-0
/
+9
2021-04-18
doc: [3/3] uniform the texinfo syntax for commands definition
Antonio Borneo
1
-81
/
+81
2021-04-18
doc: [2/3] uniform the texinfo syntax for commands definition
Antonio Borneo
1
-36
/
+36
2021-04-18
doc: [1/3] uniform the texinfo syntax for commands definition
Antonio Borneo
1
-413
/
+413
2021-04-18
doc: Group adapter sub-commands
Yasushi SHOJI
1
-3
/
+3
2021-04-11
mem_ap: allow GDB connections
Antonio Borneo
2
-4
/
+97
2021-04-11
target/aarch64: Add watchpoint support
Liming Sun
4
-7
/
+228
2021-04-11
doc/manual/style: Fix comments
Marc Schink
1
-2
/
+2
2021-04-11
doc/manual/style: Do not use 'Yoda conditions'
Marc Schink
1
-2
/
+2
2021-04-11
LICENSES: add 'license-rules.txt'
Antonio Borneo
3
-0
/
+225
2021-04-11
LICENSES: add the BSD 1-clause license
Antonio Borneo
2
-0
/
+29
2021-04-11
LICENSES: add the BSD 3-clause "New" or "Revised" License
Thomas Gleixner
2
-0
/
+37
2021-04-11
LICENSES: add the BSD 2-clause "Simplified" license
Thomas Gleixner
2
-0
/
+33
2021-04-11
LICENSES: add the GFDL-1.2 license
Antonio Borneo
5
-4
/
+424
2021-04-11
LICENSES: add the GPL-3.0 license for stand-alone code
Antonio Borneo
2
-0
/
+691
2021-04-11
LICENSES: move the GPL-2.0 license as required by checkpatch
Antonio Borneo
3
-335
/
+362
2021-04-10
drivers/cmsis-dap: tidy up buffer access
Tomas Vanek
4
-122
/
+125
2021-04-10
cmsis-dap: don't update the packet size across backends.
Adrian Negreanu
4
-41
/
+84
2021-04-05
openocd: drop dependency from libusb0
Antonio Borneo
8
-108
/
+5
2021-04-05
drivers/arm-jtag-ew: switch to libusb1
Antonio Borneo
2
-21
/
+29
2021-04-05
drivers/usbprog: switch to libusb1
Antonio Borneo
2
-25
/
+29
2021-04-05
udev rules: add missing Altera USB Blaster devices
Antonio Borneo
2
-1
/
+7
2021-04-05
udev rules: add missing ftdi USB VID/PID
Antonio Borneo
1
-0
/
+23
2021-04-05
jimtcl: add temporary workaround for memory leak in jimtcl 0.80
Antonio Borneo
1
-0
/
+34
2021-04-05
build: Fix out-of-tree with --disable-dependency-tracking configure flag
Raúl Sánchez Siles
1
-0
/
+1
2021-03-24
flash/stm32l4x: probe tzen and rdp values
Tarek BOCHKATI
2
-11
/
+60
2021-03-24
flash/stm32l4x: introduce stm32l4_part_info.flags for devices features
Tarek BOCHKATI
1
-39
/
+33
2021-03-24
flash/stm32l4x: enhance protect handler to use efficiently all WRP areas
Tarek BOCHKATI
2
-56
/
+400
2021-03-24
stm32l4x: add OTP support for STM32 G0/G4/L4/L4+/L5/WB/WL devices
Tarek BOCHKATI
8
-12
/
+182
2021-03-24
flash/nor/atsame5: add SAME51G18A and SAME51G19A devices
Tomas Vanek
1
-1
/
+3
2021-03-24
flash/nor/cfi: fix uninitialized write-mem pointer
Mischa Studer
1
-9
/
+5
2021-03-20
tcl/interface/ftdi: Add PLS SPC5 debugger config
Andrew Wesie
2
-0
/
+39
2021-03-19
README: update requested autoconf version 2.69
Antonio Borneo
1
-1
/
+1
2021-03-19
drivers: USB Blaster II: close file and release USB device if firmware handli...
Oleksij Rempel
1
-3
/
+5
2021-03-19
drivers: USB Blaster II: claim interface before using it
Oleksij Rempel
1
-0
/
+21
2021-03-19
target/arc: refactor ARC register numbers defines
Evgeniy Didin
3
-8
/
+51
2021-03-19
build: remove warnings with gcc 11
Rene Kita
2
-6
/
+6
2021-03-19
aarch64: handle semihosting in aarch32 state
Tarek BOCHKATI
2
-8
/
+56
[next]