Go to file
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
.known-issues known-issues: update rule for TCF summary line 2016-09-16 11:31:27 -07:00
arch kernel: add __ASSERT() for thread priorities 2016-11-08 20:27:31 -05:00
boards boards: Add support for Quark SE C1000_BLE 2016-11-08 15:00:00 +00:00
doc kernel: rename k_am_in_isr() to k_is_in_isr() 2016-11-08 20:27:31 -05:00
drivers drivers: spi: update to unified kernel 2016-11-09 02:40:32 +00:00
ext fs: expose generic ramdisk/flash disk access functions 2016-11-09 02:45:45 +00:00
include fs: expose generic ramdisk/flash disk access functions 2016-11-09 02:45:45 +00:00
kernel kernel: rename k_am_in_isr() to k_is_in_isr() 2016-11-08 20:27:31 -05:00
lib lib: Add implementation for strrchr 2016-11-04 16:53:50 +00:00
misc build: remove old kernel support 2016-11-07 11:34:18 -08:00
net Bluetooth: L2CAP: Make CoC depend on SMP 2016-11-04 22:05:05 +02:00
samples samples: remove useless prj_unified.conf from kernel logger sample 2016-11-08 23:38:41 +00:00
scripts boards: Add support for Quark SE C1000_BLE 2016-11-08 15:00:00 +00:00
subsys fs: expose generic ramdisk/flash disk access functions 2016-11-09 02:45:45 +00:00
tests fs: expose generic ramdisk/flash disk access functions 2016-11-09 02:45:45 +00:00
.checkpatch.conf
.gitattributes
.gitignore
.gitreview
.mailmap mailmap: update with new emails 2016-10-07 16:15:24 +00:00
defaults.tc testcases: catch 'Fatal essential task error" messages 2016-10-31 12:57:28 +00:00
Kbuild build: remove old kernel support 2016-11-07 11:34:18 -08:00
Kconfig
Kconfig.zephyr usb: move usb subsystem to subsys/usb and cleanup header inclusion 2016-10-31 19:21:42 +00:00
LICENSE
MAINTAINERS MAINTAINERS: Add documentation location to Bluetooth subsystem 2016-11-06 10:54:21 +02:00
Makefile build: remove old kernel support 2016-11-07 11:34:18 -08:00
Makefile.inc build: force all kernel builds to be Unified kernel 2016-11-04 18:25:32 +00:00
zephyr-env.sh win-build: corrects scripts_path for windows build. 2016-10-15 15:09:54 +00:00