index
:
avr/qmk/ChibiOS
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
os
Commit message (
Expand
)
Author
Age
Files
Lines
*
I2C. Driver looks working, but sometimes hangs up. I don't know, my big proje...
barthess
2011-07-03
4
-44
/
+130
*
I2C. Trying to add optional WAIT support. Driver broken.
barthess
2011-07-01
4
-43
/
+44
*
I2C. Added dirty hack to realize thread safe dirver. Needs to be rewrited.
barthess
2011-06-30
2
-10
/
+12
*
I2C. API changed. Transmit and receive buffers removed from I2CSlaveConfig. N...
barthess
2011-06-30
4
-18
/
+30
*
I2C. Commets in examples changed to /**/
barthess
2011-06-24
1
-2
/
+2
*
I2C. Small comment added.
barthess
2011-06-23
1
-0
/
+1
*
I2C. Some coding style improvements.
barthess
2011-06-23
4
-13
/
+25
*
I2C. Commetns style changed to /**/.
barthess
2011-06-23
4
-78
/
+84
*
I2C. "Sevent" field moved from I2CSlaveConfig to I2CDriver.
barthess
2011-06-23
2
-1
/
+2
*
I2C. Fixed indent style. All tabs changed to 2 spaces.
barthess
2011-06-23
4
-58
/
+57
*
I2C. Variables shared among I2C1 and I2C2 interrupt handlers moved to driver ...
barthess
2011-06-23
3
-9
/
+14
*
I2C. Small improvemets
barthess
2011-06-22
1
-1
/
+1
*
I2C. Slave config structure now have const qualifier. Moset of fields moved t...
barthess
2011-06-21
4
-41
/
+56
*
I2C. Some fields from I2CSlaveConfig moved to driver.
barthess
2011-06-21
4
-55
/
+62
*
I2C. Dead code removed. Comments fixed.
barthess
2011-06-18
1
-3
/
+2
*
I2C. "Slave_addr" and "nbit_addr" fields from I2CSlaveConfig structure merged...
barthess
2011-06-18
3
-48
/
+38
*
I2C. Code cleanups.
barthess
2011-06-18
3
-18
/
+9
*
I2C. API BROKEN! Structure fields renamed in underscore naming style.
barthess
2011-06-18
4
-41
/
+38
*
I2C. Deleted draft driver files
barthess
2011-06-18
8
-2614
/
+0
*
I2C. Remove duplicate code.
barthess
2011-06-17
1
-59
/
+21
*
I2C. Merged code from trunk.
barthess
2011-06-07
384
-4749
/
+14277
|
\
|
*
Fixed bug 3311999.
gdisirio
2011-06-05
1
-6
/
+6
|
*
FatFs demo for the STM32F103ZG using the SDC driver.
gdisirio
2011-06-05
2
-3
/
+6
|
*
SDC driver state machine improved.
gdisirio
2011-06-05
2
-3
/
+10
|
*
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3026 35acf78f-673a-0410...
gdisirio
2011-06-04
1
-0
/
+1
|
*
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3025 35acf78f-673a-0410...
gdisirio
2011-06-04
1
-0
/
+16
|
*
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3017 35acf78f-673a-0410...
gdisirio
2011-06-02
4
-37
/
+100
|
*
Alternate preemption mode added to IAR port too.
gdisirio
2011-06-02
3
-11
/
+50
|
*
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3015 35acf78f-673a-0410...
gdisirio
2011-06-02
1
-1
/
+1
|
*
Alternate preemption mode implemented for RVCT.
gdisirio
2011-06-02
2
-7
/
+47
|
*
Alternate preemption mode implemented in ARMv6-M GCC port.
gdisirio
2011-06-02
2
-1
/
+43
|
*
Compact mode implemented and tested for RVCT too.
gdisirio
2011-06-02
2
-17
/
+49
|
*
Compact mode working in IAR port.
gdisirio
2011-06-02
2
-16
/
+48
|
*
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3005 35acf78f-673a-0410...
gdisirio
2011-06-01
9
-479
/
+578
|
*
Enhancements to the SDC driver.
gdisirio
2011-05-29
2
-0
/
+27
|
*
Improvements to the STM32 SDC driver.
gdisirio
2011-05-29
5
-118
/
+373
|
*
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2998 35acf78f-673a-0410...
gdisirio
2011-05-22
2
-4
/
+24
|
*
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2997 35acf78f-673a-0410...
gdisirio
2011-05-22
4
-15
/
+55
|
*
Updated GCC-ARM port.
gdisirio
2011-05-22
1
-7
/
+33
|
*
Reordered STM32 drivers default DMA priorities.
gdisirio
2011-05-22
2
-4
/
+4
|
*
Change required by a bug into the Cosmic STM8 compiler. This change is a work...
gdisirio
2011-05-20
1
-2
/
+4
|
*
USB CDC functionality restored, more improvements to the I/O queues.
gdisirio
2011-05-20
2
-26
/
+29
|
*
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2982 35acf78f-673a-0410...
gdisirio
2011-05-20
1
-8
/
+18
|
*
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2980 35acf78f-673a-0410...
gdisirio
2011-05-19
1
-3
/
+3
|
*
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2974 35acf78f-673a-0410...
gdisirio
2011-05-19
3
-27
/
+19
|
*
Fixed bug 3303841.
gdisirio
2011-05-19
2
-1
/
+5
|
*
Fixed bug 3303908.
gdisirio
2011-05-18
5
-89
/
+144
|
*
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2971 35acf78f-673a-0410...
gdisirio
2011-05-18
20
-128
/
+75
|
*
ARMv7-M compact kernel mode working.
gdisirio
2011-05-17
3
-11
/
+11
|
*
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2966 35acf78f-673a-0410...
gdisirio
2011-05-17
8
-256
/
+345
[next]