aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32/RTCv2/rtc_lld.c
Commit message (Expand)AuthorAgeFilesLines
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6242 35...gdisirio2013-09-021-322/+0
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6109 35...gdisirio2013-08-091-0/+322
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6108 35...gdisirio2013-08-091-322/+0
* Relicensing parts of the tree under the Apache 2.0 license.gdisirio2013-03-301-14/+10
* Adjusted C file templates.gdisirio2013-02-281-1/+1
* Updated license years.gdisirio2013-02-021-1/+1
* Code templates-related fixes.gdisirio2012-12-251-0/+4
* RTCv2. Fixed wrong seconds handling in fat time stamp.barthess2012-09-201-1/+1
* RTCv2. Added locks for thread safety.barthess2012-09-201-1/+4
* RTCv2. Get fat time function moved to driver. barthess2012-09-201-0/+48
* RTC. Fixed bug 3526084barthess2012-05-141-2/+4
* RTC. High level staff moved to chrtclib.barthess2012-03-091-120/+0
* SDC. Added RTC support. Improved testhal.barthess2012-03-081-0/+23
* RTC. V2 driver merged to trunk.barthess2012-03-041-130/+173
* License text updated with new year.gdisirio2012-01-211-1/+1
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3756 35acf78f-673a-0410...gdisirio2012-01-071-1/+1
* Updated credits.gdisirio2011-12-291-0/+4
* Cleaned "//" comments.barthess2011-12-171-18/+0
* RTC. Nop.barthess2011-12-161-1/+1
* RTC. Testhal works on F4x, compiles (but not deeply tested) on F1x.barthess2011-12-151-7/+20
* RTC. Added callback switch helper. Not tested.barthess2011-12-131-63/+20
* RTC. Development suspended until EXTI driver API will changed.barthess2011-12-121-38/+82
* RTC. Driver broken.barthess2011-12-111-43/+108
* RTC. Code reorganization. barthess2011-12-111-0/+258