Commit Graph

4 Commits (2f56029f55123ce163d76ca365d65421fa35bf8f)

Author SHA1 Message Date
Masao Hamanaka 7726496957 Implement some USB functions to RZ-A1H
Implemented functions as below.
- USB Host
- USB Device(Full speed)
2015-01-15 14:00:42 +09:00
0xc0170 081230ee9c spaces removal - USBHost 2014-05-29 15:16:53 +02:00
Adam Green fb769b1566 USBHost: Don't pass NULL in for uint32_t parameters.
USBHostHub.cpp made a few calls to the USBHALHost::deviceDisconnected()
virtual method passing in NULL for the addr parameter which is actually
declared as uint32_t and not a pointer type.  Switching these calls
to pass in a 0 for this parameter silences GCC warnings about
incompatible types.
2013-08-29 21:12:12 -07:00
unknown 1c981f929a add USBHost library 2013-03-14 16:36:35 +00:00