My Fork of F401RE-USBHost. Add USBHostMIDI functions (originaled by Kaoru Shoji http://mbed.org/users/kshoji/code/USBHostMIDI/)

Dependencies:   FATFileSystem

Dependents:   F401RE-USBHostMIDI_RecieveExample

Fork of F401RE-USBHost by Norimasa Okamoto

Changes

RevisionDateWhoCommit message
27:23fa4e04b1db 2014-10-13 hsgw Fix freeze bug on F401RE.; callback functions are initialized by dummy functions. default tip
26:077ab26227c6 2014-09-18 hsgw fix miscellaneous function and cable event.
25:c4fdd0b4e643 2014-09-18 hsgw delete miscellaneous function & cable event attach functions
24:5281ea9f6e68 2014-09-18 hsgw add other midi status. ; but miscellaneous function and cable event has been disabled.
23:9c1d09c6a2b6 2014-09-17 hsgw revert rev20
22:81d8c59d1070 2014-09-17 hsgw change to USBHostMIDI in Official USB-HOST lib. but not tested yet
21:b2ca8a816174 2014-09-17 hsgw merge original F401RE-USBHost Rev 20
20:47978c25c9b8 2014-07-20 va009039 added Nucleo F411RE(required USBCLK 48MHz).
19:61554f238584 2014-07-01 va009039 add lpc4088/lpc1768
18:bac56d0365e1 2014-06-25 hsgw Add USBHostMIDI(porting https://mbed.org/users/kshoji/code/USBHostMIDI/)
17:4a710e2ba162 2014-06-23 va009039 add FRDM-K64F.(not tested)
16:981c3104f6c0 2014-06-23 va009039 add FRDM-K64F.(not tested)
15:d14c06cc5c07 2014-06-13 va009039 update FATFileSystem.
14:b167f2b97cb7 2014-06-13 va009039 fix token out.
13:8774c07f12a5 2014-06-10 va009039 add USBHostC270
12:b91fdea8c0a7 2014-06-09 va009039 Simple USBHost for Nucleo F401RE
11:61843badd06e 2014-06-09 va009039 Simple USBHost for Nucleo F401RE
10:40c7f6788902 2014-02-05 va009039 fix endpoint callback.
9:7f9f64cf5ded 2014-02-03 va009039 add interrupt write transfer.
8:6463cd1964c0 2014-01-31 va009039 USB hub support.
7:9a20482c9a7a 2014-01-28 va009039 Control transfer status stage must set DATA1.
6:03ef38d6e1ba 2014-01-28 va009039 Control transfer status stage must set DATA1.
5:10bfc10afcc8 2014-01-27 va009039 add isochronous transfer
4:21d651ad6987 2014-01-27 va009039 add isochronous transfer
3:a3872f7593e2 2014-01-25 va009039 fix max packet size
2:0cdac6bcc534 2014-01-23 va009039 add retry in token transfer
1:c072d9e580b0 2014-01-21 va009039 add USBHostMSD
0:5160ee0c522d 2014-01-18 va009039 first commit