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/09/17 18:28:44 UTC

[mynewt-core] branch master updated (4f51c2b -> 8dbcc99)

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 4f51c2b  Update enc_flash to use erased val
     add 380cfe7  Fill in missing `hf_erased_val` for some MCUs
     new 8dbcc99  Merge pull request #1404 from ccollins476ad/flash-erased-val

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/drivers/flash/at45db/src/at45db.c          | 1 +
 hw/drivers/flash/spiflash/src/spiflash.c      | 1 +
 hw/mcu/nordic/nrf52xxx-compat/src/hal_flash.c | 9 ++++++---
 hw/mcu/nordic/nrf52xxx-compat/src/hal_qspi.c  | 3 ++-
 hw/mcu/nordic/nrf52xxx/src/hal_flash.c        | 6 ++++--
 hw/mcu/nordic/nrf52xxx/src/hal_qspi.c         | 3 ++-
 6 files changed, 16 insertions(+), 7 deletions(-)


[mynewt-core] 01/01: Merge pull request #1404 from ccollins476ad/flash-erased-val

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 8dbcc992dd06b3ed56619c43e0efae1a27b6c130
Merge: 4f51c2b 380cfe7
Author: ccollins476ad <cc...@gmail.com>
AuthorDate: Mon Sep 17 11:28:35 2018 -0700

    Merge pull request #1404 from ccollins476ad/flash-erased-val
    
    Fill in missing `hf_erased_val` for some MCUs

 hw/drivers/flash/at45db/src/at45db.c          | 1 +
 hw/drivers/flash/spiflash/src/spiflash.c      | 1 +
 hw/mcu/nordic/nrf52xxx-compat/src/hal_flash.c | 9 ++++++---
 hw/mcu/nordic/nrf52xxx-compat/src/hal_qspi.c  | 3 ++-
 hw/mcu/nordic/nrf52xxx/src/hal_flash.c        | 6 ++++--
 hw/mcu/nordic/nrf52xxx/src/hal_qspi.c         | 3 ++-
 6 files changed, 16 insertions(+), 7 deletions(-)