9
0
Fork 0
barebox/fs/fat
Sascha Hauer 17e91068b1 fs: add fat filesystem support
This code is based on:

http://elm-chan.org/fsw/ff/00index_e.html

FatFs Generic FAT File System Module

This patch offers a read/write implementation for barebox. The code
does not exaclty match barebox coding style, but works nicely and
should be ready to give it a try.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2011-04-12 09:54:56 +02:00
..
Kconfig fs: add fat filesystem support 2011-04-12 09:54:56 +02:00
Makefile fs: add fat filesystem support 2011-04-12 09:54:56 +02:00
diskio.h fs: add fat filesystem support 2011-04-12 09:54:56 +02:00
fat.c fs: add fat filesystem support 2011-04-12 09:54:56 +02:00
ff.c fs: add fat filesystem support 2011-04-12 09:54:56 +02:00
ff.h fs: add fat filesystem support 2011-04-12 09:54:56 +02:00
ffconf.h fs: add fat filesystem support 2011-04-12 09:54:56 +02:00
integer.h fs: add fat filesystem support 2011-04-12 09:54:56 +02:00