aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32/RTCv1/rtc_lld.c
Commit message (Expand)AuthorAgeFilesLines
* Adjusted C file templates.gdisirio2013-02-281-1/+1
* Updated license years.gdisirio2013-02-021-2/+2
* Code templates-related fixes.gdisirio2012-12-251-0/+4
* STM32. RTCv1. Fixed wasting of BKP registers in RTCv1 driver (bug 3594005)barthess2012-12-081-22/+18
* STM32. RTCv1. Fexed potential problem with RTC_CRL_RSF bit (bug 3593972).barthess2012-12-081-1/+5
* RTCv1. Fixed compilation issue in FAT timestap code.barthess2012-09-211-1/+2
* RTCv1. Added FAT timestamp support in driver using chrtclib for deviced witho...barthess2012-09-211-2/+25
* Fixed bug 3567597. STM32F1x rtc_lld_init glitches rtc on hard resetbarthess2012-09-151-6/+15
* RTC. High level staff moved to chrtclib.barthess2012-03-091-23/+0
* SDC. Added RTC support. Improved testhal.barthess2012-03-081-0/+24
* License text updated with new year.gdisirio2012-01-211-1/+1
* RTC. Added possibility of changing RTC clock source.barthess2012-01-141-0/+4
* RTC. Error fixes and robustness improvements.barthess2012-01-131-16/+14
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3798 35acf78f-673a-0410...gdisirio2012-01-121-1/+1
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3797 35acf78f-673a-0410...gdisirio2012-01-121-88/+51
* RTC. Added function to ensure data synchronization.barthess2012-01-121-7/+18
* RTC. Added enables/disables of writing access to BKP registers in all write o...barthess2012-01-121-2/+13
* RTC. Fixed some bugs and added locks into write functions. Haltest updated.barthess2012-01-111-9/+31
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3783 35acf78f-673a-0410...gdisirio2012-01-101-67/+17
* Removed unused stuff from RTCv1.gdisirio2012-01-071-5/+5
* Updated credits.gdisirio2011-12-291-0/+4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3645 35acf78f-673a-0410...gdisirio2011-12-211-2/+2
* RTC. High level API rolled back.barthess2011-12-161-13/+15
* RTCv1 minor fixbarthess2011-12-121-1/+1
* RTCv1 code cleanups and adding some safety checks.barthess2011-12-121-13/+13
* Merging changes from rtc_dev branch.barthess2011-12-121-2/+2
|\
| * RTC. Development suspended until EXTI driver API will changed.barthess2011-12-121-4/+4
| * RTC. Driver broken.barthess2011-12-111-1/+1
| * RTC. Merge RTC code from trunk.barthess2011-12-111-10/+21
| |\
* | | RTC. Code cleanups.barthess2011-12-111-3/+4
* | | RTC. Pointless lock removed.barthess2011-12-111-2/+0
| |/ |/|
* | RTC. Some bugs fixed.barthess2011-12-101-8/+20
|/
* RTC. Insert forgotten closing brace in documentation.barthess2011-10-011-1/+1
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3413 35acf78f-673a-0410...gdisirio2011-10-011-174/+159
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3409 35acf78f-673a-0410...gdisirio2011-09-251-1/+1
* RTC. API changes.barthess2011-09-251-0/+334