Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CFSTORE Integration with Storage-Volume-Manager and Flash-Journal API Latest Versions #2701

Merged
merged 2 commits into from
Sep 21, 2016
Merged

Commits on Sep 13, 2016

  1. This commit includes the following CFSTORE/Flash-Journal/Storage upda…

    …tes and fixes:
    
    - flash-journal basicAPI fix for ARM toolchain
    - Updated storage-abstraction with version 0.4.7
      (commit c7c4a8c52298bbc006a6f53a059fb2599cad73cc).
    - https://github.com/ARMmbed/storage-volume-manager at version v0.2.10.
    - https://github.com/ARMmbed/mtd-k64f v0.4.2 version of flash.c (imported as storage_driver.c).
    - update to CFSTORE to use the storage-volume-manager API to initialize volume manager and
      add a volume for CFSTORE to use.
    - https://github.com/ARMmbed/flash-journal at version v0.5.3
      (commit 4c58165e2fa02c6ed2b9d166a9c96967e81f458f) including readFrom() support.
    - Taking flash-journal-strategy-sequential v0.6.7 strategy.c
      (commit b11a718761aa9f33679956968a21aaef9179bde1).
    - GCC_ARM, ARM and IAR compiler warning fixes for new versions of flash-journal code.
    - Fix storage-volume-manager test cases for concurrent access from 2 volumes to use
      addresses within the 512-1024kB address range, which is within the cfstore added volume.
    - Fix cfstore/storage-volume-manager IAR warnings when building with verbose flag.
    simonqhughes committed Sep 13, 2016
    Configuration menu
    Copy the full SHA
    5e22db8 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2016

  1. Remove storage_abstraction directory from include pathname which is n…

    …ot supported in mbed sdk builds
    simonqhughes committed Sep 14, 2016
    Configuration menu
    Copy the full SHA
    655a37a View commit details
    Browse the repository at this point in the history