You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ma...@apache.org on 2018/07/06 12:52:19 UTC

[mynewt-core] branch master updated (18f1e3e -> 42bb5ac)

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

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


    from 18f1e3e  Merge pull request #1247 from jacobrosenthal/nrf51
     add 1300950  sys/config; add a custom filtering option when compressing FCB config. This allows user to pick and choose what persisted data they want to keep.
     add 732a500  sys/config; add void *arg to conf_fcb_compress() filtering.
     new 42bb5ac  Merge pull request #1245 from mkiiskila/conf_custom_compress

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 sys/config/include/config/config_fcb.h             | 35 ++++++++++-
 sys/config/src/config_fcb.c                        | 15 ++++-
 sys/config/test-fcb/src/conf_test_fcb.c            |  4 +-
 ...press_reset.c => config_test_custom_compress.c} | 72 +++++++++++++++-------
 4 files changed, 99 insertions(+), 27 deletions(-)
 copy sys/config/test-fcb/src/testcases/{config_test_compress_reset.c => config_test_custom_compress.c} (60%)


[mynewt-core] 01/01: Merge pull request #1245 from mkiiskila/conf_custom_compress

Posted by ma...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 42bb5acc2f049d346c81f25e8c354bc3c6afefd4
Merge: 18f1e3e 732a500
Author: mkiiskila <ma...@runtime.io>
AuthorDate: Fri Jul 6 15:52:17 2018 +0300

    Merge pull request #1245 from mkiiskila/conf_custom_compress
    
    sys/config; add a custom filtering option when compressing FCB config.

 sys/config/include/config/config_fcb.h             |  35 +++++-
 sys/config/src/config_fcb.c                        |  15 ++-
 sys/config/test-fcb/src/conf_test_fcb.c            |   4 +-
 .../src/testcases/config_test_custom_compress.c    | 120 +++++++++++++++++++++
 4 files changed, 168 insertions(+), 6 deletions(-)