mirror of https://github.com/ARMmbed/mbed-os.git
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.
|
||
|---|---|---|
| .. | ||
| MtxCircBuffer.h | ||
| USBHostSerial.cpp | ||
| USBHostSerial.h | ||