Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | HAL license change. | Giovanni Di Sirio | 2015-03-24 | 1 | -13/+10 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7801 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | SDIO. Added workaround against incorrect 50MHz clock detection. | Uladzimir Pylinski | 2015-03-19 | 1 | -0/+10 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7785 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | MISRA fixes for high level HAL. | Giovanni Di Sirio | 2015-03-08 | 1 | -86/+132 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7738 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | SDIO. Clock detection procedure for SDC now uses stack allocated buffer ↵ | Uladzimir Pylinski | 2015-02-23 | 1 | -10/+12 |
| | | | | | | instead of provided in config. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7701 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7699 ↵ | Giovanni Di Sirio | 2015-02-23 | 1 | -1/+1 |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | limit the use of scratchpad buffer | Giovanni Di Sirio | 2015-02-23 | 1 | -20/+36 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7697 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | SDIO. Added forgotten NULL pointer checks. | Uladzimir Pylinski | 2015-02-19 | 1 | -3/+8 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7695 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | SDIO. Deleted unused erase function. | Uladzimir Pylinski | 2015-02-19 | 1 | -59/+0 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7693 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | SDIO. Working area buffer now handles using pointer in SDConfig structure. | Uladzimir Pylinski | 2015-02-19 | 1 | -10/+4 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7692 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | SDIO. Added missing comments. | Uladzimir Pylinski | 2015-02-18 | 1 | -2/+9 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7691 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | SDIO. Common code moved from sdc.c to mmcsd superclass. | Uladzimir Pylinski | 2015-02-18 | 1 | -307/+1 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7690 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | SDIO. Fix warning about uninitialized variable. | Uladzimir Pylinski | 2015-02-18 | 1 | -1/+1 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7687 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | SDIO. 1) Added MMC support. 2) Added bus clock detection. | Uladzimir Pylinski | 2015-02-18 | 1 | -71/+722 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7686 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | updated GPL files | gdisirio | 2015-01-11 | 1 | -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@7462 ↵ | gdisirio | 2014-11-02 | 1 | -2/+2 |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | Added brackets as suggested in #523. | gdisirio | 2014-08-13 | 1 | -2/+4 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7167 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | Fixed bug #523. | gdisirio | 2014-08-08 | 1 | -0/+3 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7164 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7100 ↵ | gdisirio | 2014-07-26 | 1 | -4/+4 |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6673 ↵ | gdisirio | 2014-02-08 | 1 | -3/+0 |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6672 ↵ | gdisirio | 2014-02-08 | 1 | -0/+3 |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6308 ↵ | gdisirio | 2013-09-20 | 1 | -2/+2 |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6306 ↵ | gdisirio | 2013-09-20 | 1 | -0/+572 |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6108 ↵ | gdisirio | 2013-08-09 | 1 | -575/+0 |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5403 ↵ | gdisirio | 2013-03-10 | 1 | -0/+1 |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | Adjusted C file templates. | gdisirio | 2013-02-28 | 1 | -1/+1 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5339 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5318 ↵ | gdisirio | 2013-02-25 | 1 | -2/+2 |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | Fixed bug 3605794. | gdisirio | 2013-02-24 | 1 | -4/+19 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5306 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | Updated license years. | gdisirio | 2013-02-02 | 1 | -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@4699 ↵ | gdisirio | 2012-09-19 | 1 | -1/+2 |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4377 ↵ | gdisirio | 2012-07-01 | 1 | -10/+10 |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4349 ↵ | gdisirio | 2012-06-26 | 1 | -54/+57 |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4347 ↵ | gdisirio | 2012-06-25 | 1 | -2/+2 |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4276 ↵ | gdisirio | 2012-06-14 | 1 | -1/+1 |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | SDIO. Deleted unneded sleep. | barthess | 2012-06-01 | 1 | -1/+0 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4252 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4230 ↵ | gdisirio | 2012-05-22 | 1 | -0/+46 |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4184 ↵ | gdisirio | 2012-05-10 | 1 | -3/+3 |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4183 ↵ | gdisirio | 2012-05-10 | 1 | -8/+8 |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4181 ↵ | gdisirio | 2012-05-10 | 1 | -1/+1 |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4180 ↵ | gdisirio | 2012-05-10 | 1 | -83/+30 |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4178 ↵ | gdisirio | 2012-05-09 | 1 | -0/+72 |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4171 ↵ | gdisirio | 2012-05-07 | 1 | -8/+8 |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4109 ↵ | gdisirio | 2012-04-17 | 1 | -1/+1 |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | SDC. Added global macros CH_SUCCESS/CH_FAILED in ch.h. SDC driver changed ↵ | barthess | 2012-04-17 | 1 | -12/+12 |
| | | | | | | respectively. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4107 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | SDC. Safety improvements in capacity detection code. | barthess | 2012-04-16 | 1 | -0/+4 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/sdc_dev2@4104 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | SDC. Reverted from SDC_SUCCESS/SDC_FAILED to boolean values. | barthess | 2012-04-16 | 1 | -21/+21 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/sdc_dev2@4103 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | SDC. One more uint8_t, uint32_t mixture fixed. | barthess | 2012-04-16 | 1 | -1/+1 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/sdc_dev2@4101 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | SDC. sdcGetAndClearErrors() now reside in HL driver. | barthess | 2012-04-16 | 1 | -1/+3 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/sdc_dev2@4100 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | SDC. Added function sdcGetAndClearErrors. | barthess | 2012-04-16 | 1 | -0/+15 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/sdc_dev2@4099 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | SDC. Fixed mixed usage of uint8_t and uint32_t. | barthess | 2012-04-16 | 1 | -2/+1 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/sdc_dev2@4098 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | SDC. Code merged to fresh branch. | barthess | 2012-03-05 | 1 | -30/+104 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/sdc_dev2@4021 35acf78f-673a-0410-8e92-d51de3d6d3f4 |