aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSpencer Oliver <spen@spen-soft.co.uk>2013-07-25 16:58:12 +0100
committerSpencer Oliver <spen@spen-soft.co.uk>2013-08-01 10:29:18 +0000
commit1018e1e4c80f7e02cb0cd3c7e9d2f3f22feb74e8 (patch)
tree10133c2f71d8f945695777b8cc34a0807f3ca499
parentcc731bda98f40253ebb7e710dd5646ac448f83de (diff)
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>
-rw-r--r--doc/openocd.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi
index 51dab187..8373593a 100644
--- a/doc/openocd.texi
+++ b/doc/openocd.texi
@@ -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