Nuvoton
/
NuMaker-mbed-SD-FileSystem-example
NuMaker SD-File-System with SD mode
Diff: README.md
- Revision:
- 1:2fb056322926
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README.md Wed Mar 15 11:52:57 2017 +0800 @@ -0,0 +1,5 @@ +# Example for SD card backed file system + +This example is cloned from the [FAT file system example](https://github.com/armmbed/mbed-os-example-fat-filesystem) released by ARM mbed team and +is modified to use the [SD block device](https://github.com/OpenNuvoton/NuMaker-mbed-SD-driver) +running in SD bus mode rather than SPI bus mode to back the file system.