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/11/22 10:03:58 UTC

[GitHub] [incubator-nuttx] zyfeier opened a new pull request, #7656: nuttx/sched: merge up_block_task and up_unblock_task

zyfeier opened a new pull request, #7656:
URL: https://github.com/apache/incubator-nuttx/pull/7656

   ## Summary
   
   Since up_block_task and up_unblock_task function do the same thing, so merge them to one function up_switch_context.
   
   ## Impact
   
   NA
   
   ## Testing
   
   sim:ostest


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


[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #7656: nuttx/sched: merge up_block_task and up_unblock_task

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged PR #7656:
URL: https://github.com/apache/incubator-nuttx/pull/7656


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


[GitHub] [incubator-nuttx] zyfeier commented on a diff in pull request #7656: nuttx/sched: merge up_block_task and up_unblock_task

Posted by GitBox <gi...@apache.org>.
zyfeier commented on code in PR #7656:
URL: https://github.com/apache/incubator-nuttx/pull/7656#discussion_r1029274811


##########
arch/ceva/src/common/ceva_switchcontext.c:
##########
@@ -22,8 +22,13 @@
  * Included Files
  ****************************************************************************/
 
+#include <nuttx/config.h>
+
+#include <debug.h>

Review Comment:
   Deleted.



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


[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #7656: nuttx/sched: merge up_block_task and up_unblock_task

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 commented on code in PR #7656:
URL: https://github.com/apache/incubator-nuttx/pull/7656#discussion_r1029240658


##########
arch/ceva/src/common/ceva_switchcontext.c:
##########
@@ -22,8 +22,13 @@
  * Included Files
  ****************************************************************************/
 
+#include <nuttx/config.h>
+
+#include <debug.h>

Review Comment:
   why need



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