Added FATFileSystem

Dependencies:   FatFileSystem

Dependents:   USBFlashDiskTest RSALB_hbridge_helloworld RSALB_lobster WavPlayer_test ... more

Files at this revision

API Documentation at this revision

Comitter:
chris
Date:
Thu Jun 02 14:59:08 2011 +0000
Parent:
0:3e7d2baed4b4
Child:
2:156c533e5fff
Commit message:
Updated usbhost_lpc17xx.c
Host_WDHWait() function had a WFI race condition that seems to be reliably solved by removing the _WFI command.

Changed in this revision

FATFileSystem.lib Show diff for this revision Revisions of this file
USBHostLite/usbhost_lpc17xx.c Show annotated file Show diff for this revision Revisions of this file
--- a/FATFileSystem.lib	Tue Apr 05 23:36:08 2011 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-http://mbed.org/users/mbed_unsupported/code/fatfilesystem/
\ No newline at end of file
--- a/USBHostLite/usbhost_lpc17xx.c	Tue Apr 05 23:36:08 2011 +0000
+++ b/USBHostLite/usbhost_lpc17xx.c	Thu Jun 02 14:59:08 2011 +0000
@@ -617,12 +617,19 @@
 
 void  Host_WDHWait (void)
 {
-  while (!HOST_WdhIntr)
-      __WFI();
-
+  while (!HOST_WdhIntr) {
+    ;
+  }
   HOST_WdhIntr = 0;
 }
 
+
+
+
+
+
+
+
 /*
 **************************************************************************************************************
 *                                         READ LE 32U