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 3881e2c46 porting: Update ports syscfg
3881e2c46 is described below
commit 3881e2c467bb24d6b5115e15732a4d4bccedd2f2
Author: Mynewt Bot <[email protected]>
AuthorDate: Fri Oct 10 21:46:27 2025 +0000
porting: Update ports syscfg
---
porting/npl/riot/include/syscfg/syscfg.h | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/porting/npl/riot/include/syscfg/syscfg.h
b/porting/npl/riot/include/syscfg/syscfg.h
index 23d4e962e..30d0a44e0 100644
--- a/porting/npl/riot/include/syscfg/syscfg.h
+++ b/porting/npl/riot/include/syscfg/syscfg.h
@@ -778,6 +778,9 @@
#undef MYNEWT_VAL_MYNEWT_DEBUGGER_SN
+#ifndef MYNEWT_VAL_MYNEWT_DOWNLOADER__bsp_downloader
+#define MYNEWT_VAL_MYNEWT_DOWNLOADER__bsp_downloader (0)
+#endif
#ifndef MYNEWT_VAL_MYNEWT_DOWNLOADER__ezflashcli
#define MYNEWT_VAL_MYNEWT_DOWNLOADER__ezflashcli (0)
#endif
@@ -816,6 +819,8 @@
#undef MYNEWT_VAL_MYNEWT_DOWNLOADER_OPENOCD_INTERFACE
+#undef MYNEWT_VAL_MYNEWT_DOWNLOADER_SCRIPT
+
#undef MYNEWT_VAL_NRFJPROG_COPROCESSOR
#undef MYNEWT_VAL_NRFUTIL_TRAITS