aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/src/rtc.c
Commit message (Collapse)AuthorAgeFilesLines
* RTC. Fixed rtcConvertDateTimeToFAT() function (bug #615).barthess2015-07-131-14/+14
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8091 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed some MISRA violations in new HAL code.gdisirio2015-07-111-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8077 35acf78f-673a-0410-8e92-d51de3d6d3f4
* RTC. Improved function rtcConvertDateTimeToStructTm(). Now it can return ↵Uladzimir Pylinski2015-03-271-1/+7
| | | | | | milliseconds by optional pointer argument. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7819 35acf78f-673a-0410-8e92-d51de3d6d3f4
* HAL license change.Giovanni Di Sirio2015-03-241-13/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7801 35acf78f-673a-0410-8e92-d51de3d6d3f4
* RTC. Fixed conversion function.Uladzimir Pylinski2015-03-161-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7780 35acf78f-673a-0410-8e92-d51de3d6d3f4
* MISRA fixes for high level HAL.Giovanni Di Sirio2015-03-081-41/+50
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7738 35acf78f-673a-0410-8e92-d51de3d6d3f4
* updated GPL filesgdisirio2015-01-111-5/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7620 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7591 ↵gdisirio2014-12-221-0/+2
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7543 ↵gdisirio2014-11-271-0/+16
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* RTC. Fixed error in time conversion functionbarthess2014-11-011-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7452 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7445 ↵gdisirio2014-11-011-9/+10
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* RTCv1. Time converstion functions moved to rtc.c(h). Chrtclib deleted.barthess2014-11-011-0/+100
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7443 35acf78f-673a-0410-8e92-d51de3d6d3f4
* RTCv1. Driver ported to ChibiOS-3.barthess2014-11-011-31/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7442 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7437 ↵gdisirio2014-10-311-1/+2
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* RTC. Implemented function rtcConvertDateTimeToFAT()barthess2014-10-301-3/+17
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7436 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7435 ↵gdisirio2014-10-301-20/+40
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7100 ↵gdisirio2014-07-261-4/+4
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Initial RTC files.gdisirio2014-06-061-0/+186
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6982 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6108 ↵gdisirio2013-08-091-186/+0
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Adjusted C file templates.gdisirio2013-02-281-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5339 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Updated license years.gdisirio2013-02-021-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5102 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5069 ↵gdisirio2013-01-141-1/+1
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* RTC. Added chDbgCheck() in rtcGetTimeFat().barthess2012-09-201-1/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4702 35acf78f-673a-0410-8e92-d51de3d6d3f4
* RTCv2. Get fat time function moved to driver. barthess2012-09-201-0/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4701 35acf78f-673a-0410-8e92-d51de3d6d3f4
* License text updated with new year.gdisirio2012-01-211-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3846 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added I-Class APIs to the RTC driver.gdisirio2012-01-141-5/+15
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3807 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3797 ↵gdisirio2012-01-121-2/+2
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Updated credits.gdisirio2011-12-291-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3685 35acf78f-673a-0410-8e92-d51de3d6d3f4
* RTC. High level API rolled back.barthess2011-12-161-36/+8
| | | | 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-1/+29
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3615 35acf78f-673a-0410-8e92-d51de3d6d3f4
* RTC. Added callback switch helper. Not tested.barthess2011-12-131-4/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3608 35acf78f-673a-0410-8e92-d51de3d6d3f4
* RTCv1 code cleanups and adding some safety checks.barthess2011-12-121-20/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3603 35acf78f-673a-0410-8e92-d51de3d6d3f4
* RTC. Development suspended until EXTI driver API will changed.barthess2011-12-121-8/+2
| | | | 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-111-6/+36
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/rtc_dev@3598 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3413 ↵gdisirio2011-10-011-38/+57
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3412 ↵gdisirio2011-09-261-27/+38
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* RTC. Test updated.barthess2011-09-251-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3408 35acf78f-673a-0410-8e92-d51de3d6d3f4
* RTC. API changes.barthess2011-09-251-16/+22
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3405 35acf78f-673a-0410-8e92-d51de3d6d3f4
* RTC. API cnahge.barthess2011-09-211-10/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3376 35acf78f-673a-0410-8e92-d51de3d6d3f4
* RTC. rtcStart() and rtcStop() functions replaced by rtcSetCallback()barthess2011-09-071-16/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3293 35acf78f-673a-0410-8e92-d51de3d6d3f4
* RTC. Tiny improvement in documentation.barthess2011-09-031-0/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3288 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3285 ↵gdisirio2011-09-031-2/+0
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* RTC. Added state checks.barthess2011-09-011-2/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/rtc_dev@3279 35acf78f-673a-0410-8e92-d51de3d6d3f4
* RTC. Final polishing.barthess2011-08-311-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/rtc_dev@3275 35acf78f-673a-0410-8e92-d51de3d6d3f4
* RTC. Copyrights added.barthess2011-08-311-9/+24
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/rtc_dev@3274 35acf78f-673a-0410-8e92-d51de3d6d3f4
* RTC. nopbarthess2011-08-311-1/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/rtc_dev@3270 35acf78f-673a-0410-8e92-d51de3d6d3f4
* RTC. Initial commit.barthess2011-08-301-0/+108
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/rtc_dev@3269 35acf78f-673a-0410-8e92-d51de3d6d3f4