This is an automated email from Gerrit. Daniel Krebs ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/3001
-- gerrit commit fc464ece9f3d4117fcb6ffdfaa61e514826d3b21 Author: daniel-k <[email protected]> Date: Tue Oct 6 12:32:14 2015 +0200 doc: add RIOT to supported RTOS Change-Id: I3a44333de6611f66c7f87b375a8fd6fec97bd774 Signed-off-by: Daniel Krebs <[email protected]> diff --git a/doc/openocd.texi b/doc/openocd.texi index 21141ca..39ac12e 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -4176,7 +4176,7 @@ The value should normally correspond to a static mapping for the @anchor{rtostype} @item @code{-rtos} @var{rtos_type} -- enable rtos support for target, @var{rtos_type} can be one of @option{auto}|@option{eCos}|@option{ThreadX}| -@option{FreeRTOS}|@option{linux}|@option{ChibiOS}|@option{embKernel}|@option{mqx} +@option{FreeRTOS}|@option{linux}|@option{ChibiOS}|@option{embKernel}|@option{mqx}|@option{RIOT} @xref{gdbrtossupport,,RTOS Support}. @end itemize @@ -8506,6 +8506,7 @@ Currently supported rtos's include: @item @option{ChibiOS} @item @option{embKernel} @item @option{mqx} +@item @option{RIOT} @end itemize @quotation Note @@ -8539,6 +8540,8 @@ Rtos::sCurrentTask, Rtos::sListReady, Rtos::sListSleep, Rtos::sListSuspended, Rtos::sMaxPriorities, Rtos::sCurrentTaskCount. @item mqx symbols _mqx_kernel_data, MQX_init_struct. +@item RIOT symbols +sched_threads, sched_num_threads, sched_active_pid, max_threads. @end table For most RTOS supported the above symbols will be exported by default. However for @@ -8552,6 +8555,14 @@ along with the project: contrib/rtos-helpers/FreeRTOS-openocd.c @end table +For RIOT thread names are only available if it was compiled with DEVELHELP, so +add this line to your @file{Makefile}: + +@table @code +@item RIOT +CFLAGS += -DDEVELHELP +@end table + @node Tcl Scripting API @chapter Tcl Scripting API @cindex Tcl Scripting API -- ------------------------------------------------------------------------------ _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
