doc: update RTOS section, add 'mqx' info
Change-Id: I20b93d49d275e6daaf5e39c49b4508c70c6fc56f Signed-off-by: Marian Cingel <cingel.marian@gmail.com> Reviewed-on: http://openocd.zylin.com/2592 Tested-by: jenkins Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
This commit is contained in:
parent
2af366259f
commit
06707fe159
|
@ -4369,7 +4369,7 @@ The value should normally correspond to a static mapping for the
|
||||||
@anchor{rtostype}
|
@anchor{rtostype}
|
||||||
@item @code{-rtos} @var{rtos_type} -- enable rtos support for target,
|
@item @code{-rtos} @var{rtos_type} -- enable rtos support for target,
|
||||||
@var{rtos_type} can be one of @option{auto}|@option{eCos}|@option{ThreadX}|
|
@var{rtos_type} can be one of @option{auto}|@option{eCos}|@option{ThreadX}|
|
||||||
@option{FreeRTOS}|@option{linux}|@option{ChibiOS}|@option{embKernel}
|
@option{FreeRTOS}|@option{linux}|@option{ChibiOS}|@option{embKernel}|@option{mqx}
|
||||||
@xref{gdbrtossupport,,RTOS Support}.
|
@xref{gdbrtossupport,,RTOS Support}.
|
||||||
|
|
||||||
@end itemize
|
@end itemize
|
||||||
|
@ -8585,6 +8585,7 @@ Currently supported rtos's include:
|
||||||
@item @option{linux}
|
@item @option{linux}
|
||||||
@item @option{ChibiOS}
|
@item @option{ChibiOS}
|
||||||
@item @option{embKernel}
|
@item @option{embKernel}
|
||||||
|
@item @option{mqx}
|
||||||
@end itemize
|
@end itemize
|
||||||
|
|
||||||
@quotation Note
|
@quotation Note
|
||||||
|
@ -8608,6 +8609,8 @@ rlist, ch_debug, chSysInit.
|
||||||
@item embKernel symbols
|
@item embKernel symbols
|
||||||
Rtos::sCurrentTask, Rtos::sListReady, Rtos::sListSleep,
|
Rtos::sCurrentTask, Rtos::sListReady, Rtos::sListSleep,
|
||||||
Rtos::sListSuspended, Rtos::sMaxPriorities, Rtos::sCurrentTaskCount.
|
Rtos::sListSuspended, Rtos::sMaxPriorities, Rtos::sCurrentTaskCount.
|
||||||
|
@item mqx symbols
|
||||||
|
_mqx_kernel_data, MQX_init_struct.
|
||||||
@end table
|
@end table
|
||||||
|
|
||||||
For most RTOS supported the above symbols will be exported by default. However for
|
For most RTOS supported the above symbols will be exported by default. However for
|
||||||
|
|
Loading…
Reference in New Issue