Re: [PATCH] cpukit: New SPI framework implemented #2776

2016-09-12 Thread Gedare Bloom
Good. We'll need some user-friendly (BSP developer) documentation eventually. On Mon, Sep 12, 2016 at 9:10 AM, Alexander Krutwig wrote: > Linux Userspace API was taken as a template > Test libtests/spi01 is included into testsuite > --- > cpukit/dev/Makefile.am | 10 + > cpu

[PATCH] cpukit: New SPI framework implemented #2776

2016-09-12 Thread Alexander Krutwig
Linux Userspace API was taken as a template Test libtests/spi01 is included into testsuite --- cpukit/dev/Makefile.am | 10 + cpukit/dev/include/dev/spi/spi.h | 452 + cpukit/dev/include/linux/spi/spidev.h | 242 +++ cpuki