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/12/14 14:03:14 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #2533: Make the number of queue/signal used by irq handler configurable

xiaoxiang781216 commented on a change in pull request #2533:
URL: https://github.com/apache/incubator-nuttx/pull/2533#discussion_r542406930



##########
File path: sched/mqueue/mqueue.h
##########
@@ -53,12 +53,6 @@
 
 #define NUM_MSG_DESCRIPTORS  4
 
-/* This defines the number of messages to set aside for exclusive use by
- * interrupt handlers
- */
-
-#define NUM_INTERRUPT_MSGS   8

Review comment:
       Yes, and since we always save the normalize(or smallest) defconfig now, it always require kconfig-frontend to expend config. And then all default value will bring back by the tools automatically.




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