summaryrefslogtreecommitdiff
path: root/common/queue.c
Commit message (Expand)AuthorAgeFilesLines
* Queue: Add ability to modify contiguous units inplaceAnton Staaf2015-07-151-20/+80
* Queue: add peek_memcpy functionGwendal Grignou2015-06-091-6/+17
* Queue: Add policies to queuesAnton Staaf2015-05-261-0/+20
* Queue: Add methods that accept a memcpy routineAnton Staaf2015-01-081-3/+26
* Queue: Add functionality needed by new USART stream driverAnton Staaf2014-09-181-26/+100
* Only waste 1 byte in queue bufferVic Yang2013-06-101-2/+2
* Bug fix of queue empty slot calculationVic Yang2013-06-091-2/+6
* Refactor the i8042 module to be thread-safe.Louis Yung-Chieh Lo2012-06-071-0/+53