summaryrefslogtreecommitdiff
path: root/nuttx/drivers/timers
Commit message (Expand)AuthorAgeFilesLines
* Correct typos in commentsGregory Nutt2015-04-031-5/+5
* Add a very basic driver for the CS2100-CP Fractional-N Multipler chip.Gregory Nutt2015-04-023-0/+862
* Move include/nuttx/timer.h, rtc.h and watchdog.h to include/nuttx/timers/.Gregory Nutt2015-04-014-7/+7
* Refresh configurationGregory Nutt2015-02-251-7/+7
* VFS: The inode unlink method should not be support if operations on the root ...Gregory Nutt2015-02-181-1/+29
* The RTC ioctl() method is now a configuration optionGregory Nutt2015-02-182-0/+9
* Add an IOCTL method to the RTC interfaceGregory Nutt2015-02-181-1/+11
* RTC: A little more clean-up of the RTC driverGregory Nutt2015-02-152-5/+51
* Add an RTC upper half driver. This is the driver that is documented in inclu...Gregory Nutt2015-02-131-0/+589
* Move timer-related drivers from drivers/ to drivers/timers.Gregory Nutt2015-02-134-0/+1306