SDFileSystem

Dependencies:   FATFileSystem

Dependents:   WavePlayer_HelloWorld CAN_LOG_SD SDCard GPSLogger ... more

Fixed SDFileSystem when no card present and allow changing the default clock settings

  1. Fixed SDFileSystem when no card present: This change avoids SDFileSystem instance to block an application if no card is present or if the initialization fails (case when the card is broken).
  1. Allow changing the default clock settings for the initialization and transfer states.

Fixed SDFileSystem when no card present (pull request). FAT, file, SD, System

1 comment:

22 Mar 2014

With mbed.h revision 81:7d30d6019079, I can't import this library without error. The FATFileSystem library appears to be the problem. Perhaps the SDFileSystem library has the wrong version included in it? Separately importing http://mbed.org/teams/mbed-official/code/FATFileSystem/# after deleting this library's version seems to work.