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
c3a7b4342d
zephyr
/
ext
/
fs
/
Makefile
3 lines
79 B
Makefile
Raw
Normal View
History
Unescape
Escape
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
i
n
c
l
u
d
e
$(
srctree
)
/
e
x
t
/
f
s
/
f
a
t
/
M
a
k
e
f
i
l
e
ext: nffs: Pull in Apache Mynewt NFFS implementation Origin: Apache Mynewt NFFS URL: https://github.com/apache/mynewt-nffs/tree/master Commit: 6639f7a432e70db00ef25d5e558aedbe503a3c9a Purpose: Introduction of NFFS (Newtron Flash File System) Maintained-by: External Signed-off-by: Andrzej Kaczmarek <andrzej.kaczmarek@codecoup.pl>
2017-08-10 20:35:50 +08:00
i
n
c
l
u
d
e
$(
srctree
)
/
e
x
t
/
f
s
/
n
f
f
s
/
M
a
k
e
f
i
l
e