aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32/RTCv1
Commit message (Collapse)AuthorAgeFilesLines
* RTC. Added possibility of changing RTC clock source.barthess2012-01-141-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3809 35acf78f-673a-0410-8e92-d51de3d6d3f4
* RTC. Error fixes and robustness improvements.barthess2012-01-131-16/+14
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3806 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3800 ↵gdisirio2012-01-121-0/+10
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3798 ↵gdisirio2012-01-121-1/+1
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3797 ↵gdisirio2012-01-122-90/+51
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* RTC. Added function to ensure data synchronization.barthess2012-01-121-7/+18
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3795 35acf78f-673a-0410-8e92-d51de3d6d3f4
* RTC. Added enables/disables of writing access to BKP registers in all write ↵barthess2012-01-121-2/+13
| | | | | | operations. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3794 35acf78f-673a-0410-8e92-d51de3d6d3f4
* 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@3790 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3783 ↵gdisirio2012-01-102-70/+19
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Removed unused stuff from RTCv1.gdisirio2012-01-072-42/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3753 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed bug 3468445.gdisirio2012-01-031-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3721 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Updated credits.gdisirio2011-12-292-0/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3685 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3645 ↵gdisirio2011-12-211-2/+2
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* RTC. High level API rolled back.barthess2011-12-161-13/+15
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3619 35acf78f-673a-0410-8e92-d51de3d6d3f4
* RTC. Testhal works on F4x, compiles (but not deeply tested) on F1x.barthess2011-12-151-0/+33
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3615 35acf78f-673a-0410-8e92-d51de3d6d3f4
* RTCv1 minor fixbarthess2011-12-121-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3604 35acf78f-673a-0410-8e92-d51de3d6d3f4
* RTCv1 code cleanups and adding some safety checks.barthess2011-12-122-14/+14
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3603 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Merging changes from rtc_dev branch.barthess2011-12-122-5/+23
|\ | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3601 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * RTC. Development suspended until EXTI driver API will changed.barthess2011-12-121-4/+4
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/rtc_dev@3600 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * RTC. Driver broken.barthess2011-12-112-4/+22
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/rtc_dev@3598 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * RTC. Merge RTC code from trunk.barthess2011-12-111-10/+21
| |\ | | | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/rtc_dev@3595 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | | RTC. Code cleanups.barthess2011-12-111-3/+4
| | | | | | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3594 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | | RTC. Pointless lock removed.barthess2011-12-111-2/+0
| |/ |/| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3593 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | RTC. Some bugs fixed.barthess2011-12-101-8/+20
|/ | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3590 35acf78f-673a-0410-8e92-d51de3d6d3f4
* RTC. Insert forgotten closing brace in documentation.barthess2011-10-011-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3414 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3413 ↵gdisirio2011-10-012-212/+226
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3409 ↵gdisirio2011-09-252-2/+2
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* RTC. Documentation improvements.barthess2011-09-251-10/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3406 35acf78f-673a-0410-8e92-d51de3d6d3f4
* RTC. API changes.barthess2011-09-252-0/+465
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3405 35acf78f-673a-0410-8e92-d51de3d6d3f4