Donggeun Kim c30a15e590 FAT: Add FAT write feature
In some cases, saving data in RAM as a file with FAT format is required.
This patch allows the file to be written in FAT formatted partition.

The usage is similar with reading a file.
First, fat_register_device function is called before file_fat_write function
in order to set target partition.
Then, file_fat_write function is invoked with desired file name,
start ram address for writing data, and file size.

Signed-off-by: Donggeun Kim <dg77.kim@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
2011-10-26 21:40:44 +02:00
..
2011-10-17 22:25:34 +02:00
2011-10-22 01:22:21 +02:00
2011-10-26 21:40:44 +02:00
2011-10-26 21:39:40 +02:00
2011-09-05 11:41:42 +02:00
2011-09-10 00:04:01 +02:00
2011-09-30 22:00:54 +02:00
2011-10-17 23:56:58 +02:00
2011-10-05 22:03:11 +02:00
2011-09-30 22:00:55 +02:00