docs: add missing embKernel rtos arg to docs
Change-Id: Ib304a2bf272d281f6cd124ffca95b32531d57899 Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk> Reviewed-on: http://openocd.zylin.com/1529 Tested-by: jenkins Reviewed-by: Xiaofan <xiaofanc@gmail.com>
This commit is contained in:
parent
cc731bda98
commit
1018e1e4c8
|
@ -4301,7 +4301,7 @@ The value should normally correspond to a static mapping for the
|
|||
|
||||
@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{FreeRTOS}|@option{linux}|@option{ChibiOS}|@option{embKernel}.
|
||||
|
||||
@end itemize
|
||||
@end deffn
|
||||
|
|
Loading…
Reference in New Issue