rtos: Add ChibiOS/RT support
authorMatthias Blaicher <matthias@blaicher.com>
Fri, 5 Oct 2012 16:56:04 +0000 (18:56 +0200)
committerPeter Stuge <peter@stuge.se>
Tue, 16 Oct 2012 06:32:03 +0000 (06:32 +0000)
commit14e12c3969fef1a4649de1db0b0fac47e5295708
treeea5e0712be1f54ac54824d9f865af6171776772c
parentd8e4a7370f439a5feb3948d5ed33f0884b8109f3
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>
doc/openocd.texi
src/rtos/ChibiOS.c [new file with mode: 0644]
src/rtos/Makefile.am
src/rtos/rtos.c
src/rtos/rtos_chibios_stackings.c [new file with mode: 0644]
src/rtos/rtos_chibios_stackings.h [new file with mode: 0644]