From: Spencer Oliver Date: Mon, 14 May 2012 14:09:42 +0000 (+0100) Subject: docs: add initial target rtos support info X-Git-Tag: v0.6.0-rc1~85 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=9ca1592cb9fe4e61ee5bc327345fdfc254c9fe13 docs: add initial target rtos support info Change-Id: Idd39ce17922602aedd4626496ed8f5422bb76e07 Signed-off-by: Spencer Oliver Reviewed-on: http://openocd.zylin.com/641 Tested-by: jenkins Reviewed-by: Peter Stuge --- diff --git a/doc/openocd.texi b/doc/openocd.texi index c32f28ea88..34d0884c94 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -3940,6 +3940,10 @@ base @var{address} to be used when an MMU is active. The value should normally correspond to a static mapping for the @code{-work-area-phys} address, set up by the current operating system. +@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}. + @end itemize @end deffn