This is an automated email from the ASF dual-hosted git repository.

pkarashchenko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git

commit 905867d38c64672716e814b83b9585d27514986b
Author: Xiang Xiao <xiaoxi...@xiaomi.com>
AuthorDate: Sun May 28 22:46:26 2023 +0800

    sim/adb: Enable tlfs, mempool and backtrace
    
    to improve the build coverage
    
    Signed-off-by: Xiang Xiao <xiaoxi...@xiaomi.com>
---
 boards/sim/sim/sim/configs/adb/defconfig | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/boards/sim/sim/sim/configs/adb/defconfig 
b/boards/sim/sim/sim/configs/adb/defconfig
index 6bb979d474..088b0094e6 100644
--- a/boards/sim/sim/sim/configs/adb/defconfig
+++ b/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
 CONFIG_NET=y
 CONFIG_NETDB_DNSCLIENT=y
 CONFIG_NETDB_DNSSERVER_IPv4ADDR=0x08080808

Reply via email to