Add mcu/ABOUT-USB.

This commit is contained in:
NIIBE Yutaka
2019-05-10 09:37:20 +09:00
parent de4ab0d3c9
commit 3317fb39ab

9
mcu/ABOUT-USB Normal file
View File

@@ -0,0 +1,9 @@
USB driver in Chopstx
Full speed device is assumed. Bus powered system is assumed.
API-wise, self powered system is not supported (yet). To support self
powered system, we need to define the hardware interface detecting
VBUS voltage. Only after detecting VBUS power, we can enable USB
driver (D+/D- lines). For self powered system, driving D+/D- lines
(by fixed pull-up resistor) violates the USB specification.