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
/
rtos
/
rtos.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-02
uint64_t->target_addr_t for stack pointers.
Tim Newsome
1
-1
/
+1
2021-09-18
openocd: remove last NULL comparisons
Antonio Borneo
1
-2
/
+2
2021-08-14
rtos: add debug prints for qSymbol lookup
Jan Matyas
1
-0
/
+11
2021-07-24
openocd: fix Yoda conditions with checkpatch
Antonio Borneo
1
-1
/
+1
2021-07-24
openocd: remove NULL comparisons with checkpatch [1/2]
Antonio Borneo
1
-5
/
+5
2021-07-24
openocd: fix simple cases of NULL comparison
Antonio Borneo
1
-16
/
+16
2021-07-20
openocd: manually fix Yoda conditions
Antonio Borneo
1
-1
/
+1
2021-07-20
openocd: fix simple cases of Yoda condition
Antonio Borneo
1
-1
/
+1
2021-07-02
Add RTOS memory read/write functions.
Tim Newsome
1
-0
/
+16
2021-07-02
rtos: rename CamelCase symbols
Antonio Borneo
1
-12
/
+12
2021-06-04
helper/jim-nvp: comply with coding style [2/2]
Antonio Borneo
1
-2
/
+2
2021-05-11
rtos: Add support for Zephyr RTOS
Evgeniy Didin
1
-0
/
+2
2021-03-10
rtos: Remove typedef'd struct
Marc Schink
1
-4
/
+4
2020-11-04
rtos: make private the API rtos_try_next()
Antonio Borneo
1
-1
/
+3
2020-09-05
openocd: avoid checking for non NULL pointer to free it
Antonio Borneo
1
-7
/
+4
2020-07-26
rtos: fix minor typos
Antonio Borneo
1
-1
/
+1
2020-07-26
rtos: add support for RIOT
Daniel Krebs
1
-0
/
+3
2020-05-24
openocd: properly use jim data types
Antonio Borneo
1
-1
/
+1
2020-05-24
rtos/ChibiOS: Fix some coding styles
Marc Schink
1
-2
/
+2
2020-03-17
rtos: Destroy RTOS and fix memory leak
Marc Schink
1
-0
/
+5
2019-08-28
gdb_server, rtos: Fine-grained RTOS register access
Tim Newsome
1
-9
/
+37
2019-06-04
gdb_server: fix GDB_BUFFER_SIZE usage, fix unaligned access during bulk trans...
Bohdan Tymkiv
1
-1
/
+1
2019-03-08
rtos/hwthread: add hardware-thread pseudo rtos
Matthias Welwarsky
1
-0
/
+2
2019-01-23
rtos: Add RTOS task awareness for Chromium-EC
Moritz Fischer
1
-0
/
+2
2018-10-16
rtos: support gdb_get_register_packet
Steven Stallion
1
-28
/
+88
2018-08-01
rtos: add support for NuttX
Masatoshi Tateishi
1
-0
/
+2
2018-03-03
rtos: fix rtos no-auto configuration
Matthias Welwarsky
1
-1
/
+1
2018-02-21
rtos: run rtos create hook only once on autodetect
Matthias Welwarsky
1
-3
/
+5
2018-02-21
rtos: facilitate RTOS SMP handling
Matthias Welwarsky
1
-0
/
+10
2016-12-08
helper: Code cleanup for hexify()
Marc Schink
1
-2
/
+5
2016-12-08
gdb_server: support qXfer:threads:read packet
Steven Stallion
1
-3
/
+3
2016-12-08
rtos: add support for uC/OS-III
Steven Stallion
1
-6
/
+19
2016-12-08
Add -defer-examine option to target create command
Matthias Welwarsky
1
-1
/
+4
2016-10-17
helper: Make unhexify() robust on invalid data
Marc Schink
1
-1
/
+1
2016-08-14
rtos: remove display_str member
Steven Stallion
1
-12
/
+3
2016-05-24
Remove FSF address from GPL notices
Marc Schink
1
-3
/
+1
2016-02-29
jim-nvp: Make Jim_GetOpt_String const-correct
Andreas Fritiofson
1
-1
/
+1
2015-10-30
rtos: turn stack alignment into a function pointer
Andrew Ruder
1
-7
/
+6
2015-04-24
rtos: fix print format specifiers
Paul Fertser
1
-1
/
+1
2015-04-14
RTOS: Add logging to FreeRTOS and general RTOS
Evan Hunter
1
-1
/
+12
2015-03-09
rtos: Freescale MQX rtos support
Marian Cingel
1
-1
/
+3
2014-11-24
rtos: allow symbols to be optional for a particular RTOS
Paul Fertser
1
-9
/
+22
2014-10-06
rtos: constify symbol names and lists
Spencer Oliver
1
-2
/
+3
2014-03-30
Don't cast return value of [cm]alloc
Andreas Fritiofson
1
-5
/
+5
2014-03-04
Constify received GDB packet
Christian Eggers
1
-4
/
+4
2014-03-04
gdb-server/rtos: Send correct answer to "qfThreadInfo" packet
Christian Eggers
1
-1
/
+1
2014-03-04
RTOS: Unify wipe-out of thread list
Christian Eggers
1
-0
/
+17
2014-02-04
rtos: fix uninitialised variable warning
Paul Fertser
1
-1
/
+1
2013-07-26
rtos: issue warning on auto detect failure
Spencer Oliver
1
-1
/
+3
2013-07-01
keep gdb aware of threads if RTOS is set but no threads are created
Zied Guermazi
1
-12
/
+15
[next]