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

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


The following commit(s) were added to refs/heads/master by this push:
     new 71eaa1cc5 porting: Update ports syscfg
71eaa1cc5 is described below

commit 71eaa1cc519483783babf1e898cac914bc333d45
Author: Mynewt Bot <[email protected]>
AuthorDate: Fri Apr 11 16:23:20 2025 +0000

    porting: Update ports syscfg
---
 porting/npl/riot/include/syscfg/syscfg.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/porting/npl/riot/include/syscfg/syscfg.h 
b/porting/npl/riot/include/syscfg/syscfg.h
index 51aa76911..788bb102f 100644
--- a/porting/npl/riot/include/syscfg/syscfg.h
+++ b/porting/npl/riot/include/syscfg/syscfg.h
@@ -29,6 +29,10 @@
 
 #undef MYNEWT_VAL_LINK_TEMPLATE
 
+#ifndef MYNEWT_VAL_MAIN_STACK_FILL
+#define MYNEWT_VAL_MAIN_STACK_FILL (0)
+#endif
+
 #ifndef MYNEWT_VAL_MAIN_STACK_SIZE
 #define MYNEWT_VAL_MAIN_STACK_SIZE (768)
 #endif

Reply via email to