index
:
avr/qmk/ChibiOS
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
os
/
hal
/
platforms
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
I2C. Added own slave address handling and error callback.
barthess
2011-02-09
2
-153
/
+132
*
|
I2C. Alberto's clock setting code tested. Minor changes.
barthess
2011-02-09
1
-7
/
+3
*
|
I2C. Merged Alberto's clock setting code.
barthess
2011-02-09
2
-51
/
+114
*
|
I2C. Async transfer complete. Needs testing.
barthess
2011-02-06
1
-24
/
+37
*
|
I2C. Merged changes from trunk.
barthess
2011-02-06
6
-8
/
+1113
|
\
|
|
*
USB rework, step 1.
gdisirio
2011-02-05
2
-20
/
+91
|
*
Merged the USB branch and made the needed adjustments, not tested yet.
gdisirio
2011-01-30
4
-0
/
+1013
|
*
Small fix to the STM32 serial driver.
gdisirio
2011-01-30
1
-3
/
+3
|
*
Implemented transmission end event.
gdisirio
2011-01-30
1
-7
/
+20
*
|
I2C. After comparing of two drivers decided to start of importing features fr...
barthess
2011-02-05
2
-0
/
+729
*
|
I2C. Moved Alberto drivers to backup.
barthess
2011-02-05
2
-0
/
+0
*
|
I2C. Added driver from albi.
barthess
2011-02-05
2
-0
/
+837
*
|
I2C. Move barthess driver to backup files.
barthess
2011-02-05
2
-0
/
+0
*
|
I2C. Nop.
barthess
2011-02-04
1
-3
/
+17
*
|
I2C. Nop.
barthess
2011-02-03
1
-14
/
+23
*
|
I2C. Nop.
barthess
2011-02-02
1
-0
/
+2
*
|
I2C. Nop.
barthess
2011-02-02
1
-20
/
+25
*
|
I2C. Master receiving and master trasmitting written. Needs testing and debug...
barthess
2011-01-30
2
-73
/
+73
*
|
I2C. Function movement in source file
barthess
2011-01-30
1
-107
/
+104
*
|
I2C. Async transmit done. Need much of testing.
barthess
2011-01-30
2
-28
/
+153
*
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@2688 35acf78...
barthess
2011-01-27
2
-1
/
+14
*
|
I2C. Rewriting low level driver to handle IRQs and DMA
barthess
2011-01-26
2
-6
/
+30
*
|
I2C. Some hy level functions created and tested.
barthess
2011-01-25
1
-43
/
+6
*
|
Initial commit of I2C driver code
barthess
2011-01-25
3
-1
/
+579
|
/
*
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2672 35acf78f-673a-0410...
gdisirio
2011-01-22
1
-4
/
+3
*
Fixed bug 3163851.
gdisirio
2011-01-22
1
-3
/
+5
*
Fixed bug 3160306.
gdisirio
2011-01-20
1
-13
/
+13
*
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2642 35acf78f-673a-0410...
gdisirio
2011-01-15
1
-4
/
+4
*
Added OTG clock setting to the STM32 HAL.
gdisirio
2011-01-15
3
-9
/
+32
*
Removed some instances of sdflags_t.
gdisirio
2011-01-09
1
-5
/
+0
*
Posix demo updated and re-tested.
gdisirio
2011-01-09
3
-17
/
+3
*
Serial driver changes, bug 3153550 fixed.
gdisirio
2011-01-09
22
-127
/
+38
*
Fixed bug 3153437.
gdisirio
2011-01-08
1
-7
/
+7
*
IAR demo for LPC11xx, untested because code size limits.
gdisirio
2011-01-08
1
-1
/
+1
*
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2615 35acf78f-673a-0410...
gdisirio
2011-01-08
3
-16
/
+28
*
Fixed bug 3152510.
gdisirio
2011-01-06
1
-1
/
+1
*
Fixed bug 3152482.
gdisirio
2011-01-06
2
-10
/
+10
*
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2596 35acf78f-673a-0410...
gdisirio
2011-01-06
4
-17
/
+29
*
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2594 35acf78f-673a-0410...
gdisirio
2011-01-06
1
-0
/
+6
*
Documentation related fixes.
gdisirio
2011-01-04
1
-1
/
+1
*
Updated the various serial drivers with the new queue callbacks.
gdisirio
2011-01-02
10
-38
/
+48
*
Wrong ifdef.
gdisirio
2010-12-25
1
-6
/
+6
*
Added USB clock configuration to the STM32 HAL driver.
gdisirio
2010-12-25
2
-2
/
+24
*
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2527 35acf78f-673a-0410...
gdisirio
2010-12-24
3
-2
/
+4
*
Win32 simulator updated.
gdisirio
2010-12-19
2
-22
/
+0
*
White space fixes.
gdisirio
2010-12-12
3
-3
/
+3
*
More STM32 ADC improvements.
gdisirio
2010-12-11
2
-4
/
+6
*
Removed CMSIS dependencies from the ARMCMx port layer.
gdisirio
2010-12-11
3
-0
/
+4668
*
Implemented CR on the STM32 ADC driver.
gdisirio
2010-12-11
1
-4
/
+4
*
Implemented CR on STM32 CAN driver.
gdisirio
2010-12-11
1
-1
/
+1
[prev]
[next]