X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=doc%2Fopenocd.texi;fp=doc%2Fopenocd.texi;h=6c853f2ce4b702340782e98ab4cd9625e66b6a9e;hp=b9ad3ff77d2ea17ce281bd2ea606b29fe86c389e;hb=43c8aa28cb1570c11e1099c43e685af228190679;hpb=cf50bcb841238726697dc1250d6b6cb49fc6d19d diff --git a/doc/openocd.texi b/doc/openocd.texi index b9ad3ff77d..6c853f2ce4 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -5000,7 +5000,7 @@ The value should normally correspond to a static mapping for the @var{rtos_type} can be one of @option{auto}, @option{none}, @option{eCos}, @option{ThreadX}, @option{FreeRTOS}, @option{linux}, @option{ChibiOS}, @option{embKernel}, @option{mqx}, @option{uCOS-III}, @option{nuttx}, -@option{RIOT}, @option{Zephyr} +@option{RIOT}, @option{Zephyr}, @option{rtkernel} @xref{gdbrtossupport,,RTOS Support}. @item @code{-defer-examine} -- skip target examination at initial JTAG chain @@ -11867,6 +11867,7 @@ Currently supported rtos's include: @item @option{RIOT} @item @option{hwthread} (This is not an actual RTOS. @xref{usingopenocdsmpwithgdb,,Using OpenOCD SMP with GDB}.) @item @option{Zephyr} +@item @option{rtkernel} @end itemize At any time, it's possible to drop the selected RTOS using: @@ -11908,6 +11909,8 @@ _tcb_name_offset. @end raggedright @item Zephyr symbols _kernel, _kernel_openocd_offsets, _kernel_openocd_size_t_size +@item rtkernel symbols +Multiple struct offsets. @end table For most RTOS supported the above symbols will be exported by default. However for