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/06/26 09:59:15 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #3978: Decouple the initialization of the separate heaps from the TEXT_HEAP option.

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



##########
File path: arch/Kconfig
##########
@@ -259,9 +259,17 @@ config ARCH_NEED_ADDRENV_MAPPING
 	bool
 	default n
 
+config ARCH_HAVE_EXTRA_HEAPS
+	bool
+	default n
+	---help---
+		Special memory regions used as separate heaps
+
 config ARCH_HAVE_TEXT_HEAP
-	bool "Special memory region for dynamic code loading"
+	bool
 	default n

Review comment:
       should we select ARCH_HAVE_EXTRA_HEAPS?




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