This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit 54b652235c0bb385bdc4b1f34fd43fade5492f98 Author: Juha Niskanen <[email protected]> AuthorDate: Tue Dec 21 09:16:24 2021 +0200 Update arch/Kconfig Co-authored-by: Gustavo Henrique Nihei <[email protected]> --- arch/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/Kconfig b/arch/Kconfig index 2cc1408..229965e 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -424,7 +424,7 @@ config ARCH_USE_TEXT_HEAP depends on ARCH_HAVE_TEXT_HEAP ---help--- This option enables architecture-specific memory allocator - for dynamic code loading. For example, ESP32 has a separate memory + for dynamic code loading. For example, ESP32 has separate memory regions for instruction and data and the memory region used for usual malloc doesn't work for instruction.
