diff options
author | Spencer Oliver <spen@spen-soft.co.uk> | 2013-07-25 16:58:12 +0100 |
---|---|---|
committer | Spencer Oliver <spen@spen-soft.co.uk> | 2013-08-01 10:29:18 +0000 |
commit | 1018e1e4c80f7e02cb0cd3c7e9d2f3f22feb74e8 (patch) | |
tree | 10133c2f71d8f945695777b8cc34a0807f3ca499 /doc | |
parent | cc731bda98f40253ebb7e710dd5646ac448f83de (diff) | |
download | riscv-openocd-1018e1e4c80f7e02cb0cd3c7e9d2f3f22feb74e8.zip riscv-openocd-1018e1e4c80f7e02cb0cd3c7e9d2f3f22feb74e8.tar.gz riscv-openocd-1018e1e4c80f7e02cb0cd3c7e9d2f3f22feb74e8.tar.bz2 |
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>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/openocd.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi index 51dab18..8373593 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 |