zephyr/subsys/fs
Jithu Joseph 2fe288b4aa fs: expose generic ramdisk/flash disk access functions
This patch removes "FAT" from  files names, config names and
symbol names so as to avoid confusion, when other modules use
them in a more generic way.

Also flash_disk_access.c and ram_disk_access.c now exports generic
disk_access symbols as defined in include/disk_access.h rather
than FAT specific ones in fs/fat_diskio.h. Thus modules like
USB which need to use disk_access interface is not dependent
on symbols from ELMChan FAT module. Also fat_diskio.h
is removed.

Further the shim between ELM chan and Zephyr is modified as
per these changes.

Change-Id: Ifd80f14a629e467ee9c7a9aaff8a4896eed11982
Signed-off-by: Jithu Joseph <jithu.joseph@intel.com>
2016-11-09 02:45:45 +00:00
..
Kconfig fs: expose generic ramdisk/flash disk access functions 2016-11-09 02:45:45 +00:00
Makefile fs: expose generic ramdisk/flash disk access functions 2016-11-09 02:45:45 +00:00
disk_access_flash.c fs: expose generic ramdisk/flash disk access functions 2016-11-09 02:45:45 +00:00
disk_access_ram.c fs: expose generic ramdisk/flash disk access functions 2016-11-09 02:45:45 +00:00
fat12_ramdisk.h fs: expose generic ramdisk/flash disk access functions 2016-11-09 02:45:45 +00:00
fat_fs.c
shell.c fs: Add simple shell support 2016-11-08 14:22:33 +00:00