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 2020/05/27 03:50:14 UTC

[GitHub] [incubator-nuttx] patacongo opened a new pull request #1123: Make task_init() and task_activate() internal OS functions.

patacongo opened a new pull request #1123:
URL: https://github.com/apache/incubator-nuttx/pull/1123


   ##  Summary
   
   -Move task_init() and task_activate() prototypes from include/sched.h to include/nuttx/sched.h.  These are internal OS functions and should not be exposed to the user.
   -Remove references to task_init() and task_activate() from the User Manual.
   -Rename task_init() to nxtask_init() since since it is an OS internal function
   -Rename task_activate() to nxtask_activate since it is an OS internal function
   
   ## Impact
   
   None hopefully
   
   ## Testing
   
   sim:nsh
   
   


----------------------------------------------------------------
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.

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



[GitHub] [incubator-nuttx] Ouss4 merged pull request #1123: Make task_init() and task_activate() internal OS functions.

Posted by GitBox <gi...@apache.org>.
Ouss4 merged pull request #1123:
URL: https://github.com/apache/incubator-nuttx/pull/1123


   


----------------------------------------------------------------
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.

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



[GitHub] [incubator-nuttx] hartmannathan commented on pull request #1123: Make task_init() and task_activate() internal OS functions.

Posted by GitBox <gi...@apache.org>.
hartmannathan commented on pull request #1123:
URL: https://github.com/apache/incubator-nuttx/pull/1123#issuecomment-633728988






----------------------------------------------------------------
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.

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



[GitHub] [incubator-nuttx] patacongo commented on pull request #1123: Make task_init() and task_activate() internal OS functions.

Posted by GitBox <gi...@apache.org>.
patacongo commented on pull request #1123:
URL: https://github.com/apache/incubator-nuttx/pull/1123#issuecomment-633730232






----------------------------------------------------------------
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.

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



[GitHub] [incubator-nuttx] patacongo edited a comment on pull request #1123: Make task_init() and task_activate() internal OS functions.

Posted by GitBox <gi...@apache.org>.
patacongo edited a comment on pull request #1123:
URL: https://github.com/apache/incubator-nuttx/pull/1123#issuecomment-633730232






----------------------------------------------------------------
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.

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