mbed-os/storage
Rajkumar Kanagaraj a29e3cd5d8 f_mount() (http://www.elm-chan.org/fsw/ff/00index_e.html - third party libary) API is called from both mount() and unmount() Mbed OS APIs.
f_mount() is doing both initializing (via find_volume() -> disk_initialize() where disk_initialize api calls Mbed OS init() function)
underlying block device and register filesystem but in case of "unmount" calls this f_mount is doing deregister filesystem
and missed to a deinitializing block device. So added the Mbed OS "deint()" call in unmount API to deinitialize block device
as f_mount API doesn't have a way to call deinit().
2021-01-15 04:05:25 -08:00
..
blockdevice CMake: Add support for OSPIF blockdevice 2020-12-21 13:04:12 +00:00
docs BlockDevice design doc: TDBStore no longer requires flash simulation 2020-12-11 14:56:40 +00:00
filesystem f_mount() (http://www.elm-chan.org/fsw/ff/00index_e.html - third party libary) API is called from both mount() and unmount() Mbed OS APIs. 2021-01-15 04:05:25 -08:00
kvstore Merge pull request #14088 from hugueskamba/hk_cmake_greentea_kvstore 2021-01-11 11:46:34 +00:00
platform CMake: Rename CMake targets 2020-11-06 17:25:22 +00:00
CMakeLists.txt CMake: Add support for OSPIF blockdevice 2020-12-21 13:04:12 +00:00