aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32/RTCv2
Commit message (Expand)AuthorAgeFilesLines
* Relicensing parts of the tree under the Apache 2.0 license.gdisirio2013-03-302-28/+20
* Adjusted C file templates.gdisirio2013-02-281-1/+1
* Updated license years.gdisirio2013-02-022-2/+2
* Code templates-related fixes.gdisirio2012-12-251-0/+4
* Doxygen fixes.gdisirio2012-12-161-1/+1
* 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-202-0/+49
* RTC. Fixed bug 3526084barthess2012-05-141-2/+4
* RTC. High level staff moved to chrtclib.barthess2012-03-092-125/+0
* SDC. Added RTC support. Improved testhal.barthess2012-03-082-0/+24
* RTC. APB1 clock check moved to rtc_lld.hbarthess2012-03-041-0/+4
* RTC. V2 driver merged to trunk.barthess2012-03-042-175/+200
* License text updated with new year.gdisirio2012-01-212-2/+2
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3756 35acf78f-673a-0410...gdisirio2012-01-072-6/+9
* Updated credits.gdisirio2011-12-292-0/+8
* 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-152-12/+30
* RTC. Added callback switch helper. Not tested.barthess2011-12-132-89/+30
* RTC. Development suspended until EXTI driver API will changed.barthess2011-12-122-44/+95
* RTC. Driver broken.barthess2011-12-112-54/+170
* RTC. Code reorganization. barthess2011-12-112-0/+431