Fwd: Control Task #2 from Task #1

2021-12-10 Thread Swapna Iyer
imited, but I believe it's this: > > https://nuttx.apache.org/docs/latest/reference/user/07_signals.html > >> -Original Message- >> From: Swapna Iyer >> Sent: 09 December 2021 17:25 >> >> Is there any example I can look at? >> >> Swapna Iyer &g

Re: Control Task #2 from Task #1

2021-12-09 Thread Swapna Iyer
Is there any example I can look at? Swapna Iyer swa...@lightmatter.co > On Dec 7, 2021, at 11:37 AM, Swapna Iyer wrote: > > Hi, > > How can I enable a Nuttx task (task #1) to control another Nuttx task (task > #2)? In FreeRTOS, I was able to use task_suspend(task_hand

Control Task #2 from Task #1

2021-12-07 Thread Swapna Iyer
Hi, How can I enable a Nuttx task (task #1) to control another Nuttx task (task #2)? In FreeRTOS, I was able to use task_suspend(task_handle of task #2) and task_resume(task_handle of task #2) from task #1 to control task #2. How can I best do this in Nuttx? Best, Swapna Iyer swa