index
:
avr/qmk/ChibiOS
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
os
/
hal
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
More improvements to the generic USB driver, implemented suspend and wakeup h...
gdisirio
2011-02-15
1
-1
/
+91
|
*
More improvements in the USB driver model.
gdisirio
2011-02-14
1
-3
/
+36
|
*
Simplified USB endpoints configuration.
gdisirio
2011-02-12
1
-11
/
+9
|
*
RAM optimization to the USB driver.
gdisirio
2011-02-12
1
-2
/
+2
|
*
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2728 35acf78f-673a-0410...
gdisirio
2011-02-10
1
-1
/
+1
|
*
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2722 35acf78f-673a-0410...
gdisirio
2011-02-09
1
-2
/
+11
|
*
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2719 35acf78f-673a-0410...
gdisirio
2011-02-08
1
-8
/
+4
|
*
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2718 35acf78f-673a-0410...
gdisirio
2011-02-06
1
-2
/
+3
|
*
Serial over USB changes, work in progress, the USB demo is not buildable.
gdisirio
2011-02-06
1
-7
/
+11
|
*
Removed some obsolete code from the USB driver.
gdisirio
2011-02-06
1
-47
/
+11
|
*
USB rework, step 2.
gdisirio
2011-02-06
1
-4
/
+13
*
|
I2C. Some refactorings.
barthess
2011-05-28
1
-2
/
+2
*
|
I2C. Code cleanups.
barthess
2011-05-08
1
-14
/
+14
*
|
I2C. Some fixes.
barthess
2011-05-06
1
-6
/
+5
*
|
I2C. Code compiles successfully, but totally not tested.
barthess
2011-05-05
1
-63
/
+62
*
|
I2C. All is broken. Need rewrite.
barthess
2011-05-04
1
-11
/
+26
*
|
I2C. My driver really sucks. I'll try to use alberto driver with my improvements
barthess
2011-05-04
1
-0
/
+248
*
|
I2C. Doxy comments improvement.
barthess
2011-03-27
1
-19
/
+23
*
|
I2C. API changes. rw_bit field moved from slave config ctructure to the drive...
barthess
2011-03-27
1
-2
/
+0
*
|
I2C. Small bugfix.
barthess
2011-03-26
1
-0
/
+4
*
|
I2C. Some improvements.
barthess
2011-03-26
1
-2
/
+9
*
|
I2C. Platform independent I2CSlaveConfig structure moved to i2c.h.
barthess
2011-02-27
1
-15
/
+89
*
|
I2C. Cleanups.
barthess
2011-02-27
1
-146
/
+0
*
|
I2C. Code cleanups.
barthess
2011-02-27
1
-6
/
+2
*
|
I2C. Cleanups.
barthess
2011-02-10
1
-1
/
+6
*
|
I2C. 10-bit slave addressing done. Not tested at all.
barthess
2011-02-10
1
-8
/
+10
*
|
I2C. Added own slave address handling and error callback.
barthess
2011-02-09
1
-3
/
+15
*
|
I2C. Merged changes from trunk.
barthess
2011-02-06
5
-20
/
+591
|
\
|
|
*
USB rework, step 1.
gdisirio
2011-02-05
1
-2
/
+2
|
*
Added deprecation.
gdisirio
2011-02-05
1
-0
/
+2
|
*
Fixed bug 3173336.
gdisirio
2011-02-05
1
-2
/
+2
|
*
Merged the USB branch and made the needed adjustments, not tested yet.
gdisirio
2011-01-30
4
-0
/
+582
|
*
Implemented transmission end event.
gdisirio
2011-01-30
1
-5
/
+5
|
*
Removed obsolete macro from serial driver header.
gdisirio
2011-01-29
1
-13
/
+0
*
|
I2C. After comparing of two drivers decided to start of importing features fr...
barthess
2011-02-05
1
-0
/
+146
*
|
I2C. Moved Alberto drivers to backup.
barthess
2011-02-05
1
-0
/
+0
*
|
I2C. Added driver from albi.
barthess
2011-02-05
1
-0
/
+185
*
|
I2C. Move barthess driver to backup files.
barthess
2011-02-05
1
-0
/
+0
*
|
I2C. Nop.
barthess
2011-02-02
1
-0
/
+2
*
|
I2C. Async transmit done. Need much of testing.
barthess
2011-01-30
1
-11
/
+9
*
|
I2C. Rewriting low level driver to handle IRQs and DMA
barthess
2011-01-26
1
-4
/
+7
*
|
I2C. Some hy level functions created and tested.
barthess
2011-01-25
1
-2
/
+3
*
|
Initial commit of I2C driver code
barthess
2011-01-25
1
-9
/
+7
|
/
*
Serial driver changes, bug 3153550 fixed.
gdisirio
2011-01-09
1
-13
/
+5
*
Small documentation error.
gdisirio
2010-12-31
1
-1
/
+1
*
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2516 35acf78f-673a-0410...
gdisirio
2010-12-21
1
-1
/
+2
*
Documentation improvements.
gdisirio
2010-12-18
1
-0
/
+2
*
Fixed bug 3138763.
gdisirio
2010-12-16
1
-1
/
+1
*
White space fixes.
gdisirio
2010-12-12
3
-5
/
+5
*
Fixed bug 3127921.
gdisirio
2010-12-05
1
-1
/
+1
[prev]
[next]