You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
target extended-remote 127.0.0.1:4711
|
|
symbol uc3a0512-demo.elf
|
|
|
|
|
|
define current_task
|
|
printf "Task name: %s\n", ((tskTCB *)pxCurrentTCB)->pcTaskName
|
|
printf "pxTopOfStack: %x\n", ((tskTCB *)pxCurrentTCB)->pxTopOfStack
|
|
end
|