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/04/12 07:00:10 UTC

[mynewt-core] branch master updated (efe8d5f -> 10460d1)

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 efe8d5f  WIP: Improvements to LIS2DW12 driver (#997)
     add 6a262ec  Adding first draft of hal_nvreg
     add 25c40b6  Updating serial bootloader to optionally use hal_nvreg
     add e2f33fc  Coding standard changes
     new 10460d1  Merge pull request #996 from alvarop/reset_to_bootloader

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:
 boot/boot_serial/src/boot_serial.c                 | 20 +++++++++
 boot/boot_serial/syscfg.yml                        | 15 +++++++
 .../crc/crc8.h => hw/hal/include/hal/hal_nvreg.h   | 42 +++++++++++++++----
 .../nrf52xxx/src/hal_nvreg.c}                      | 48 ++++++++++++++++------
 4 files changed, 105 insertions(+), 20 deletions(-)
 copy util/crc/include/crc/crc8.h => hw/hal/include/hal/hal_nvreg.h (63%)
 copy hw/mcu/{nxp/MK64F12/src/hal_system.c => nordic/nrf52xxx/src/hal_nvreg.c} (54%)

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

[mynewt-core] 01/01: Merge pull request #996 from alvarop/reset_to_bootloader

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 10460d1b5f1b5083a2b55e7eed077d99097a5e7e
Merge: efe8d5f e2f33fc
Author: mkiiskila <ma...@runtime.io>
AuthorDate: Thu Apr 12 10:00:04 2018 +0300

    Merge pull request #996 from alvarop/reset_to_bootloader
    
    WIP: hal_nvreg (Retained register interface)

 boot/boot_serial/src/boot_serial.c     | 20 +++++++++++
 boot/boot_serial/syscfg.yml            | 15 ++++++++
 hw/hal/include/hal/hal_nvreg.h         | 66 ++++++++++++++++++++++++++++++++++
 hw/mcu/nordic/nrf52xxx/src/hal_nvreg.c | 63 ++++++++++++++++++++++++++++++++
 4 files changed, 164 insertions(+)

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