mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-14 23:37:10 +08:00
Port LPC32XX Ethernet and USB OHCI to RTEMS
This commit is contained in:

committed by
Sebastian Huber

parent
803a4950f2
commit
9f2205a3f5
12
rtemsbsd/include/bsp/nexus-devices.h
Normal file → Executable file
12
rtemsbsd/include/bsp/nexus-devices.h
Normal file → Executable file
@@ -46,6 +46,18 @@
|
||||
|
||||
RTEMS_BSD_DRIVER_SMC0(0x4e000000, RVPBXA9_IRQ_ETHERNET);
|
||||
|
||||
#elif defined(LIBBSP_ARM_LPC32XX_BSP_H)
|
||||
|
||||
#include <bsp/irq.h>
|
||||
|
||||
RTEMS_BSD_DRIVER_LPC32XX_PWR;
|
||||
RTEMS_BSD_DRIVER_LPC32XX_LPE;
|
||||
RTEMS_BSD_DRIVER_ICSPHY;
|
||||
RTEMS_BSD_DRIVER_LPC32XX_OHCI;
|
||||
SYSINIT_DRIVER_REFERENCE(usbus, ohci);
|
||||
RTEMS_BSD_DRIVER_USB;
|
||||
RTEMS_BSD_DRIVER_USB_MASS;
|
||||
|
||||
#elif defined(LIBBSP_M68K_GENMCF548X_BSP_H)
|
||||
|
||||
RTEMS_BSD_DRIVER_FEC;
|
||||
|
Reference in New Issue
Block a user