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/09/20 13:28:17 UTC

[mynewt-core] 01/01: Merge pull request #1406 from mkiiskila/flash_is_empty_comes_with_data

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 2c40af829b836782e79754e94644b2b1e4e88606
Merge: c2992b9 f61e1b3
Author: mkiiskila <ma...@runtime.io>
AuthorDate: Thu Sep 20 16:27:55 2018 +0300

    Merge pull request #1406 from mkiiskila/flash_is_empty_comes_with_data
    
    hw/hal; hal_flash_isempty() also returns data from the location.

 fs/fcb/src/fcb.c                                   |  9 +++---
 fs/fcb/src/fcb_elem_info.c                         |  9 +++---
 hw/drivers/flash/enc_flash/src/enc_flash.c         | 28 ++++++++++++++----
 .../test/src/testcases/enc_flash_flash_map.c       | 17 ++++++++---
 .../enc_flash/test/src/testcases/enc_flash_hal.c   | 19 ++++++++----
 hw/hal/include/hal/hal_flash.h                     |  3 +-
 hw/hal/include/hal/hal_flash_int.h                 |  4 +--
 hw/hal/src/hal_flash.c                             | 34 +++++++++-------------
 mgmt/imgmgr/src/imgmgr.c                           | 13 +++++----
 sys/flash_map/include/flash_map/flash_map.h        |  7 +++--
 sys/flash_map/src/flash_map.c                      | 31 +++++++++++++-------
 11 files changed, 107 insertions(+), 67 deletions(-)