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/18 10:13:39 UTC

[mynewt-core] 01/01: Merge pull request #1403 from mkiiskila/enc_flash_unittest

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 9d5597be53a2b34b9ccab4d343e742e44534fc84
Merge: e68ed32 97eea05
Author: mkiiskila <ma...@runtime.io>
AuthorDate: Tue Sep 18 13:13:33 2018 +0300

    Merge pull request #1403 from mkiiskila/enc_flash_unittest
    
    flash/enc_flash; add unit test for encrypted flash driver.

 hw/drivers/flash/enc_flash/test/pkg.yml            | 32 +++++++++
 .../flash/enc_flash/test/src/enc_flash_test.c      | 76 ++++++++++++++++++++
 .../flash/enc_flash/test/src/enc_flash_test.h      | 34 +++++++++
 .../enc_flash/test/src/testcases/enc_flash_fcb.c   | 84 ++++++++++++++++++++++
 .../test/src/testcases/enc_flash_flash_map.c       | 65 +++++++++++++++++
 .../enc_flash/test/src/testcases/enc_flash_hal.c   | 59 +++++++++++++++
 6 files changed, 350 insertions(+)