doc: add missing FreeRTOS symbol
A new FreeRTOS symbol xSchedulerRunning was added into the symbol list. But the doc was not updated accordingly. Signed-off-by: Chao Du <duchao@eswincomputing.com> Change-Id: If1b18591e2681477ad96f1dea566cc2547097767 Reviewed-on: https://review.openocd.org/c/openocd/+/7531 Tested-by: jenkins Reviewed-by: Tomas Vanek <vanekt@fbl.cz> Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
This commit is contained in:
parent
8d1261c248
commit
a7f8a1d7fb
|
@ -11887,7 +11887,7 @@ _tx_thread_current_ptr, _tx_thread_created_ptr, _tx_thread_created_count.
|
||||||
@raggedright
|
@raggedright
|
||||||
pxCurrentTCB, pxReadyTasksLists, xDelayedTaskList1, xDelayedTaskList2,
|
pxCurrentTCB, pxReadyTasksLists, xDelayedTaskList1, xDelayedTaskList2,
|
||||||
pxDelayedTaskList, pxOverflowDelayedTaskList, xPendingReadyList,
|
pxDelayedTaskList, pxOverflowDelayedTaskList, xPendingReadyList,
|
||||||
uxCurrentNumberOfTasks, uxTopUsedPriority.
|
uxCurrentNumberOfTasks, uxTopUsedPriority, xSchedulerRunning.
|
||||||
@end raggedright
|
@end raggedright
|
||||||
@item linux symbols
|
@item linux symbols
|
||||||
init_task.
|
init_task.
|
||||||
|
|
Loading…
Reference in New Issue