Commit Graph

404 Commits (a484164f768cdea9b346b2af2c71376e8e260d21)

Author SHA1 Message Date
Uladzimir Pylinski 9e9734dac9 RTC. Improved function rtcConvertDateTimeToStructTm(). Now it can return milliseconds by optional pointer argument.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7819 35acf78f-673a-0410-8e92-d51de3d6d3f4
2015-03-27 13:18:08 +00:00
Uladzimir Pylinski e3083bb6a9 SDIO. sdcErase() function reintroduced.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7804 35acf78f-673a-0410-8e92-d51de3d6d3f4
2015-03-24 20:20:56 +00:00
Giovanni Di Sirio 55bce34bfa HAL license change.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7801 35acf78f-673a-0410-8e92-d51de3d6d3f4
2015-03-24 07:55:18 +00:00
Uladzimir Pylinski 08fd7beec6 SDIO. Added workaround against incorrect 50MHz clock detection.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7785 35acf78f-673a-0410-8e92-d51de3d6d3f4
2015-03-19 13:00:36 +00:00
Uladzimir Pylinski 216e586687 RTC. Fixed conversion function.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7780 35acf78f-673a-0410-8e92-d51de3d6d3f4
2015-03-16 14:36:22 +00:00
Giovanni Di Sirio 825c04410c Fixed bug #565.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7774 35acf78f-673a-0410-8e92-d51de3d6d3f4
2015-03-16 10:06:30 +00:00
Giovanni Di Sirio 28b2143a44 Fixed some RDY_ leftovers in HAL.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7768 35acf78f-673a-0410-8e92-d51de3d6d3f4
2015-03-13 10:28:20 +00:00
Giovanni Di Sirio 19d593770f SPI code made more readable.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7767 35acf78f-673a-0410-8e92-d51de3d6d3f4
2015-03-13 10:17:10 +00:00
Giovanni Di Sirio cc7f8758b0 Simplified CAN state machine.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7766 35acf78f-673a-0410-8e92-d51de3d6d3f4
2015-03-13 10:12:37 +00:00
Giovanni Di Sirio fc2af0f589 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7759 35acf78f-673a-0410-8e92-d51de3d6d3f4 2015-03-11 15:05:09 +00:00
Giovanni Di Sirio b7985b957d MISRA pass on low level device drivers templates.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7739 35acf78f-673a-0410-8e92-d51de3d6d3f4
2015-03-09 10:48:08 +00:00
Giovanni Di Sirio ce7f7103df MISRA fixes for high level HAL.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7738 35acf78f-673a-0410-8e92-d51de3d6d3f4
2015-03-08 21:19:58 +00:00
Uladzimir Pylinski 40304ed993 SDIO. Fixed typo.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7702 35acf78f-673a-0410-8e92-d51de3d6d3f4
2015-02-24 07:55:26 +00:00
Uladzimir Pylinski 3f403d2288 SDIO. Clock detection procedure for SDC now uses stack allocated buffer instead of provided in config.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7701 35acf78f-673a-0410-8e92-d51de3d6d3f4
2015-02-23 18:32:55 +00:00
Giovanni Di Sirio 2446dcc077 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7699 35acf78f-673a-0410-8e92-d51de3d6d3f4 2015-02-23 17:54:07 +00:00
Giovanni Di Sirio 47cc8792a9 fixed some doxytags
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7698 35acf78f-673a-0410-8e92-d51de3d6d3f4
2015-02-23 14:24:05 +00:00
Giovanni Di Sirio e42ca31b0f limit the use of scratchpad buffer
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7697 35acf78f-673a-0410-8e92-d51de3d6d3f4
2015-02-23 14:23:15 +00:00
Uladzimir Pylinski d5307c5e08 SDIO. Added forgotten NULL pointer checks.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7695 35acf78f-673a-0410-8e92-d51de3d6d3f4
2015-02-19 17:16:15 +00:00
Uladzimir Pylinski 39592bc15c SDIO. Deleted unused erase function.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7693 35acf78f-673a-0410-8e92-d51de3d6d3f4
2015-02-19 15:26:42 +00:00
Uladzimir Pylinski 7c1422770e SDIO. Working area buffer now handles using pointer in SDConfig structure.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7692 35acf78f-673a-0410-8e92-d51de3d6d3f4
2015-02-19 15:25:48 +00:00
Uladzimir Pylinski e88d9be726 SDIO. Added missing comments.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7691 35acf78f-673a-0410-8e92-d51de3d6d3f4
2015-02-18 19:38:56 +00:00
Uladzimir Pylinski 7890195f7b SDIO. Common code moved from sdc.c to mmcsd superclass.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7690 35acf78f-673a-0410-8e92-d51de3d6d3f4
2015-02-18 19:33:56 +00:00
Uladzimir Pylinski 5b13713559 SDIO. Fix warning about uninitialized variable.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7687 35acf78f-673a-0410-8e92-d51de3d6d3f4
2015-02-18 14:13:47 +00:00
Uladzimir Pylinski 5b2494f872 SDIO. 1) Added MMC support. 2) Added bus clock detection.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7686 35acf78f-673a-0410-8e92-d51de3d6d3f4
2015-02-18 13:46:06 +00:00
Giovanni Di Sirio 6eb46acf16 Added I-Class functions to the PWM driver.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7676 35acf78f-673a-0410-8e92-d51de3d6d3f4
2015-02-07 11:50:45 +00:00
Giovanni Di Sirio f5a8502a28 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7656 35acf78f-673a-0410-8e92-d51de3d6d3f4 2015-02-05 12:45:05 +00:00
gdisirio 1979996549 updated GPL files
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7620 35acf78f-673a-0410-8e92-d51de3d6d3f4
2015-01-11 13:45:54 +00:00
gdisirio 553c13c0f4 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7591 35acf78f-673a-0410-8e92-d51de3d6d3f4 2014-12-22 09:14:23 +00:00
gdisirio 0d094bec05 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7569 35acf78f-673a-0410-8e92-d51de3d6d3f4 2014-12-11 14:29:58 +00:00
gdisirio 5b03233f8d HAL documentation build works now.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7561 35acf78f-673a-0410-8e92-d51de3d6d3f4
2014-12-08 10:49:39 +00:00
gdisirio 0ee4e06235 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7554 35acf78f-673a-0410-8e92-d51de3d6d3f4 2014-12-02 09:35:07 +00:00
gdisirio 5b59f89d98 Removed assertion for repeated tickless timer stop. Improved comments in virtual timers.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7550 35acf78f-673a-0410-8e92-d51de3d6d3f4
2014-11-30 10:09:38 +00:00
gdisirio e40082e1d6 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7543 35acf78f-673a-0410-8e92-d51de3d6d3f4 2014-11-27 15:07:26 +00:00
barthess ab2d0948f7 Community support imporovements. Added hooks simplifying adding of new hal modules in community repo.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7516 35acf78f-673a-0410-8e92-d51de3d6d3f4
2014-11-16 11:03:31 +00:00
gdisirio 476270c2ab git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7475 35acf78f-673a-0410-8e92-d51de3d6d3f4 2014-11-04 10:51:23 +00:00
gdisirio 69f211ae2c git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7462 35acf78f-673a-0410-8e92-d51de3d6d3f4 2014-11-02 16:38:13 +00:00
gdisirio a5454ca785 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7458 35acf78f-673a-0410-8e92-d51de3d6d3f4 2014-11-02 10:22:36 +00:00
barthess d2e246dd29 RTC. Fixed error in time conversion function
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7452 35acf78f-673a-0410-8e92-d51de3d6d3f4
2014-11-01 18:14:33 +00:00
gdisirio d74271f00d git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7445 35acf78f-673a-0410-8e92-d51de3d6d3f4 2014-11-01 16:20:29 +00:00
barthess d37f6cb1f3 RTCv1. Time converstion functions moved to rtc.c(h). Chrtclib deleted.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7443 35acf78f-673a-0410-8e92-d51de3d6d3f4
2014-11-01 15:44:30 +00:00
barthess 96f976382d RTCv1. Driver ported to ChibiOS-3.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7442 35acf78f-673a-0410-8e92-d51de3d6d3f4
2014-11-01 13:22:15 +00:00
gdisirio 40b51d714f git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7437 35acf78f-673a-0410-8e92-d51de3d6d3f4 2014-10-31 09:52:34 +00:00
barthess c145bd903f RTC. Implemented function rtcConvertDateTimeToFAT()
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7436 35acf78f-673a-0410-8e92-d51de3d6d3f4
2014-10-30 19:31:21 +00:00
gdisirio b665c20b66 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7435 35acf78f-673a-0410-8e92-d51de3d6d3f4 2014-10-30 14:24:38 +00:00
gdisirio 17e655604e git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7417 35acf78f-673a-0410-8e92-d51de3d6d3f4 2014-10-18 19:37:10 +00:00
barthess be302132c7 FSMC. Files moved to
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7414 35acf78f-673a-0410-8e92-d51de3d6d3f4
2014-10-18 12:23:31 +00:00
gdisirio b2c261eeee git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7411 35acf78f-673a-0410-8e92-d51de3d6d3f4 2014-10-17 12:28:10 +00:00
gdisirio a708e083e1 Improvements to the ICU driver.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7409 35acf78f-673a-0410-8e92-d51de3d6d3f4
2014-10-17 07:31:40 +00:00
gdisirio c74da79d45 Fixed bug #539.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7359 35acf78f-673a-0410-8e92-d51de3d6d3f4
2014-10-04 07:57:37 +00:00
gdisirio 653a7e9ad0 Fixed bug #534.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7271 35acf78f-673a-0410-8e92-d51de3d6d3f4
2014-09-14 07:52:27 +00:00