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 a0e1bdaf3 porting: Update ports syscfg
a0e1bdaf3 is described below

commit a0e1bdaf3dd003ff79ecc5adf97cadb65ff1f6fb
Author: Mynewt Bot <[email protected]>
AuthorDate: Sat Nov 15 21:46:23 2025 +0000

    porting: Update ports syscfg
---
 porting/examples/linux/include/syscfg/syscfg.h         | 4 ++++
 porting/examples/linux_blemesh/include/syscfg/syscfg.h | 4 ++++
 porting/examples/nuttx/include/syscfg/syscfg.h         | 4 ++++
 porting/nimble/include/syscfg/syscfg.h                 | 4 ++++
 porting/npl/riot/include/syscfg/syscfg.h               | 4 ++++
 5 files changed, 20 insertions(+)

diff --git a/porting/examples/linux/include/syscfg/syscfg.h 
b/porting/examples/linux/include/syscfg/syscfg.h
index 25dcac478..e5cb97a4b 100644
--- a/porting/examples/linux/include/syscfg/syscfg.h
+++ b/porting/examples/linux/include/syscfg/syscfg.h
@@ -369,6 +369,10 @@
 #define MYNEWT_VAL_MODLOG_SYSINIT_STAGE (100)
 #endif
 
+#ifndef MYNEWT_VAL_MODLOG_USE_PRINTF_ATTRIBUTE
+#define MYNEWT_VAL_MODLOG_USE_PRINTF_ATTRIBUTE (0)
+#endif
+
 #ifndef MYNEWT_VAL_LOG_CONSOLE
 #define MYNEWT_VAL_LOG_CONSOLE (1)
 #endif
diff --git a/porting/examples/linux_blemesh/include/syscfg/syscfg.h 
b/porting/examples/linux_blemesh/include/syscfg/syscfg.h
index ac89b3ba5..52c0c0446 100644
--- a/porting/examples/linux_blemesh/include/syscfg/syscfg.h
+++ b/porting/examples/linux_blemesh/include/syscfg/syscfg.h
@@ -369,6 +369,10 @@
 #define MYNEWT_VAL_MODLOG_SYSINIT_STAGE (100)
 #endif
 
+#ifndef MYNEWT_VAL_MODLOG_USE_PRINTF_ATTRIBUTE
+#define MYNEWT_VAL_MODLOG_USE_PRINTF_ATTRIBUTE (0)
+#endif
+
 #ifndef MYNEWT_VAL_LOG_CONSOLE
 #define MYNEWT_VAL_LOG_CONSOLE (1)
 #endif
diff --git a/porting/examples/nuttx/include/syscfg/syscfg.h 
b/porting/examples/nuttx/include/syscfg/syscfg.h
index d751e8567..8b0df30a7 100644
--- a/porting/examples/nuttx/include/syscfg/syscfg.h
+++ b/porting/examples/nuttx/include/syscfg/syscfg.h
@@ -369,6 +369,10 @@
 #define MYNEWT_VAL_MODLOG_SYSINIT_STAGE (100)
 #endif
 
+#ifndef MYNEWT_VAL_MODLOG_USE_PRINTF_ATTRIBUTE
+#define MYNEWT_VAL_MODLOG_USE_PRINTF_ATTRIBUTE (0)
+#endif
+
 #ifndef MYNEWT_VAL_LOG_CONSOLE
 #define MYNEWT_VAL_LOG_CONSOLE (1)
 #endif
diff --git a/porting/nimble/include/syscfg/syscfg.h 
b/porting/nimble/include/syscfg/syscfg.h
index 35d18efe7..a1317a904 100644
--- a/porting/nimble/include/syscfg/syscfg.h
+++ b/porting/nimble/include/syscfg/syscfg.h
@@ -369,6 +369,10 @@
 #define MYNEWT_VAL_MODLOG_SYSINIT_STAGE (100)
 #endif
 
+#ifndef MYNEWT_VAL_MODLOG_USE_PRINTF_ATTRIBUTE
+#define MYNEWT_VAL_MODLOG_USE_PRINTF_ATTRIBUTE (0)
+#endif
+
 #ifndef MYNEWT_VAL_LOG_CONSOLE
 #define MYNEWT_VAL_LOG_CONSOLE (1)
 #endif
diff --git a/porting/npl/riot/include/syscfg/syscfg.h 
b/porting/npl/riot/include/syscfg/syscfg.h
index 30d0a44e0..02ecaf039 100644
--- a/porting/npl/riot/include/syscfg/syscfg.h
+++ b/porting/npl/riot/include/syscfg/syscfg.h
@@ -1103,6 +1103,10 @@
 #define MYNEWT_VAL_MODLOG_SYSINIT_STAGE (100)
 #endif
 
+#ifndef MYNEWT_VAL_MODLOG_USE_PRINTF_ATTRIBUTE
+#define MYNEWT_VAL_MODLOG_USE_PRINTF_ATTRIBUTE (0)
+#endif
+
 #ifndef MYNEWT_VAL_LOG_CONSOLE
 #define MYNEWT_VAL_LOG_CONSOLE (1)
 #endif

Reply via email to