aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms
Commit message (Expand)AuthorAgeFilesLines
...
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2855 35acf78f-673a-0410...gdisirio2011-03-312-20/+32
| * Generic improvements to the GPT driver organization.gdisirio2011-03-313-40/+0
| * Improvements to the PWM driver.gdisirio2011-03-313-120/+81
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2850 35acf78f-673a-0410...gdisirio2011-03-298-76/+357
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2848 35acf78f-673a-0410...gdisirio2011-03-282-0/+451
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2839 35acf78f-673a-0410...gdisirio2011-03-231-8/+8
| * License updated.gdisirio2011-03-18133-154/+287
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2821 35acf78f-673a-0410...gdisirio2011-03-131-1/+9
| * STM32 HAL improvements (CL devices).gdisirio2011-03-122-44/+137
| * USB improvements.gdisirio2011-03-102-37/+67
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2808 35acf78f-673a-0410...gdisirio2011-03-0822-729/+730
| * LPC13xx GPT driver added (not tested yet).gdisirio2011-03-065-1/+584
| * GPT driver for LPC11xx (not tested yet).gdisirio2011-03-054-0/+583
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2789 35acf78f-673a-0410...gdisirio2011-03-031-5/+1
| * Various documentation improvements.gdisirio2011-03-0210-137/+154
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2787 35acf78f-673a-0410...gdisirio2011-03-026-38/+1
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2784 35acf78f-673a-0410...gdisirio2011-03-011-0/+20
| * GPT tested.gdisirio2011-02-281-1/+1
| * GPT driver model, STM32 GPT driver implementation, not tested, documentation ...gdisirio2011-02-287-23/+698
| * More improvements to the generic USB driver, implemented suspend and wakeup h...gdisirio2011-02-152-2/+38
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2740 35acf78f-673a-0410...gdisirio2011-02-152-4/+17
| * STM32 USB reset done right.gdisirio2011-02-141-6/+4
| * More improvements in the USB driver model.gdisirio2011-02-142-91/+142
| * Implemented automatic allocation in the packet memory of the STM32 USB driver...gdisirio2011-02-132-14/+31
| * Simplified USB endpoints configuration.gdisirio2011-02-122-25/+10
| * RAM optimization to the USB driver.gdisirio2011-02-122-14/+13
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2724 35acf78f-673a-0410...gdisirio2011-02-091-2/+2
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2722 35acf78f-673a-0410...gdisirio2011-02-093-2/+77
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2719 35acf78f-673a-0410...gdisirio2011-02-082-37/+102
| * Removed some obsolete code from the USB driver.gdisirio2011-02-062-119/+2
| * USB rework, step 2.gdisirio2011-02-062-101/+241
* | I2C. Some refactorings.barthess2011-05-281-15/+15
* | I2C. Remove dead variable.barthess2011-05-131-1/+0
* | I2C. Code cleanups.barthess2011-05-081-15/+15
* | I2C. Some fixes.barthess2011-05-062-6/+77
* | I2C. Code compiles successfully, but totally not tested.barthess2011-05-052-76/+77
* | I2C. All is broken. Need rewrite.barthess2011-05-042-312/+295
* | I2C. My driver really sucks. I'll try to use alberto driver with my improvementsbarthess2011-05-042-0/+827
* | I2C. Additional locks added to avoiding system hangups. Some mistypes in comm...barthess2011-04-021-2/+2
* | I2C. Doxy comments improvement.barthess2011-03-271-9/+58
* | I2C. API changes. rw_bit field moved from slave config ctructure to the drive...barthess2011-03-272-8/+18
* | I2C. Small bugfix.barthess2011-03-261-2/+2
* | I2C. Some improvements.barthess2011-03-261-2/+12
* | I2C. Platform independent I2CSlaveConfig structure moved to i2c.h.barthess2011-02-271-94/+19
* | I2C. Cleanups.barthess2011-02-274-740/+6
* | I2C. Code cleanups.barthess2011-02-272-26/+26
* | I2C. Small bugfix.barthess2011-02-101-1/+1
* | I2C. Cleanups.barthess2011-02-102-10/+12
* | I2C. 10-bit slave addressing done. Not tested at all.barthess2011-02-101-18/+45
* | I2C. Begin of 10-bit slave address realization.barthess2011-02-092-11/+31