pussuw opened a new pull request, #6236: URL: https://github.com/apache/incubator-nuttx/pull/6236
Deleting a task from another task's context will not do, so shut this gate down for BUILD_KERNEL. In this case if a task wants another task to terminate, it must ask the other task to politely kill itself. Note: kthreads still need this, also, the kernel can delete a task without asking. ## Summary Remove task_delete for CONFIG_BUILD_KERNEL ## Impact None for !CONFIG_BUILD_KERNEL ## Testing icicle:knsh -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org