summaryrefslogtreecommitdiffstats
path: root/cpukit/dev/spi (follow)
Commit message (Collapse)AuthorAgeFilesLines
* posix/mmap: Add support for file handler and MAP_ANONKevin Kirspel2017-07-141-0/+1
| | | | | | | | | | | Added a mmap file handler to struct _rtems_filesystem_file_handlers_r. Updated each file handler object to support the default mmap handler. Updated mmap() to call the mmap handler for MAP_SHARED. Added a mmap file handler for shm Added support for MAP_ANON in mmap(). Updates #2859
* Add SPI bus frameworkAlexander Krutwig2016-09-161-0/+366
User API is compatible to Linux userspace API. New test libtests/spi01. Update #2776.