[GitHub] [mynewt-core] vrahane merged pull request #2693: sys/config: Make the maximum value length configurable

2021-10-11 Thread GitBox


vrahane merged pull request #2693:
URL: https://github.com/apache/mynewt-core/pull/2693


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@mynewt.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[mynewt-core] branch master updated: sys/config: Make the maximum value length configurable

2021-10-11 Thread vipulrahane
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 4aff454  sys/config: Make the maximum value length configurable
 new 8507a56  Merge pull request #2693 from vikrant-proxy/config-max-len
4aff454 is described below

commit 4aff4546646d118ff237f838c621867b24e919e5
Author: Vikrant More 
AuthorDate: Thu Oct 7 16:40:29 2021 -0700

sys/config: Make the maximum value length configurable
---
 sys/config/include/config/config.h | 3 ++-
 sys/config/syscfg.yml  | 4 
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/sys/config/include/config/config.h 
b/sys/config/include/config/config.h
index 116f629..e492c5d 100644
--- a/sys/config/include/config/config.h
+++ b/sys/config/include/config/config.h
@@ -27,6 +27,7 @@
 #include 
 #include 
 #include 
+#include 
 
 #ifdef __cplusplus
 extern "C" {
@@ -36,7 +37,7 @@ extern "C" {
 
 #define CONF_MAX_DIR_DEPTH 8   /* max depth of config tree */
 #define CONF_MAX_NAME_LEN  (8 * CONF_MAX_DIR_DEPTH)
-#define CONF_MAX_VAL_LEN   256
+#define CONF_MAX_VAL_LEN   MYNEWT_VAL(CONFIG_MAX_VAL_LEN)
 #define CONF_NAME_SEPARATOR"/"
 
 #define CONF_NMGR_OP   0
diff --git a/sys/config/syscfg.yml b/sys/config/syscfg.yml
index 471dcb6..b9994c0 100644
--- a/sys/config/syscfg.yml
+++ b/sys/config/syscfg.yml
@@ -89,6 +89,10 @@ syscfg.defs:
 description: >
 Config CLI commands read 1, write 2, read/write 3
 value: 3
+CONFIG_MAX_VAL_LEN:
+description: >
+Max length of a value stored in the config FCB.
+value: 256
 
 syscfg.defs.(CONFIG_FCB || CONFIG_FCB2):
 CONFIG_FCB_FLASH_AREA:


[GitHub] [mynewt-newt] danielkucera closed pull request #448: Force checkout when upgrading repo packages

2021-10-11 Thread GitBox


danielkucera closed pull request #448:
URL: https://github.com/apache/mynewt-newt/pull/448


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@mynewt.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [mynewt-newt] danielkucera commented on issue #447: Downloading repos fail

2021-10-11 Thread GitBox


danielkucera commented on issue #447:
URL: https://github.com/apache/mynewt-newt/issues/447#issuecomment-939758347


   Oh, yes, with latest master it works.
   Can you make it a minor release?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@mynewt.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org