summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32/stm32_rtc_lowerhalf.c
Commit message (Expand)AuthorAgeFilesLines
* Move include/nuttx/timer.h, rtc.h and watchdog.h to include/nuttx/timers/.Gregory Nutt2015-04-011-2/+2
* STM32 RTC lower-half: Fix some errors that cause compilation failures. From ...Gregory Nutt2015-03-191-4/+7
* VFS: The inode unlink method should not be support if operations on the root ...Gregory Nutt2015-02-181-0/+2
* The RTC ioctl() method is now a configuration optionGregory Nutt2015-02-181-0/+2
* Add an IOCTL method to the RTC interfaceGregory Nutt2015-02-181-0/+1
* Add support for RTC driver to the STM32F4-Discovery boardGregory Nutt2015-02-151-2/+2
* Remove an unused variableGregory Nutt2015-02-151-2/+1
* RTC: A little more clean-up of the RTC driverGregory Nutt2015-02-151-11/+78
* STM32 RTC: Implement the rdtime() method of the RTC lower half interfaceGregory Nutt2015-02-131-1/+33
* STM32 RTC driver lower half: Implement the settime method of the RTC interfaceGregory Nutt2015-02-131-3/+39
* Break out a new internal interface, stm32_rtc_setdatetime(). This eliminates...Gregory Nutt2015-02-131-0/+147