summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Collapse)Author
2016-08-02fs: Adds flash device support to diskio interfaceKuo-Lang Tseng
Adds the flash device support for the file system storage media. The implementation is generic for any flash device that implements the flash API support. Origin: original Jira: ZEP-447 Change-Id: Ib89a6a64216cce1461da0bec6fa9588b97e06b41 Signed-off-by: Kuo-Lang Tseng <kuo-lang.tseng@intel.com>
2016-08-01fs: Adds the glue layer for the Fat FS moduleRamesh Thomas
Adds the glue layer to interface the Fat FS module with Zephyr file system API. Origin: Original Jira: ZEP-228 ZEP-483 Change-Id: I878fdad8ecaf46992d6163e24a9b0b633f49154f Signed-off-by: Ramesh Thomas <ramesh.thomas@intel.com>
2016-08-01fs: Adds diskio interfaceRamesh Thomas
Adds the diskio interface for the FAT file system. This revision uses RAM to emulate disk storage. Origin: Original Jira: ZEP-285 Change-Id: I7a30c8761d5ed9b564f1d1e08482c5ef199d7372 Signed-off-by: Ramesh Thomas <ramesh.thomas@intel.com>