aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal
Commit message (Expand)AuthorAgeFilesLines
* I2C. Driver looks working, but sometimes hangs up. I don't know, my big proje...barthess2011-07-034-44/+130
* I2C. Trying to add optional WAIT support. Driver broken.barthess2011-07-014-43/+44
* I2C. Added dirty hack to realize thread safe dirver. Needs to be rewrited.barthess2011-06-302-10/+12
* I2C. API changed. Transmit and receive buffers removed from I2CSlaveConfig. N...barthess2011-06-304-18/+30
* I2C. Commets in examples changed to /**/barthess2011-06-241-2/+2
* I2C. Small comment added.barthess2011-06-231-0/+1
* I2C. Some coding style improvements.barthess2011-06-234-13/+25
* I2C. Commetns style changed to /**/.barthess2011-06-234-78/+84
* I2C. "Sevent" field moved from I2CSlaveConfig to I2CDriver.barthess2011-06-232-1/+2
* I2C. Fixed indent style. All tabs changed to 2 spaces.barthess2011-06-234-58/+57
* I2C. Variables shared among I2C1 and I2C2 interrupt handlers moved to driver ...barthess2011-06-233-9/+14
* I2C. Small improvemetsbarthess2011-06-221-1/+1
* I2C. Slave config structure now have const qualifier. Moset of fields moved t...barthess2011-06-214-41/+56
* I2C. Some fields from I2CSlaveConfig moved to driver.barthess2011-06-214-55/+62
* I2C. Dead code removed. Comments fixed.barthess2011-06-181-3/+2
* I2C. "Slave_addr" and "nbit_addr" fields from I2CSlaveConfig structure merged...barthess2011-06-183-48/+38
* I2C. Code cleanups.barthess2011-06-183-18/+9
* I2C. API BROKEN! Structure fields renamed in underscore naming style.barthess2011-06-184-41/+38
* I2C. Deleted draft driver filesbarthess2011-06-188-2614/+0
* I2C. Remove duplicate code.barthess2011-06-171-59/+21
* I2C. Merged code from trunk.barthess2011-06-07224-3129/+11124
|\
| * Fixed bug 3311999.gdisirio2011-06-051-6/+6
| * FatFs demo for the STM32F103ZG using the SDC driver.gdisirio2011-06-052-3/+6
| * SDC driver state machine improved.gdisirio2011-06-052-3/+10
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3026 35acf78f-673a-0410...gdisirio2011-06-041-0/+1
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3025 35acf78f-673a-0410...gdisirio2011-06-041-0/+16
| * Enhancements to the SDC driver.gdisirio2011-05-292-0/+27
| * Improvements to the STM32 SDC driver.gdisirio2011-05-294-116/+371
| * Reordered STM32 drivers default DMA priorities.gdisirio2011-05-222-4/+4
| * USB CDC functionality restored, more improvements to the I/O queues.gdisirio2011-05-201-8/+6
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2982 35acf78f-673a-0410...gdisirio2011-05-201-8/+18
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2958 35acf78f-673a-0410...gdisirio2011-05-142-5/+5
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2956 35acf78f-673a-0410...gdisirio2011-05-141-1/+1
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2955 35acf78f-673a-0410...gdisirio2011-05-141-1/+1
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2954 35acf78f-673a-0410...gdisirio2011-05-141-10/+1
| * Updated HAL configuration files with SDC driver settings.gdisirio2011-05-141-0/+30
| * Fixed STM8S SPI driver. Fixed STM32 DMA2 channels 4 and 5 sharing.gdisirio2011-05-132-2/+38
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2947 35acf78f-673a-0410...gdisirio2011-05-101-1/+1
| * SDC improvements.gdisirio2011-05-104-72/+188
| * Added SDC status check to sdcWrite();gdisirio2011-05-093-6/+30
| * Enabled 4 bits mode enabling in the SDC driver.gdisirio2011-05-093-7/+18
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2943 35acf78f-673a-0410...gdisirio2011-05-092-3/+143
| * Fixed bug 3299306.gdisirio2011-05-091-1/+1
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2940 35acf78f-673a-0410...gdisirio2011-05-081-0/+52
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2939 35acf78f-673a-0410...gdisirio2011-05-081-13/+3
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2938 35acf78f-673a-0410...gdisirio2011-05-081-68/+9
| * SDC optimizations.gdisirio2011-05-081-8/+4
| * SDC write implemented (not tested yet=, optimizations to the SDC read.gdisirio2011-05-081-8/+70
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2933 35acf78f-673a-0410...gdisirio2011-05-082-18/+14
| * All halcof.h files updated for the SDC driver.gdisirio2011-05-081-0/+7