USBHost library
Dependencies: FATFileSystem mbed-rtos
Fork of USBHost by
Revision 25:aa23798d4ab0, committed 2014-04-10
- Comitter:
- donatien
- Date:
- Thu Apr 10 17:38:43 2014 +0000
- Parent:
- 24:7e12cc0217a9
- Commit message:
- Updated mbed-rtos; limiting to 1 connected device to avoid starving device's memory
Changed in this revision
USBHost/USBHostConf.h | Show annotated file Show diff for this revision Revisions of this file |
mbed-rtos.lib | Show annotated file Show diff for this revision Revisions of this file |
diff -r 7e12cc0217a9 -r aa23798d4ab0 USBHost/USBHostConf.h --- a/USBHost/USBHostConf.h Thu Mar 06 14:39:07 2014 +0000 +++ b/USBHost/USBHostConf.h Thu Apr 10 17:38:43 2014 +0000 @@ -21,7 +21,7 @@ * Maximum number of devices that can be connected * to the usb host */ -#define MAX_DEVICE_CONNECTED 5 +#define MAX_DEVICE_CONNECTED 1//5 /* * Maximum of Hub connected to the usb host
diff -r 7e12cc0217a9 -r aa23798d4ab0 mbed-rtos.lib --- a/mbed-rtos.lib Thu Mar 06 14:39:07 2014 +0000 +++ b/mbed-rtos.lib Thu Apr 10 17:38:43 2014 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/mbed_official/code/mbed-rtos/#29007aef10a4 +http://mbed.org/users/mbed_official/code/mbed-rtos/#cb1d43beeb70