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:29:37 +0100
commit0e7108f9401e9113ebf696cb2ab2c62e18827f46 (patch)
treec2def4f7b706277797f6fce6c33a9e1b55357b10 /libbsd.py
parentdwc_otg: Update host frame interval (diff)
downloadrtems-libbsd-0e7108f9401e9113ebf696cb2ab2c62e18827f46.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 7848ec30..99877a2f 100644
--- a/libbsd.py
+++ b/libbsd.py
@@ -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',