aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2760 ↵gdisirio2011-02-232-4/+2
| | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | Improved messages subsystem.gdisirio2011-02-2310-120/+122
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2759 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | TIME_IMMEDIATE and TIME_INFINITE values swapped.gdisirio2011-02-219-48/+46
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2757 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2756 ↵gdisirio2011-02-217-37/+176
| | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2755 ↵gdisirio2011-02-211-34/+34
| | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2754 ↵gdisirio2011-02-211-42/+42
| | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | Modified all the halconf.h files to include the USB and Serial over USB drivers.gdisirio2011-02-2032-0/+448
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2753 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | Updated the mcuconf.h file in the STM32 demos to include the USB parameters.gdisirio2011-02-208-0/+64
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2752 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | Reverted the change, it is not portable.gdisirio2011-02-201-1/+1
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2749 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2747 ↵gdisirio2011-02-201-1/+1
| | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | Fixed bug 3184139.gdisirio2011-02-203-2/+4
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2746 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | Fixed bug 3187105.gdisirio2011-02-194-4/+9
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2744 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2743 ↵gdisirio2011-02-181-3/+5
| | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | More improvements to the generic USB driver, implemented suspend and wakeup ↵gdisirio2011-02-157-132/+252
| | | | | | | | | | | | handling in the STM32 USB driver. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2742 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2740 ↵gdisirio2011-02-153-12/+29
| | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | STM32 USB reset done right.gdisirio2011-02-141-6/+4
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2739 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | More improvements in the USB driver model.gdisirio2011-02-146-164/+256
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2738 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | Implemented automatic allocation in the packet memory of the STM32 USB ↵gdisirio2011-02-133-21/+32
| | | | | | | | | | | | driver, no need to specify addresses anymore. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2737 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | Fixed bug 3179783.gdisirio2011-02-132-2/+7
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2735 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | Simplified USB endpoints configuration.gdisirio2011-02-124-42/+22
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2734 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | Fixed a problem in the USB-CDC demo.gdisirio2011-02-122-3/+4
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2733 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | RAM optimization to the USB driver.gdisirio2011-02-125-31/+36
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2732 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2728 ↵gdisirio2011-02-105-70/+141
| | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2726 ↵gdisirio2011-02-091-0/+2
| | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | USB CDC demo working.gdisirio2011-02-091-0/+2
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2725 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2724 ↵gdisirio2011-02-092-38/+2
| | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2722 ↵gdisirio2011-02-097-22/+169
| | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2719 ↵gdisirio2011-02-084-48/+112
| | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2718 ↵gdisirio2011-02-061-2/+3
| | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | Serial over USB changes, work in progress, the USB demo is not buildable.gdisirio2011-02-064-51/+35
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2717 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | Removed some obsolete code from the USB driver.gdisirio2011-02-063-166/+13
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2715 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | USB rework, step 2.gdisirio2011-02-066-308/+546
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2714 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * I2C. Some refactorings.barthess2011-05-283-19/+19
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3000 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * I2C. Remove dead variable.barthess2011-05-131-1/+0
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@2950 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * I2C. Code cleanups.barthess2011-05-083-31/+31
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@2937 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * I2C. Some fixes.barthess2011-05-064-14/+91
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@2922 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * I2C. Code compiles successfully, but totally not tested.barthess2011-05-054-180/+248
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@2921 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * I2C. All is broken. Need rewrite.barthess2011-05-043-323/+321
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@2919 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * I2C. My driver really sucks. I'll try to use alberto driver with my improvementsbarthess2011-05-044-15/+1124
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@2918 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * I2C. Additional locks added to avoiding system hangups. Some mistypes in ↵barthess2011-04-023-4/+11
| | | | | | | | | | | | comments fixed. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@2865 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * I2C. Usage example added.barthess2011-04-0115-0/+1834
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@2864 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * I2C. Mutual exclusion support added. Need testing.barthess2011-03-271-0/+13
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@2847 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * I2C. Doxy comments improvement.barthess2011-03-272-28/+81
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@2846 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * I2C. API changes. rw_bit field moved from slave config ctructure to the ↵barthess2011-03-273-10/+18
| | | | | | | | | | | | driver structure. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@2845 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * I2C. Small bugfix.barthess2011-03-262-2/+6
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@2844 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * I2C. Some improvements.barthess2011-03-262-4/+21
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@2841 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * I2C. Platform independent I2CSlaveConfig structure moved to i2c.h.barthess2011-02-272-109/+108
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@2778 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * I2C. Cleanups.barthess2011-02-275-886/+6
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@2777 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * I2C. Code cleanups.barthess2011-02-274-44/+57
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@2776 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * I2C. Small bugfix.barthess2011-02-101-1/+1
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@2731 35acf78f-673a-0410-8e92-d51de3d6d3f4