This is an automated email from Gerrit. Spencer Oliver ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/643
-- gerrit commit 78fc169dc240235af9cc572a9b966fb7821e7a5e Author: Spencer Oliver <[email protected]> Date: Mon May 14 16:52:08 2012 +0100 docs: fix target rtos case sensitive names This corrects a bug with the last commit 9ca1592cb9fe4e61ee5bc327345fdfc254c9fe13. The rtos name are case sensitive. Change-Id: Iaef9ca87b25d4bce33a413ee92ee29b73c89a0c3 Signed-off-by: Spencer Oliver <[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
