Re: [PATCH 08/11] Add LPC32XX touch screen driver

2017-05-16 Thread Sebastian Huber
On 15/05/17 19:26, Kevin Kirspel wrote: diff --git a/rtemsbsd/sys/dev/input/touchscreen/tsc_lpc32xx.c b/rtemsbsd/sys/dev/input/touchscreen/tsc_lpc32xx.c new file mode 100644 index 000..e52f545 --- /dev/null +++ b/rtemsbsd/sys/dev/input/touchscreen/tsc_lpc32xx.c @@ -0,0 +1,403 @@ +/* + * COP

[PATCH 08/11] Add LPC32XX touch screen driver

2017-05-15 Thread Kevin Kirspel
--- rtemsbsd/include/bsp/nexus-devices.h | 1 + rtemsbsd/include/machine/rtems-bsd-nexus-bus.h | 22 ++ rtemsbsd/sys/dev/input/touchscreen/tsc_lpc32xx.c | 403 +++ 3 files changed, 426 insertions(+) mode change 100755 => 100644 rtemsbsd/include/bsp/nexus-devic