zephyr/fs
Ramesh Thomas 9237040302 fs: Fixes a bug that limits volume size to 1MB
The FS needs to be allowed to choose the correct allocation unit
size based on volume size. Current code passes a fixed value to
the function that creates the FS. Passing 0 allows the FS to configure
the required au size.

Jira: ZEP-898
Change-Id: Ic43bfba8b8f8498f4db49db744743afad4b118cd
Signed-off-by: Ramesh Thomas <ramesh.thomas@intel.com>
2016-09-16 02:21:00 +00:00
..
fat_flash_diskio.c fs: Adds flash device support to diskio interface 2016-08-02 00:47:14 +00:00
fat_fs.c fs: Fixes a bug that limits volume size to 1MB 2016-09-16 02:21:00 +00:00
fat_ram_diskio.c fs: Adds diskio interface 2016-08-01 16:46:38 -07:00
Kconfig fs: Fixes a bug that limits volume size to 1MB 2016-09-16 02:21:00 +00:00
Makefile fs: Adds flash device support to diskio interface 2016-08-02 00:47:14 +00:00