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


##########
boards/sim/sim/sim/configs/adb/defconfig:
##########
@@ -26,6 +26,9 @@ CONFIG_INIT_ENTRYPOINT="nsh_main"
 CONFIG_LIBC_DLFCN=y
 CONFIG_LIBUV=y
 CONFIG_LIBUV_UTILS_TEST=y
+CONFIG_MM_BACKTRACE=8
+CONFIG_MM_HEAP_MEMPOOL_THRESHOLD=256
+CONFIG_MM_TLSF_MANAGER=y

Review Comment:
   TLFS isn't enabled in any mainline defconfig, so this patch could catch TLFS 
related error now. For example, these two patch is found by CI:
   
https://github.com/apache/nuttx/pull/9412/commits/0dd2039dfd860fe1ca7704bc7186531011d2f9be
   
https://github.com/apache/nuttx/pull/9412/commits/7fb07452cdd5667d9f94b22af5d69e8d63f3c9d1



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