summaryrefslogtreecommitdiff
path: root/nuttx/drivers/timer.c
Commit message (Expand)AuthorAgeFilesLines
* Reanem kzalloc to kmm_zalloc for consistencyGregory Nutt2014-08-311-2/+2
* Rename kfree to kmm_free for consistency with other naming conventionsGregory Nutt2014-08-311-4/+4
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-291-1/+1
* nuttx/drivers: Remove explicity references to errno. That is a problem from...Gregory Nutt2014-08-281-2/+2
* Timer driver updates from Bob DoironGregory Nutt2014-05-051-7/+7
* Enhanced timer interface from Bob DoironGregory Nutt2014-04-301-4/+8
* Fix Bob's name in as many places as possible; Make sure that Bob is an author...Gregory Nutt2014-04-221-1/+2
* Misc changes to get a clean compilation after incorporating all of Bob Doison...Gregory Nutt2014-04-221-2/+1
* Various SAM4S related fixes, mostely related to the timer driver driver and t...Gregory Nutt2014-04-221-24/+26
* examples/serialrx added by Bob DoisonGregory Nutt2014-04-221-0/+567