NuMaker SD-File-System with SD mode

Committer:
ccli8
Date:
Tue Mar 09 14:41:14 2021 +0800
Revision:
26:e9a48202e2e2
Parent:
1:2fb056322926
Update NuMaker-mbed-SD-driver.lib back

NuMaker-mbed-SD-driver/default_bd.cpp is changed by mistake and update it back.

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.