diff options
author | Spencer Oliver <spen@spen-soft.co.uk> | 2012-05-14 15:09:42 +0100 |
---|---|---|
committer | Peter Stuge <peter@stuge.se> | 2012-05-14 14:45:10 +0000 |
commit | 9ca1592cb9fe4e61ee5bc327345fdfc254c9fe13 (patch) | |
tree | 26b4b81de5e4f2da009512ef52f66f2b99be7a92 /doc | |
parent | 0eaa8e7db06416e3781eca58211df1280308a6c6 (diff) |
docs: add initial target rtos support info
Change-Id: Idd39ce17922602aedd4626496ed8f5422bb76e07
Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk>
Reviewed-on: http://openocd.zylin.com/641
Tested-by: jenkins
Reviewed-by: Peter Stuge <peter@stuge.se>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/openocd.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi index c32f28ea..34d0884c 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -3940,6 +3940,10 @@ base @var{address} to be used when an MMU is active. 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}. + @end itemize @end deffn |