You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/05/11 18:15:15 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #6236: sched: Remove task_delete in case of CONFIG_BUILD_KERNEL

xiaoxiang781216 commented on PR #6236:
URL: https://github.com/apache/incubator-nuttx/pull/6236#issuecomment-1124134243

   > Should the PROTECTED build also receive the same treatment?
   
   @hartmannathan the protected build can still support task_create from the function pointer then task_delete is needed, on the other hand, all process in kernel build must be launched through elf file and then it's impossible to support task_create(so task_delete).


-- 
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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org