aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/src/rtc.c
Commit message (Expand)AuthorAgeFilesLines
* RTC. Fixed rtcConvertDateTimeToFAT() function (bug #615).barthess2015-07-131-14/+14
* Fixed some MISRA violations in new HAL code.gdisirio2015-07-111-1/+1
* RTC. Improved function rtcConvertDateTimeToStructTm(). Now it can return mill...Uladzimir Pylinski2015-03-271-1/+7
* HAL license change.Giovanni Di Sirio2015-03-241-13/+10
* RTC. Fixed conversion function.Uladzimir Pylinski2015-03-161-3/+3
* MISRA fixes for high level HAL.Giovanni Di Sirio2015-03-081-41/+50
* updated GPL filesgdisirio2015-01-111-5/+4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7591 35acf78f-673a-0410...gdisirio2014-12-221-0/+2
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7543 35acf78f-673a-0410...gdisirio2014-11-271-0/+16
* RTC. Fixed error in time conversion functionbarthess2014-11-011-1/+1
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7445 35acf78f-673a-0410...gdisirio2014-11-011-9/+10
* RTCv1. Time converstion functions moved to rtc.c(h). Chrtclib deleted.barthess2014-11-011-0/+100
* RTCv1. Driver ported to ChibiOS-3.barthess2014-11-011-31/+0
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7437 35acf78f-673a-0410...gdisirio2014-10-311-1/+2
* RTC. Implemented function rtcConvertDateTimeToFAT()barthess2014-10-301-3/+17
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7435 35acf78f-673a-0410...gdisirio2014-10-301-20/+40
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7100 35acf78f-673a-0410...gdisirio2014-07-261-4/+4
* Initial RTC files.gdisirio2014-06-061-0/+186
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6108 35...gdisirio2013-08-091-186/+0
* Adjusted C file templates.gdisirio2013-02-281-1/+1
* Updated license years.gdisirio2013-02-021-1/+1
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5069 35acf78f-673a-0410...gdisirio2013-01-141-1/+1
* RTC. Added chDbgCheck() in rtcGetTimeFat().barthess2012-09-201-1/+3
* RTCv2. Get fat time function moved to driver. barthess2012-09-201-0/+12
* License text updated with new year.gdisirio2012-01-211-1/+1
* 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@3797 35acf78f-673a-0410...gdisirio2012-01-121-2/+2
* Updated credits.gdisirio2011-12-291-0/+4
* RTC. High level API rolled back.barthess2011-12-161-36/+8
* RTC. Testhal works on F4x, compiles (but not deeply tested) on F1x.barthess2011-12-151-1/+29
* RTC. Added callback switch helper. Not tested.barthess2011-12-131-4/+0
* RTCv1 code cleanups and adding some safety checks.barthess2011-12-121-20/+0
* RTC. Development suspended until EXTI driver API will changed.barthess2011-12-121-8/+2
* RTC. Driver broken.barthess2011-12-111-6/+36
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3413 35acf78f-673a-0410...gdisirio2011-10-011-38/+57
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3412 35acf78f-673a-0410...gdisirio2011-09-261-27/+38
* RTC. Test updated.barthess2011-09-251-1/+1
* RTC. API changes.barthess2011-09-251-16/+22
* RTC. API cnahge.barthess2011-09-211-10/+8
* RTC. rtcStart() and rtcStop() functions replaced by rtcSetCallback()barthess2011-09-071-16/+13
* RTC. Tiny improvement in documentation.barthess2011-09-031-0/+3
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3285 35acf78f-673a-0410...gdisirio2011-09-031-2/+0
* RTC. Added state checks.barthess2011-09-011-2/+4
* RTC. Final polishing.barthess2011-08-311-3/+3
* RTC. Copyrights added.barthess2011-08-311-9/+24
* RTC. nopbarthess2011-08-311-1/+2
* RTC. Initial commit.barthess2011-08-301-0/+108