aboutsummaryrefslogtreecommitdiff
path: root/doc/openocd.texi
diff options
context:
space:
mode:
authorMatthias Blaicher <matthias@blaicher.com>2012-10-05 18:56:04 +0200
committerPeter Stuge <peter@stuge.se>2012-10-16 06:32:03 +0000
commit14e12c3969fef1a4649de1db0b0fac47e5295708 (patch)
treeea5e0712be1f54ac54824d9f865af6171776772c /doc/openocd.texi
parentd8e4a7370f439a5feb3948d5ed33f0884b8109f3 (diff)
downloadriscv-openocd-14e12c3969fef1a4649de1db0b0fac47e5295708.zip
riscv-openocd-14e12c3969fef1a4649de1db0b0fac47e5295708.tar.gz
riscv-openocd-14e12c3969fef1a4649de1db0b0fac47e5295708.tar.bz2
rtos: Add ChibiOS/RT support
This patch adds ChibiOS/RT support. This patch requires at least ChibiOS/RT development version starting from SVN revision 4734. Note, that the Thread structures depend not only on the target but also on the ChibiOS configuration at build time. To correct this ChibiOS includes a new "memory signature" which specifies the offsets. Special thanks go to Peter Stuge and Spencer Oliver for their continous input and feedback to this patch. Change-Id: I842bf7ba6c2309a4efe93d29ea6cd0784a8b22a3 Signed-off-by: Matthias Blaicher <matthias@blaicher.com> Reviewed-on: http://openocd.zylin.com/901 Tested-by: jenkins Reviewed-by: Peter Stuge <peter@stuge.se>
Diffstat (limited to 'doc/openocd.texi')
-rw-r--r--doc/openocd.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi
index e663557..2cf1cbc 100644
--- a/doc/openocd.texi
+++ b/doc/openocd.texi
@@ -4075,7 +4075,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{FreeRTOS}|@option{linux}|@option{ChibiOS}.
@end itemize
@end deffn