Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | I2C. Deleted draft driver files | barthess | 2011-06-18 | 8 | -2614/+0 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3053 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | I2C. Remove duplicate code. | barthess | 2011-06-17 | 1 | -59/+21 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3052 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | I2C. Merged code from trunk. | barthess | 2011-06-07 | 224 | -3129/+11124 |
|\ | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3036 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
| * | Fixed bug 3311999. | gdisirio | 2011-06-05 | 1 | -6/+6 |
| | | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3029 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
| * | FatFs demo for the STM32F103ZG using the SDC driver. | gdisirio | 2011-06-05 | 2 | -3/+6 |
| | | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3028 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
| * | SDC driver state machine improved. | gdisirio | 2011-06-05 | 2 | -3/+10 |
| | | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3027 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
| * | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3026 ↵ | gdisirio | 2011-06-04 | 1 | -0/+1 |
| | | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
| * | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3025 ↵ | gdisirio | 2011-06-04 | 1 | -0/+16 |
| | | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
| * | Enhancements to the SDC driver. | gdisirio | 2011-05-29 | 2 | -0/+27 |
| | | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3002 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
| * | Improvements to the STM32 SDC driver. | gdisirio | 2011-05-29 | 4 | -116/+371 |
| | | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3001 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
| * | Reordered STM32 drivers default DMA priorities. | gdisirio | 2011-05-22 | 2 | -4/+4 |
| | | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2994 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
| * | USB CDC functionality restored, more improvements to the I/O queues. | gdisirio | 2011-05-20 | 1 | -8/+6 |
| | | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2983 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
| * | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2982 ↵ | gdisirio | 2011-05-20 | 1 | -8/+18 |
| | | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
| * | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2958 ↵ | gdisirio | 2011-05-14 | 2 | -5/+5 |
| | | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
| * | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2956 ↵ | gdisirio | 2011-05-14 | 1 | -1/+1 |
| | | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
| * | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2955 ↵ | gdisirio | 2011-05-14 | 1 | -1/+1 |
| | | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
| * | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2954 ↵ | gdisirio | 2011-05-14 | 1 | -10/+1 |
| | | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
| * | Updated HAL configuration files with SDC driver settings. | gdisirio | 2011-05-14 | 1 | -0/+30 |
| | | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2953 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
| * | Fixed STM8S SPI driver. Fixed STM32 DMA2 channels 4 and 5 sharing. | gdisirio | 2011-05-13 | 2 | -2/+38 |
| | | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2949 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
| * | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2947 ↵ | gdisirio | 2011-05-10 | 1 | -1/+1 |
| | | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
| * | SDC improvements. | gdisirio | 2011-05-10 | 4 | -72/+188 |
| | | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2946 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
| * | Added SDC status check to sdcWrite(); | gdisirio | 2011-05-09 | 3 | -6/+30 |
| | | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2945 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
| * | Enabled 4 bits mode enabling in the SDC driver. | gdisirio | 2011-05-09 | 3 | -7/+18 |
| | | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2944 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
| * | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2943 ↵ | gdisirio | 2011-05-09 | 2 | -3/+143 |
| | | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
| * | Fixed bug 3299306. | gdisirio | 2011-05-09 | 1 | -1/+1 |
| | | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2942 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
| * | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2940 ↵ | gdisirio | 2011-05-08 | 1 | -0/+52 |
| | | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
| * | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2939 ↵ | gdisirio | 2011-05-08 | 1 | -13/+3 |
| | | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
| * | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2938 ↵ | gdisirio | 2011-05-08 | 1 | -68/+9 |
| | | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
| * | SDC optimizations. | gdisirio | 2011-05-08 | 1 | -8/+4 |
| | | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2935 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
| * | SDC write implemented (not tested yet=, optimizations to the SDC read. | gdisirio | 2011-05-08 | 1 | -8/+70 |
| | | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2934 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
| * | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2933 ↵ | gdisirio | 2011-05-08 | 2 | -18/+14 |
| | | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
| * | All halcof.h files updated for the SDC driver. | gdisirio | 2011-05-08 | 1 | -0/+7 |
| | | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2932 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
| * | Fixed bug 3298889. | gdisirio | 2011-05-08 | 1 | -10/+0 |
| | | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2929 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
| * | Now the driver is able to read blocks. | gdisirio | 2011-05-08 | 1 | -2/+8 |
| | | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2928 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
| * | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2927 ↵ | gdisirio | 2011-05-08 | 2 | -5/+5 |
| | | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
| * | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2925 ↵ | gdisirio | 2011-05-07 | 1 | -7/+29 |
| | | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
| * | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2924 ↵ | gdisirio | 2011-05-07 | 2 | -24/+18 |
| | | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
| * | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2923 ↵ | gdisirio | 2011-05-07 | 4 | -21/+58 |
| | | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
| * | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2920 ↵ | gdisirio | 2011-05-04 | 2 | -9/+28 |
| | | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
| * | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2917 ↵ | gdisirio | 2011-05-03 | 2 | -3/+8 |
| | | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
| * | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2916 ↵ | gdisirio | 2011-05-02 | 3 | -6/+19 |
| | | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
| * | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2914 ↵ | gdisirio | 2011-05-02 | 4 | -26/+102 |
| | | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
| * | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2913 ↵ | gdisirio | 2011-05-01 | 1 | -0/+1 |
| | | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
| * | SDC card initialization works. | gdisirio | 2011-05-01 | 2 | -4/+21 |
| | | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2911 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
| * | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2910 ↵ | gdisirio | 2011-05-01 | 3 | -15/+45 |
| | | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
| * | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2909 ↵ | gdisirio | 2011-05-01 | 3 | -10/+44 |
| | | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
| * | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2908 ↵ | gdisirio | 2011-05-01 | 4 | -1/+105 |
| | | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
| * | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2907 ↵ | gdisirio | 2011-04-30 | 3 | -0/+10 |
| | | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
| * | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2906 ↵ | gdisirio | 2011-04-30 | 1 | -1/+1 |
| | | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
| * | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2905 ↵ | gdisirio | 2011-04-30 | 3 | -0/+80 |
| | | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 |