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 b2fc008  smp_svr - Update README
 discard c99ce36  smp_svr (Zephyr) - Change comment for accuracy.
 discard 1a92b9f  smp_svr - Update README
 discard 6c1dd60  img_mgmt (Zephyr) - Conditionally select if MPU.
 discard de845da  smp_svr (Zephyr) - prj.conf.tiny
 discard 167605e  smp_svr (Zephyr) - Disable unneeded FCB settings.
 discard b3c8974  smp_svr (Zephyr) - Conditionally link ext libs.
 discard 928623c  smp_svr (Zephyr) - Remove IS_ENABLED invocations.
 discard b3c25db  Remove calls to `*printf()`
 discard 75463d7  Update readme files.
 discard ecebb23  (zephyr) Reduce L2CAP buf count in smp_svr.
 discard 222855d  smp_svr (zephyr) - Use IS_ENABLED macro in fn body
 discard 1f83400  Remove log support from zephyr sample app
 discard eb328cf  Implicitly link sample zephyr app with mcumgr
 discard 9c30f4b  smp_svr (zephyr) - CONFIG_NET_BUF_USER_DATA_SIZE=7
 discard 2410e54  Remove base64 library.
 discard aa6d6ca  Zephyr: use <> for non-relative include paths.
 discard 5ee473d  smp_svr/CMakeLists.txt: remove FROM_WHO variable
 discard 3297b8e  smp_svr/CMakeLists.txt: remove set_conf_file macro
 discard 9c708eb  fs_mgmt - Surround macro definition with ().
 discard eacfbcc  Remove "zephyr,code_partition" from dts overlay
 discard d25c44c  Indicate units (bytes) in Kconfig help.
 discard 02164de  mcumgr: Minor refactor to increase readability
 discard 0ccac7e  Readme.md: Fix bad links in file README.md
 discard add6e0e  smp_svr - Update zephyr port for compatibility.
 discard 374e8e8  Zephyr port: move mcumgr location in zephyr.
 discard 93f9223  zephyr img_mgmt: Use `FLASH_DEV_NAME`
 discard 640853b  Remove local tinycbor copy.
 discard ae76310  Correct "MCUboot" spelling in documentation.
 discard 1be364d  smp_svr - Use CONFIG_BOOTLOADER_MCUBOOT setting.
 discard 0d01ec0  smp_svr - Add statistics.
 discard c182e11  stat_mgmt command handler group.
 discard 6e6e525  smp_svr - fix build error when CONFIG_MDLOG unset.
 discard 9092e06  smp_svr - Allow both CONFIG_FCB and CONFIG_FS_NFFS
 discard ad3d83a  Minor code cleanup.
 discard 6f7c931  Add doxygen comments for log_mgmt.
 discard 43da26e  Update documentation.
 discard be0aca3  smp_svr Mynewt sample app - Remove redundant dep.
 discard 0738644  Add log_mgmt support to smp_svr sample app.
 discard 2622b41  log_mgmt command handler group.
 discard 3e895c3  Reboot in system workqueue, not ISR.
 discard 2f1953c  Fix some misnamed identifiers.
 discard 2f70bbc  Add missing license text.
 discard 33ae61d  Make MCUMGR_CMD_FS_MGMT depend on FILE_SYSTEM.
 discard ae06525  Remove extraneous README.rst file.
 discard 854e66b  Sample app - smp_svr
 discard 4c4c6de  Documentation.
 discard 6e11ff8  Mynewt support.
 discard 9256a6a  Zephyr support.
 discard 06d963b  cborattr library
 discard 29e37f3  OS-agnostic command handlers: fs, img, os.
 discard dce8b05  External tinycbor library.
 discard 1db7199  External base64 library.
 discard 1950ce6  smp - The built-in transfer encoding.
 discard 612dc4f  mgmt - Code implementing the core `mgmt` layer.
 discard 87ae256  Initial commit.
     new cbdd6bf  Initial commit.
     new ce01e54  mgmt - Code implementing the core `mgmt` layer.
     new 52f2465  smp - The built-in transfer encoding.
     new da34f0e  External base64 library.
     new 0c94fc9  External tinycbor library.
     new e2f2691  OS-agnostic command handlers: fs, img, os.
     new 909bbdc  cborattr library
     new 62fd51b  Zephyr support.
     new 2af34b7  Mynewt support.
     new a484fd4  Documentation.
     new 6b429d1  Sample app - smp_svr
     new f2d66ad  Remove extraneous README.rst file.
     new 1057b9f  Make MCUMGR_CMD_FS_MGMT depend on FILE_SYSTEM.
     new c3bb537  Add missing license text.
     new dd7fcc2  Fix some misnamed identifiers.
     new 8984f6d  Reboot in system workqueue, not ISR.
     new 9141bc3  log_mgmt command handler group.
     new 96dc9d8  Add log_mgmt support to smp_svr sample app.
     new b256043  smp_svr Mynewt sample app - Remove redundant dep.
     new 6662f91  Update documentation.
     new 4634335  Add doxygen comments for log_mgmt.
     new 6be4ccd  Minor code cleanup.
     new 59ec13b  smp_svr - Allow both CONFIG_FCB and CONFIG_FS_NFFS
     new 63b8b85  smp_svr - fix build error when CONFIG_MDLOG unset.
     new 3d957b9  stat_mgmt command handler group.
     new 6f009ba  smp_svr - Add statistics.
     new 214e9d8  smp_svr - Use CONFIG_BOOTLOADER_MCUBOOT setting.
     new 13847be  Correct "MCUboot" spelling in documentation.
     new 978dbe2  Remove local tinycbor copy.
     new 59b5e9d  zephyr img_mgmt: Use `FLASH_DEV_NAME`
     new 51c5fe7  Zephyr port: move mcumgr location in zephyr.
     new a5fb411  smp_svr - Update zephyr port for compatibility.
     new 207d74c  Readme.md: Fix bad links in file README.md
     new 25dd726  mcumgr: Minor refactor to increase readability
     new ee5fc0c  Indicate units (bytes) in Kconfig help.
     new 5c3d9ba  Remove "zephyr,code_partition" from dts overlay
     new bef2789  fs_mgmt - Surround macro definition with ().
     new be37d65  smp_svr/CMakeLists.txt: remove set_conf_file macro
     new d567a5d  smp_svr/CMakeLists.txt: remove FROM_WHO variable
     new 2474380  Zephyr: use <> for non-relative include paths.
     new c2992d3  Remove base64 library.
     new 6c6adc8  smp_svr (zephyr) - CONFIG_NET_BUF_USER_DATA_SIZE=7
     new 6f5ff8a  Implicitly link sample zephyr app with mcumgr
     new 67264b2  Remove log support from zephyr sample app
     new 35a761d  smp_svr (zephyr) - Use IS_ENABLED macro in fn body
     new a403e6a  (zephyr) Reduce L2CAP buf count in smp_svr.
     new 6d7bb88  Update readme files.
     new 17cff56  Remove calls to `*printf()`
     new 4255b82  smp_svr (Zephyr) - Remove IS_ENABLED invocations.
     new 89d4721  smp_svr (Zephyr) - Conditionally link ext libs.
     new 6283eda  smp_svr (Zephyr) - Disable unneeded FCB settings.
     new fc542fb  smp_svr (Zephyr) - prj.conf.tiny
     new b1eaef8  img_mgmt (Zephyr) - Conditionally select if MPU.
     new 29d69bc  smp_svr (Zephyr) - Change comment for accuracy.
     new e136b2b  smp_svr - Update README

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   (b2fc008)
            \
             N -- N -- N   refs/heads/master (e136b2b)

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 55 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:
 samples/smp_svr/README.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
ccoll...@apache.org.

Reply via email to