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
2020-05-24
stlink: fix incorrectly returned error on v2j28
Antonio Borneo
1
-1
/
+14
2020-05-24
stlink: default dapdirect to SWD instead of JTAG
Antonio Borneo
1
-1
/
+1
2020-05-24
stm8 target: make adapter speed settings work
Ake Rehnman
1
-11
/
+29
2020-05-24
Revert "adapter: expose HLA interface in struct adapter_driver"
Antonio Borneo
2
-9
/
+0
2020-05-24
stlink: simplify handling of SWIM
Antonio Borneo
1
-17
/
+8
2020-05-24
stlink: simplify mem R/W with SWIM
Antonio Borneo
1
-12
/
+36
2020-05-24
swim: add new transport
Antonio Borneo
7
-31
/
+161
2020-05-24
swim: fix adapter speed handling
Antonio Borneo
3
-7
/
+14
2020-05-24
swim: abstract the transport in stm8 target
Antonio Borneo
4
-53
/
+134
2020-05-24
adapter: expose HLA interface in struct adapter_driver
Antonio Borneo
2
-0
/
+9
2020-05-24
stlink: reduce use of hla specific enum hl_transports
Antonio Borneo
1
-50
/
+52
2020-05-24
flash/nor/sh_qspi: Fix dead assignment
Marc Schink
1
-1
/
+1
2020-05-24
arm_disassembler: fix typo 'ARM_UNKNOWN_INSTUCTION' to '.._INSTRUCTION'
Tarek BOCHKATI
2
-2
/
+2
2020-05-24
nor/flash: Add keep_alive() during flash write handler
Edward Fewell
1
-0
/
+2
2020-05-24
flash/nor/jtagspi: propagate error from jtag_execute_queue()
Tomas Vanek
1
-2
/
+2
2020-05-24
rtos/ChibiOS: Fix some coding styles
Marc Schink
3
-62
/
+62
2020-05-19
Fix semihosting for multicore targets (#478)
Tim Newsome
5
-76
/
+132
2020-05-18
Speed up SBA block reads roughly 2x. (#477)
Tim Newsome
1
-3
/
+49
2020-05-18
flash: nor: jtagspi: make read_status report errors
Paul Fertser
1
-4
/
+15
2020-05-15
Improvements for the HiFive1 revB (#476)
Alistair Francis
1
-0
/
+1
2020-05-14
target/arc: fix build with clang
Antonio Borneo
1
-1
/
+1
2020-05-14
Make mem2array work with 64-bit addresses. (#475)
Tim Newsome
1
-5
/
+6
2020-05-12
cortex_m: make bit fields in cortex_m unsigned.
iosabi
2
-31
/
+32
2020-05-12
flash/nor/bluenrg-x: Minor code cleanups
Marc Schink
1
-10
/
+9
2020-05-09
coding style: open function's brace at beginning of new line
Antonio Borneo
2
-21
/
+11
2020-05-09
coding style: wrap lines longer than 120 chars
Antonio Borneo
2
-3
/
+13
2020-05-09
coding style: join consecutive string fragments
Antonio Borneo
1
-1
/
+1
2020-05-09
coding style: let "else" follow the close brace
Antonio Borneo
2
-4
/
+2
2020-05-09
coding style: remove useless return statement from void functions
Antonio Borneo
3
-15
/
+0
2020-05-09
coding style: prototype of functions with no parameters
Antonio Borneo
6
-9
/
+9
2020-05-09
coding style: add missing space when split strings
Antonio Borneo
8
-17
/
+17
2020-05-09
coding style: avoid unnecessary line continuations
Antonio Borneo
23
-74
/
+74
2020-05-09
coding style: add parenthesis around the argument of sizeof
Antonio Borneo
15
-32
/
+32
2020-05-09
coding style: remove useless break after a goto or return
Antonio Borneo
18
-68
/
+0
2020-05-09
helper/ioutil: silence gcc-8 on strncpy
Antonio Borneo
1
-1
/
+1
2020-05-09
helper/command: register all commands through register_commands()
Antonio Borneo
1
-3
/
+15
2020-05-09
flash/nor/efm32: Some small code cleanups
Marc Schink
1
-14
/
+9
2020-05-09
server/telnet: Fix history output
Marc Schink
1
-15
/
+35
2020-05-09
hla: remove unused hl_interface_param_s.api
Tarek BOCHKATI
2
-3
/
+1
2020-05-09
flash/nor/avrf: Minor code cleanups
Marc Schink
1
-15
/
+11
2020-05-09
flash/nor/kinetis: Minor code cleanups
Marc Schink
1
-34
/
+26
2020-05-08
target/arc: introduce breakpoint functionality
Evgeniy Didin
2
-2
/
+162
2020-05-08
target/arc: introduce arc_read/write_instruction functions
Evgeniy Didin
2
-0
/
+79
2020-05-08
target/arc: Add initial stepping functions
Evgeniy Didin
2
-2
/
+108
2020-05-07
Add get_thread_reg() and set_reg() for hwthread
Tim Newsome
1
-51
/
+90
2020-05-06
Don't cache PC, but do cache DPC. (#473)
Tim Newsome
1
-3
/
+4
2020-05-06
Add awareness of halt group cause. (#472)
Tim Newsome
3
-0
/
+5
2020-05-03
flash/stm32l4x: always use stm32l4_get_flash_reg
Tarek BOCHKATI
1
-4
/
+3
2020-05-03
revision id for STM32L4P5/Q5 corrected
Andreas Bolsch
1
-1
/
+1
2020-05-03
target/armv7m: cosmetic refactorization
Tomas Vanek
1
-5
/
+7
[prev]
[next]