Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | MISRA-related fixes. | Giovanni Di Sirio | 2015-03-03 | 24 | -127/+275 | |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7711 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | MISRA-related fixes. | Giovanni Di Sirio | 2015-03-03 | 112 | -0/+543 | |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7710 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | MISRA-related fixes. | Giovanni Di Sirio | 2015-03-03 | 18 | -18/+18 | |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7709 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7707 ↵ | Giovanni Di Sirio | 2015-03-01 | 1 | -3/+2 | |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | Fixed bug #558. | Giovanni Di Sirio | 2015-03-01 | 1 | -2/+7 | |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7706 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | Fixed bug #557. | Giovanni Di Sirio | 2015-03-01 | 1 | -0/+8 | |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7704 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | SDIO. Fixed typo. | Uladzimir Pylinski | 2015-02-24 | 2 | -3/+3 | |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7702 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | SDIO. Clock detection procedure for SDC now uses stack allocated buffer ↵ | Uladzimir Pylinski | 2015-02-23 | 2 | -11/+13 | |
| | | | | | | 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@7700 ↵ | Giovanni Di Sirio | 2015-02-23 | 1 | -1/+1 | |
| | | | | 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 | |||||
* | fixed some doxytags | Giovanni Di Sirio | 2015-02-23 | 1 | -5/+5 | |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7698 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | limit the use of scratchpad buffer | Giovanni Di Sirio | 2015-02-23 | 7 | -188/+215 | |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7697 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | SDIO. Added buffer for driver in testhal. | Uladzimir Pylinski | 2015-02-19 | 1 | -2/+8 | |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7696 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | SDIO. Added forgotten NULL pointer checks. | Uladzimir Pylinski | 2015-02-19 | 2 | -5/+10 | |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7695 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | SDIO. Fixed testhal code. | Uladzimir Pylinski | 2015-02-19 | 1 | -1/+2 | |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7694 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | SDIO. Deleted unused erase function. | Uladzimir Pylinski | 2015-02-19 | 2 | -60/+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 | 2 | -12/+15 | |
| | | | | 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 | 3 | -317/+340 | |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7690 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | SDIO. Deleted ChibiOS/RT specific check from HAL. | Uladzimir Pylinski | 2015-02-18 | 1 | -3/+1 | |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7689 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | SDIO. Fixed demo code for updated driver. | Uladzimir Pylinski | 2015-02-18 | 1 | -1/+1 | |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7688 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 | 5 | -136/+1021 | |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7686 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | Safer ADC start for STM32F4 and STM32L1. | Giovanni Di Sirio | 2015-02-10 | 4 | -16/+86 | |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7677 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | Added I-Class functions to the PWM driver. | Giovanni Di Sirio | 2015-02-07 | 2 | -4/+56 | |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7676 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7674 ↵ | Giovanni Di Sirio | 2015-02-07 | 1 | -1/+1 | |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | fixed some paths in makefiles | Giovanni Di Sirio | 2015-02-07 | 13 | -16/+12 | |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7673 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7672 ↵ | Giovanni Di Sirio | 2015-02-07 | 2 | -2/+2 | |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7671 ↵ | Giovanni Di Sirio | 2015-02-06 | 1 | -0/+2 | |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7670 ↵ | Giovanni Di Sirio | 2015-02-06 | 1 | -1/+1 | |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7667 ↵ | Giovanni Di Sirio | 2015-02-06 | 4 | -0/+627 | |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | chprintf and streams are now part of the HAL library. | Giovanni Di Sirio | 2015-02-06 | 37 | -726/+70 | |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7665 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7664 ↵ | Giovanni Di Sirio | 2015-02-06 | 2 | -2/+8 | |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | STM32F4 CDC_IAD demo, to be tested. | Giovanni Di Sirio | 2015-02-06 | 9 | -55/+134 | |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7663 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7662 ↵ | Giovanni Di Sirio | 2015-02-06 | 1 | -0/+0 | |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | STM32F3 CDC_IAD demo working | Giovanni Di Sirio | 2015-02-06 | 4 | -17/+77 | |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7661 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7660 ↵ | Giovanni Di Sirio | 2015-02-06 | 11 | -0/+0 | |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7657 ↵ | Giovanni Di Sirio | 2015-02-05 | 2 | -2/+2 | |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7656 ↵ | Giovanni Di Sirio | 2015-02-05 | 7 | -76/+88 | |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7655 ↵ | Giovanni Di Sirio | 2015-02-05 | 11 | -0/+2113 | |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | Dual CDC demo for the STM32F4, to be tested. | Giovanni Di Sirio | 2015-02-04 | 6 | -163/+243 | |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7653 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | [chprintf] Added 'const' qualifier to 'pow10' array. | Uladzimir Pylinski | 2015-02-02 | 1 | -2/+3 | |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7652 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7651 ↵ | Giovanni Di Sirio | 2015-02-01 | 2 | -30/+126 | |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7650 ↵ | Giovanni Di Sirio | 2015-02-01 | 67 | -56/+2126 | |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7649 ↵ | Giovanni Di Sirio | 2015-01-31 | 1 | -0/+52 | |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | Fixed bug #554. | Giovanni Di Sirio | 2015-01-31 | 1 | -8/+13 | |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7648 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | [KINETIS] Add USB vector | Fabio Utzig | 2015-01-23 | 1 | -0/+3 | |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7643 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | [KINETIS] Simplified USB type's field names + description of USB register ↵ | Fabio Utzig | 2015-01-23 | 1 | -28/+94 | |
| | | | | | | bitmaps git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7642 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7641 ↵ | Giovanni Di Sirio | 2015-01-22 | 2 | -0/+178 | |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | [KINETIS] Ease access to USB endpoint registers | Fabio Utzig | 2015-01-21 | 1 | -36/+8 | |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7640 35acf78f-673a-0410-8e92-d51de3d6d3f4 |