mbed-os/libraries/USBHost
Masao Hamanaka 63cfe8da23 Fix some bugs about USBHost common codes.
Find some bugs in USBHost common codes. Bugs as below.
- USBHostMouse.cpp
 - Memory destroy will occur when the size of interrupt transfer is larger than 4 bytes.

- USBHostMSD.cpp
 - Type declaration of vender dependent.
     U16 -> uint16_t

- USBHostSerial.cpp
  - connected() will not be "true".
  - Communication with USBSerial will not start.
2015-01-15 14:01:48 +09:00
..
USBHost Implement some USB functions to RZ-A1H 2015-01-15 14:00:42 +09:00
USBHost3GModule spaces removal - USBHost 2014-05-29 15:16:53 +02:00
USBHostHID Fix some bugs about USBHost common codes. 2015-01-15 14:01:48 +09:00
USBHostHub Implement some USB functions to RZ-A1H 2015-01-15 14:00:42 +09:00
USBHostMIDI Added USB Host MIDI support. 2014-07-11 12:35:52 +09:00
USBHostMSD Fix some bugs about USBHost common codes. 2015-01-15 14:01:48 +09:00
USBHostSerial Fix some bugs about USBHost common codes. 2015-01-15 14:01:48 +09:00