This is an automated email from the ASF dual-hosted git repository.
ccollins pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-mcumgr.git.
discard 3c0c033 Merge pull request #1 from miyatsu/readme-fix-2018-02-09
omit 2df71ec Readme.md: Fix bad links in file README.md
omit bfd56c3 smp_svr - Update zephyr port for compatibility.
omit a989cc9 Zephyr port: move mcumgr location in zephyr.
omit 6629d1c zephyr img_mgmt: Use `FLASH_DEV_NAME`
omit 0921e38 Remove local tinycbor copy.
omit 9dfb177 Correct "MCUboot" spelling in documentation.
omit b15ecf9 smp_svr - Use CONFIG_BOOTLOADER_MCUBOOT setting.
omit 3390a3a smp_svr - Add statistics.
omit 00bf1b8 stat_mgmt command handler group.
omit ee62327 smp_svr - fix build error when CONFIG_MDLOG unset.
omit 1124271 smp_svr - Allow both CONFIG_FCB and CONFIG_FS_NFFS
omit 90c5cfd Minor code cleanup.
omit 89ee0f5 Add doxygen comments for log_mgmt.
omit e93bd66 Update documentation.
omit 2ee9695 smp_svr Mynewt sample app - Remove redundant dep.
omit 6c0dd9f Add log_mgmt support to smp_svr sample app.
omit e5fcfd6 log_mgmt command handler group.
omit 7f40df2 Reboot in system workqueue, not ISR.
omit 1a1e227 Fix some misnamed identifiers.
omit a4f1ba0 Add missing license text.
omit 1ea9adb Make MCUMGR_CMD_FS_MGMT depend on FILE_SYSTEM.
omit 7e83bda Remove extraneous README.rst file.
omit 7c761c0 Sample app - smp_svr
omit 373dcb1 Documentation.
omit 1da5b49 Mynewt support.
omit e5ec685 Zephyr support.
omit b3b7c5e cborattr library
omit 83a7483 OS-agnostic command handlers: fs, img, os.
omit a1a98c1 External tinycbor library.
omit 17ecb23 External base64 library.
omit 0f10b53 smp - The built-in transfer encoding.
omit 9f3757c mgmt - Code implementing the core `mgmt` layer.
omit 6683426 Initial commit.
new 9eee2c6 Initial commit.
new b9e2cf8 mgmt - Code implementing the core `mgmt` layer.
new 63d47c1 smp - The built-in transfer encoding.
new 9417697 External base64 library.
new 42b2816 External tinycbor library.
new 4355617 OS-agnostic command handlers: fs, img, os.
new 1636f65 cborattr library
new cfe132e Zephyr support.
new 6974956 Mynewt support.
new 5515138 Documentation.
new 22bba90 Sample app - smp_svr
new db04a30 Remove extraneous README.rst file.
new ad113bc Make MCUMGR_CMD_FS_MGMT depend on FILE_SYSTEM.
new 4df50f7 Add missing license text.
new a4d9248 Fix some misnamed identifiers.
new 80e46f3 Reboot in system workqueue, not ISR.
new afdb047 log_mgmt command handler group.
new d9131d6 Add log_mgmt support to smp_svr sample app.
new b5c74b5 smp_svr Mynewt sample app - Remove redundant dep.
new a6898ca Update documentation.
new f43f1df Add doxygen comments for log_mgmt.
new 4b601ef Minor code cleanup.
new af277cf smp_svr - Allow both CONFIG_FCB and CONFIG_FS_NFFS
new 980c924 smp_svr - fix build error when CONFIG_MDLOG unset.
new 7bdec14 stat_mgmt command handler group.
new e86e83f smp_svr - Add statistics.
new ffdecf8 smp_svr - Use CONFIG_BOOTLOADER_MCUBOOT setting.
new e4db21b Correct "MCUboot" spelling in documentation.
new d69cfa3 Remove local tinycbor copy.
new fec5444 zephyr img_mgmt: Use `FLASH_DEV_NAME`
new 4ab4db6 Zephyr port: move mcumgr location in zephyr.
new e6dc5b6 smp_svr - Update zephyr port for compatibility.
new 80fc499 Readme.md: Fix bad links in file README.md
new 4a72306 mcumgr: Minor refactor to increase readability
new 490f44f Indicate units (bytes) in Kconfig help.
new 821f578 Remove "zephyr,code_partition" from dts overlay
new 9b45fbc fs_mgmt - Surround macro definition with ().
new 75c5f1a smp_svr/CMakeLists.txt: remove set_conf_file macro
new 6e77227 smp_svr/CMakeLists.txt: remove FROM_WHO variable
new 1aca722 Zephyr: use <> for non-relative include paths.
new 785fe1a Remove base64 library.
new 44e3500 smp_svr (zephyr) - CONFIG_NET_BUF_USER_DATA_SIZE=7
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (3c0c033)
\
N -- N -- N refs/heads/master (44e3500)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 42 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:
CMakeLists.txt | 6 +-
cmd/fs_mgmt/Kconfig | 15 +-
cmd/fs_mgmt/port/zephyr/src/zephyr_fs_mgmt.c | 6 +-
cmd/fs_mgmt/src/fs_mgmt.c | 2 +-
cmd/img_mgmt/Kconfig | 5 +-
cmd/img_mgmt/port/zephyr/src/zephyr_img_mgmt.c | 6 +-
cmd/log_mgmt/Kconfig | 20 +--
cmd/log_mgmt/port/zephyr/src/zephyr_log_mgmt.c | 8 +-
cmd/os_mgmt/port/zephyr/src/zephyr_os_mgmt.c | 8 +-
cmd/stat_mgmt/Kconfig | 8 +-
cmd/stat_mgmt/port/zephyr/src/zephyr_stat_mgmt.c | 8 +-
ext/CMakeLists.txt | 1 -
ext/base64/CMakeLists.txt | 17 ---
ext/base64/include/base64/base64.h | 40 -----
ext/base64/include/base64/hex.h | 33 -----
ext/base64/pkg.yml | 26 ----
ext/base64/src/base64.c | 181 -----------------------
ext/base64/src/hex.c | 101 -------------
ext/base64/test/pkg.yml | 30 ----
ext/base64/test/src/encoding_test.c | 53 -------
ext/base64/test/src/encoding_test_priv.h | 38 -----
ext/base64/test/src/testcases/hex2str.c | 64 --------
ext/base64/test/src/testcases/str2hex.c | 72 ---------
samples/smp_svr/zephyr/CMakeLists.txt | 17 +--
samples/smp_svr/zephyr/dts.overlay | 3 -
samples/smp_svr/zephyr/prj.conf | 3 +
samples/smp_svr/zephyr/src/main.c | 12 +-
27 files changed, 58 insertions(+), 725 deletions(-)
delete mode 100644 ext/CMakeLists.txt
delete mode 100644 ext/base64/CMakeLists.txt
delete mode 100644 ext/base64/include/base64/base64.h
delete mode 100644 ext/base64/include/base64/hex.h
delete mode 100644 ext/base64/pkg.yml
delete mode 100644 ext/base64/src/base64.c
delete mode 100644 ext/base64/src/hex.c
delete mode 100644 ext/base64/test/pkg.yml
delete mode 100644 ext/base64/test/src/encoding_test.c
delete mode 100644 ext/base64/test/src/encoding_test_priv.h
delete mode 100644 ext/base64/test/src/testcases/hex2str.c
delete mode 100644 ext/base64/test/src/testcases/str2hex.c
--
To stop receiving notification emails like this one, please contact
[email protected].