Implement USBDebug (full USB stack variant).
This commit is contained in:
parent
0d5b9c9031
commit
66a93674b2
9 changed files with 134 additions and 6 deletions
|
@ -447,6 +447,12 @@ module = {
|
|||
enable = usb;
|
||||
};
|
||||
|
||||
module = {
|
||||
name = usbserial_usbdebug;
|
||||
common = bus/usb/serial/usbdebug_late.c;
|
||||
enable = usb;
|
||||
};
|
||||
|
||||
module = {
|
||||
name = uhci;
|
||||
common = bus/usb/uhci.c;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue