Revised to support both SD and USB file system

Dependents:   Multi-FileSystem Multi-FileSystem

Fork of MSCFileSystem by Chris Styles

History

Minor change in how a buffer was allocated in memory to not be hard-coded address. default tip

2016-10-17, by WiredHome [Mon, 17 Oct 2016 00:57:08 +0000] rev 10

Minor change in how a buffer was allocated in memory to not be hard-coded address.


comment diagnostic messages to disable them appearing on from stdout.

2016-03-13, by WiredHome [Sun, 13 Mar 2016 19:13:50 +0000] rev 9

comment diagnostic messages to disable them appearing on from stdout.


Changed to support simultaneous SD and USB FileSystem

2016-03-12, by WiredHome [Sat, 12 Mar 2016 23:59:02 +0000] rev 8

Changed to support simultaneous SD and USB FileSystem


reremoved FATFs

2013-04-18, by chris [Thu, 18 Apr 2013 14:01:37 +0000] rev 7

reremoved FATFs


Merged

2013-04-18, by chris [Thu, 18 Apr 2013 13:59:48 +0000] rev 6

Merged


Renamed .c files to .cpp

2013-04-18, by chris [Thu, 18 Apr 2013 13:41:33 +0000] rev 5

Renamed .c files to .cpp


renamed .c files to .cpp

2012-07-23, by chris [Mon, 23 Jul 2012 09:59:06 +0000] rev 4

renamed .c files to .cpp


Removed dependancy on FAT file system

2012-07-23, by chris [Mon, 23 Jul 2012 09:32:59 +0000] rev 3

Removed dependancy on FAT file system


2012-04-18, by chris [Wed, 18 Apr 2012 09:33:38 +0000] rev 2


Updated usbhost_lpc17xx.c

2011-06-02, by chris [Thu, 02 Jun 2011 14:59:08 +0000] rev 1

Updated usbhost_lpc17xx.c
Host_WDHWait() function had a WFI race condition that seems to be reliably solved by removing the _WFI command.