NuMaker SD-File-System with SD mode

Committer:
ccli8
Date:
Wed Mar 15 11:52:57 2017 +0800
Revision:
1:2fb056322926
Support Nuvoton SD block device

Who changed what in which revision?

UserRevisionLine numberNew contents of line
ccli8 1:2fb056322926 1 # Example for SD card backed file system
ccli8 1:2fb056322926 2
ccli8 1:2fb056322926 3 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
ccli8 1:2fb056322926 4 is modified to use the [SD block device](https://github.com/OpenNuvoton/NuMaker-mbed-SD-driver)
ccli8 1:2fb056322926 5 running in SD bus mode rather than SPI bus mode to back the file system.