aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/device
Commit message (Expand)AuthorAgeFilesLines
* Use the generic device::SPI locking strategy.px4dev2013-09-122-5/+40
* ringbuffer: converted to item_size unitsAndrew Tridgell2013-09-121-20/+22
* Rework the ringbuffer class so that it's not templated, and refactor its clie...px4dev2013-09-121-109/+269
* ringbuffer: added resize() and print_info() methodsAndrew Tridgell2013-09-121-2/+42
* ringbuffer: added force() and use lockless methodspx4dev2013-09-121-16/+120
* Make it possible to create a cdev without automatically creating a device node.px4dev2013-08-041-8/+8
* Add size and flush methods to the ringbuffer class.px4dev2013-08-041-5/+16
* Add direct-access methods to the base Device class, so that there's a common ...px4dev2013-08-044-23/+82
* Simple ring-buffer template class, because re-implementing the wheel in every...px4dev2013-08-031-0/+192
* Merged with masterLorenz Meier2013-05-091-0/+9
* Moved last libs, drivers and headers, cleaned up IO buildLorenz Meier2013-04-289-0/+1804