summaryrefslogtreecommitdiff
path: root/cpukit/dev/spi (follow)
AgeCommit message (Collapse)Author
2018-02-02spi: Use self-contained mutexSebastian Huber
Update #2843.
2017-07-14posix/mmap: Add support for file handler and MAP_ANONKevin Kirspel
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
2016-09-16Add SPI bus frameworkAlexander Krutwig
User API is compatible to Linux userspace API. New test libtests/spi01. Update #2776.