aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32/RTCv1
Commit message (Expand)AuthorAgeFilesLines
* 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@3800 35acf78f-673a-0410...gdisirio2012-01-121-0/+10
* 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-122-90/+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-102-70/+19
* Removed unused stuff from RTCv1.gdisirio2012-01-072-42/+9
* Fixed bug 3468445.gdisirio2012-01-031-1/+1
* Updated credits.gdisirio2011-12-292-0/+8
* 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
* RTC. Testhal works on F4x, compiles (but not deeply tested) on F1x.barthess2011-12-151-0/+33
* RTCv1 minor fixbarthess2011-12-121-1/+1
* RTCv1 code cleanups and adding some safety checks.barthess2011-12-122-14/+14
* Merging changes from rtc_dev branch.barthess2011-12-122-5/+23
|\
| * RTC. Development suspended until EXTI driver API will changed.barthess2011-12-121-4/+4
| * RTC. Driver broken.barthess2011-12-112-4/+22
| * 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-012-212/+226
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3409 35acf78f-673a-0410...gdisirio2011-09-252-2/+2
* RTC. Documentation improvements.barthess2011-09-251-10/+10
* RTC. API changes.barthess2011-09-252-0/+465