SDFileSystem

Dependencies:   FATFileSystem

Dependents:   WavePlayer_HelloWorld CAN_LOG_SD SDCard GPSLogger ... more

Issue: FatFileSystem conflicts with mbed-os/features/filesystem/fat/FatFileSystem

Importing this library on the new mbed-os will not work since mbed-os now has its own mbed-os/features/filesystem/fat/

https://github.com/ARMmbed/mbed-os/blob/master/features/filesystem/fat/FATFileSystem.h

Both files have identical class names and therefore conflicts with the FatFileSystem.h file in the SDFileSystem libs.