This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
0f3a69a313
zephyr
/
ext
/
fs
/
fat
/
Makefile
4 lines
87 B
Makefile
Raw
Normal View
History
Unescape
Escape
fs: Update FatFs Kconfig names Modified the Kconfig flag names to identify external FS with source. This is required to differentiate between additional external Fat FS code tht may be added in future. Jira: ZEP-285 Change-Id: Ief4d11f57494fa1f7ba234182b8b922bc82575cc Signed-off-by: Ramesh Thomas <ramesh.thomas@intel.com>
2016-06-04 04:42:45 +08:00
i
f
d
e
f
C
O
N
F
I
G
_
F
A
T
_
F
I
L
E
S
Y
S
T
E
M
_
E
L
M
fs: [WIP] Pull in open source FAT FS implementation This implements the top layer of the FAT FS. It exports an user API that would be abstacted by Zephyr FS API. It has another set of API to interface with a bottom layer that would provide platform specific file systems. A flash file system will be implemented for the bottom layer. Jira: ZEP-285 Origin: ELM Chan URL: http://elm-chan.org/fsw/ff/00index_e.html Change-Id: Id7c99dbdac9612b1a597bd8099b8a528824afae9 Signed-off-by: Ramesh Thomas <ramesh.thomas@intel.com>
2016-06-04 04:42:45 +08:00
ZEPHYRINCLUDE
+=
-I
$(
srctree
)
/ext/fs/fat/include
e
n
d
i
f