Add LPC32XX touch screen driver

This commit is contained in:
Kevin Kirspel
2017-05-17 08:40:33 -04:00
committed by Sebastian Huber
parent fb2aa6ea99
commit e28a8d01c1
3 changed files with 444 additions and 0 deletions

1
rtemsbsd/include/bsp/nexus-devices.h Executable file → Normal file
View File

@@ -52,6 +52,7 @@ RTEMS_BSD_DRIVER_SMC0(0x4e000000, RVPBXA9_IRQ_ETHERNET);
RTEMS_BSD_DRIVER_LPC32XX_PWR;
RTEMS_BSD_DRIVER_LPC32XX_LPE;
RTEMS_BSD_DRIVER_LPC32XX_TSC;
RTEMS_BSD_DRIVER_ICSPHY;
RTEMS_BSD_DRIVER_LPC32XX_OHCI;
SYSINIT_DRIVER_REFERENCE(usbus, ohci);