Commit fa35e024 authored by devsaurus's avatar devsaurus
Browse files

update fatfs to 0.13c

parent c59ed6bb
......@@ -147,7 +147,7 @@ Write one or more sectors.
#### Parameters
- `start_sec` first sector to write to
- `data` string of data to write, must be multiple fo sector size (512 bytes)
- `data` string of data to write, must be multiple of sector size (512 bytes)
#### Returns
`nil`
......
......@@ -10,7 +10,7 @@ Work is in progress to extend the `file` API with support for the missing featur
## Enabling FatFs
The FAT file system is implemented by [Chan's FatFs](http://elm-chan.org/fsw/ff/00index_e.html) version [R0.12a](http://elm-chan.org/fsw/ff/ff12a.zip). It's disabled by default to save memory space and has to be enabled before compiling the firmware:
The FAT file system is implemented by [Chan's FatFs](http://elm-chan.org/fsw/ff/00index_e.html) version [R0.13c](http://elm-chan.org/fsw/ff/ff13c.zip). It's disabled by default to save memory space and has to be enabled before compiling the firmware:
Enable "Support for FAT filesystems" in Comoponent config ---> Platform config and enable the sdmmc module for low-level control.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment