docs: Fix incorrect -rtos option values
Commit 9ca1592cb9
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 <peter@stuge.se>
Reviewed-on: http://openocd.zylin.com/642
Reviewed-by: Freddie Chopin <freddie.chopin@gmail.com>
Tested-by: jenkins
__archive__
parent
9ca1592cb9
commit
064475459b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue