xiaoxiang781216 commented on code in PR #12355:
URL: https://github.com/apache/nuttx/pull/12355#discussion_r1604224913


##########
arch/Kconfig:
##########
@@ -431,6 +431,18 @@ config ARCH_HAVE_TEXT_HEAP
        ---help---
                Special memory region for dynamic code loading
 
+config ARCH_TEXT_HEAP_SEPARATE_DATA_ADDRESS

Review Comment:
   should we add HAVE_



##########
arch/Kconfig:
##########
@@ -431,6 +431,18 @@ config ARCH_HAVE_TEXT_HEAP
        ---help---
                Special memory region for dynamic code loading
 
+config ARCH_TEXT_HEAP_SEPARATE_DATA_ADDRESS
+       bool
+       default n
+       ---help---
+               Textheap might have separate instruction/data mappings
+
+config ARCH_TEXT_HEAP_WORD_ALIGNED_READ

Review Comment:
   ditto



-- 
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-unsubscr...@nuttx.apache.org

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

Reply via email to