You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by cc...@apache.org on 2018/07/30 17:21:26 UTC

[mynewt-core] branch master updated (5c9cacd -> b00c6e0)

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-core.git.


    from 5c9cacd  Merge pull request #1302 from ccollins476ad/stub-log
     add 7ff5544  hw/hal: flash writes and erases can be verified
     add cee0a10  kernel/os: Add debug mode syscfg setting
     add 7f57b03  FIXUP BEFORE MERGE - remove 2nd buffer during erase verify
     new b00c6e0  Merge pull request #1301 from ccollins476ad/debug-mode

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:
 hw/hal/src/hal_flash.c             | 134 ++++++++++++++++++++++++++++++++++++-
 {sys/sysview => hw/hal}/syscfg.yml |  29 ++++----
 kernel/os/syscfg.yml               |  12 ++++
 3 files changed, 159 insertions(+), 16 deletions(-)
 copy {sys/sysview => hw/hal}/syscfg.yml (61%)


[mynewt-core] 01/01: Merge pull request #1301 from ccollins476ad/debug-mode

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

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

commit b00c6e08172119e71f65cca89cdf0ba672944ff9
Merge: 5c9cacd 7f57b03
Author: ccollins476ad <cc...@gmail.com>
AuthorDate: Mon Jul 30 10:21:23 2018 -0700

    Merge pull request #1301 from ccollins476ad/debug-mode
    
    kernel/os: Add debug mode syscfg setting

 hw/hal/src/hal_flash.c | 134 ++++++++++++++++++++++++++++++++++++++++++++++++-
 hw/hal/syscfg.yml      |  39 ++++++++++++++
 kernel/os/syscfg.yml   |  12 +++++
 3 files changed, 183 insertions(+), 2 deletions(-)