This is an automated email from Gerrit. Peter Stuge ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/642
-- gerrit commit 0b91be4fc612f82eb22c1f58c1f5e7af02ce5595 Author: Peter Stuge <[email protected]> Date: Mon May 14 17:47:09 2012 +0200 docs: Fix incorrect -rtos option values Commit 9ca1592cb9fe4e61ee5bc327345fdfc254c9fe13 started on documentation for the -rtos option, but some of the documented values were incorrect so we'll clean up the mess here. Many thanks to Freddie Chopin for spotting this! Change-Id: Iaa633bd40ff5f75dd6a69e74e79dafc1643ee21a Signed-off-by: Peter Stuge <[email protected]> diff --git a/doc/openocd.texi b/doc/openocd.texi index 34d0884..0c0b951 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -3941,8 +3941,8 @@ 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}. +@var{rtos_type} can be one of @option{auto}|@option{eCos}|@option{ThreadX}| +@option{FreeRTOS}|@option{linux}. @end itemize @end deffn -- ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
