summaryrefslogtreecommitdiffstats
path: root/libbsd.py
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-03-31 10:20:04 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-10-27 06:33:05 +0100
commit6c83023331073cacc598f5ade315e4f6542d23aa (patch)
treef7ad55e523294b808cc57c479279b2ff2cc754ef /libbsd.py
parentdwc_otg: Update host frame interval (diff)
downloadrtems-libbsd-6c83023331073cacc598f5ade315e4f6542d23aa.tar.bz2
dwc_otg: Add support for nexus bus
Update #3910.
Diffstat (limited to 'libbsd.py')
-rw-r--r--libbsd.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/libbsd.py b/libbsd.py
index 1105328d..27a1e4a4 100644
--- a/libbsd.py
+++ b/libbsd.py
@@ -230,6 +230,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',