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

jerzy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git

commit 51061cd927f5932f01628bea75bfaacc88fbd852
Author: Jerzy Kasenberg <jerzy.kasenb...@codecoup.pl>
AuthorDate: Tue Sep 27 20:49:24 2022 +0200

    apps/iptest: Enable thread safe heap allocations
    
    This just forces baselibc to have thread-safe
    heap allocation functions that are required if LWIP
    uses stdlib heap instead of its own version that could
    be enabled.
---
 apps/iptest/syscfg.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/apps/iptest/syscfg.yml b/apps/iptest/syscfg.yml
index c2d4196e7..e97cb5632 100644
--- a/apps/iptest/syscfg.yml
+++ b/apps/iptest/syscfg.yml
@@ -41,3 +41,4 @@ syscfg.vals:
 
     ETH_0: 1
 
+    BASELIBC_THREAD_SAFE_HEAP_ALLOCATION: 1

Reply via email to