Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
card10
openocd
Commits
32862ed9
Commit
32862ed9
authored
Jul 18, 2011
by
Evan
Committed by
Øyvind Harboe
Aug 24, 2011
Browse files
Add suspended task list to FreeRTOS support
parent
85219514
Changes
1
Show whitespace changes
Inline
Side-by-side
src/rtos/FreeRTOS.c
View file @
32862ed9
...
...
@@ -244,6 +244,7 @@ static int FreeRTOS_update_threads( struct rtos *rtos )
list_of_lists
[
num_lists
++
]
=
rtos
->
symbols
[
FreeRTOS_VAL_xDelayedTaskList1
].
address
;
list_of_lists
[
num_lists
++
]
=
rtos
->
symbols
[
FreeRTOS_VAL_xDelayedTaskList2
].
address
;
list_of_lists
[
num_lists
++
]
=
rtos
->
symbols
[
FreeRTOS_VAL_xPendingReadyList
].
address
;
list_of_lists
[
num_lists
++
]
=
rtos
->
symbols
[
FreeRTOS_VAL_xSuspendedTaskList
].
address
;
list_of_lists
[
num_lists
++
]
=
rtos
->
symbols
[
FreeRTOS_VAL_xTasksWaitingTermination
].
address
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment