[rtems-libbsd commit] nexus-devices: Add arm/atsamv BSP section

Sebastian Huber sebh at rtems.org
Wed Sep 28 13:35:23 UTC 2016


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Wed Sep 28 15:34:46 2016 +0200

nexus-devices: Add arm/atsamv BSP section

---

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

diff --git a/rtemsbsd/include/bsp/nexus-devices.h b/rtemsbsd/include/bsp/nexus-devices.h
index 45beb30..5210c2b 100644
--- a/rtemsbsd/include/bsp/nexus-devices.h
+++ b/rtemsbsd/include/bsp/nexus-devices.h
@@ -58,6 +58,11 @@ RTEMS_BSD_DRIVER_XILINX_ZYNQ_SLCR0;
 RTEMS_BSD_DRIVER_XILINX_ZYNQ_CGEM0(ZYNQ_IRQ_ETHERNET_0);
 RTEMS_BSD_DRIVER_E1000PHY;
 
+#elif defined(LIBBSP_ARM_ATSAM_BSP_H)
+
+RTEMS_BSD_DRIVER_USB;
+RTEMS_BSD_DRIVER_USB_MASS;
+
 #elif defined(LIBBSP_ARM_ALTERA_CYCLONE_V_BSP_H)
 
 #include <bsp/socal/hps.h>



More information about the vc mailing list