[rtems-libbsd commit] nexus-devices: Support arm/lpc24xx

Sebastian Huber sebh at rtems.org
Fri Oct 7 05:24:59 UTC 2016


Module:    rtems-libbsd
Branch:    master
Commit:    f5f9e16e4a6c7df61facd8f482a560b3c72a4d84
Changeset: http://git.rtems.org/rtems-libbsd/commit/?id=f5f9e16e4a6c7df61facd8f482a560b3c72a4d84

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Fri Oct  7 07:24:02 2016 +0200

nexus-devices: Support arm/lpc24xx

---

 rtemsbsd/include/bsp/nexus-devices.h | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/rtemsbsd/include/bsp/nexus-devices.h b/rtemsbsd/include/bsp/nexus-devices.h
index 5210c2b..39d49df 100644
--- a/rtemsbsd/include/bsp/nexus-devices.h
+++ b/rtemsbsd/include/bsp/nexus-devices.h
@@ -78,6 +78,13 @@ RTEMS_BSD_DRIVER_MMC;
 RTEMS_BSD_DRIVER_USB;
 RTEMS_BSD_DRIVER_USB_MASS;
 
+#elif defined(LIBBSP_ARM_LPC24XX_BSP_H)
+
+RTEMS_BSD_DEFINE_NEXUS_DEVICE(ohci, 0, 0, NULL);
+SYSINIT_DRIVER_REFERENCE(usbus, ohci);
+RTEMS_BSD_DRIVER_USB;
+RTEMS_BSD_DRIVER_USB_MASS;
+
 #elif defined(LIBBSP_I386_PC386_BSP_H)
 
 RTEMS_BSD_DRIVER_PC_LEGACY;




More information about the vc mailing list