dwc_otg: Add support for nexus bus

Update #3910.
This commit is contained in:
Sebastian Huber
2020-03-31 10:20:04 +02:00
parent 8c4c7807f5
commit 0e7108f940
5 changed files with 276 additions and 0 deletions

View File

@@ -228,6 +228,8 @@ class rtems(builder.Module):
'sys/dev/stmac/if_stmac.c',
'sys/dev/tsec/if_tsec_nexus.c',
'sys/dev/usb/controller/ehci_mpc83xx.c',
'sys/dev/usb/controller/dwc_otg_nexus.c',
'sys/dev/usb/controller/dwc_otg_stm32h7.c',
'sys/dev/usb/controller/ohci_lpc32xx.c',
'sys/dev/usb/controller/ohci_lpc.c',
'sys/dev/usb/controller/usb_otg_transceiver.c',