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 2021/09/01 09:30:06 UTC

[GitHub] [incubator-nuttx] acassis commented on a change in pull request #4454: user/trap: Set MQ_MAXMSGSIZE to 64 to get NX working

acassis commented on a change in pull request #4454:
URL: https://github.com/apache/incubator-nuttx/pull/4454#discussion_r699662784



##########
File path: sched/Kconfig
##########
@@ -1588,7 +1588,8 @@ config PREALLOC_MQ_IRQ_MSGS
 
 config MQ_MAXMSGSIZE
 	int "Maximum message size"
-	default 32
+	default 32 if !NX

Review comment:
       My initial idea was just make the default 32 bytes, but it could waste memory for boards with not enough RAM. Yes, I noticed the issue, Kconfig is not dynamic it doesn't run the rules during its executing. I think only the "depends" rules are checked during the execution.




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