index
:
avr/qmk/ChibiOS
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
os
/
hal
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
I2C. Code compiles but does not work.
barthess
2011-12-01
1
-8
/
+0
*
I2C. Nop.
barthess
2011-12-01
1
-0
/
+2
*
Improvements to the USB driver, first phase.
gdisirio
2011-10-23
2
-120
/
+78
*
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3413 35acf78f-673a-0410...
gdisirio
2011-10-01
1
-38
/
+57
*
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3412 35acf78f-673a-0410...
gdisirio
2011-09-26
1
-27
/
+38
*
RTC. Test updated.
barthess
2011-09-25
1
-1
/
+1
*
RTC. API changes.
barthess
2011-09-25
1
-16
/
+22
*
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3381 35acf78f-673a-0410...
gdisirio
2011-09-22
1
-1
/
+6
*
RTC. API cnahge.
barthess
2011-09-21
1
-10
/
+8
*
Fixed problem in gptPolledDelay().
gdisirio
2011-09-19
1
-0
/
+1
*
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3314 35acf78f-673a-0410...
gdisirio
2011-09-13
1
-0
/
+46
*
I2C. Revert const qualifier to the pointer to I2CSlaveConfig.
barthess
2011-09-12
1
-2
/
+2
*
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3309 35acf78f-673a-0410...
gdisirio
2011-09-12
2
-0
/
+124
*
I2C. Remove const qualifier from pointer to I2CSlaveConfig. Step 2.
barthess
2011-09-11
1
-2
/
+2
*
RTC. rtcStart() and rtcStop() functions replaced by rtcSetCallback()
barthess
2011-09-07
1
-16
/
+13
*
RTC. Tiny improvement in documentation.
barthess
2011-09-03
1
-0
/
+3
*
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3287 35acf78f-673a-0410...
gdisirio
2011-09-03
1
-11
/
+52
*
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3285 35acf78f-673a-0410...
gdisirio
2011-09-03
1
-2
/
+0
*
RTC. Added state checks.
barthess
2011-09-01
1
-2
/
+4
*
RTC. Final polishing.
barthess
2011-08-31
1
-3
/
+3
*
RTC. Copyrights added.
barthess
2011-08-31
1
-9
/
+24
*
RTC. nop
barthess
2011-08-31
1
-1
/
+2
*
RTC. Initial commit.
barthess
2011-08-30
2
-0
/
+111
*
I2C. Merge code from trunk.
barthess
2011-08-28
16
-12
/
+118
|
\
|
*
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3261 35acf78f-673a-0410...
gdisirio
2011-08-28
1
-1
/
+1
|
*
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3260 35acf78f-673a-0410...
gdisirio
2011-08-28
1
-3
/
+3
|
*
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3254 35acf78f-673a-0410...
gdisirio
2011-08-26
16
-0
/
+64
|
*
HAL documentation improvements.
gdisirio
2011-08-23
1
-2
/
+2
|
*
Added I-class function checks to HAL APIs.
gdisirio
2011-08-21
6
-6
/
+48
*
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3250 35acf78...
barthess
2011-08-23
1
-1
/
+1
*
|
I2C. 1 - Merge code from trunk. 2 - Fix driver problems detected by the CH_DB...
barthess
2011-08-23
1
-4
/
+12
|
\
|
*
|
I2C. Added template of synchronouse deriver. It does not work for a moment.
barthess
2011-08-05
1
-0
/
+8
*
|
I2C. STOP waitings was replaced by GPT callback functions. Need much of testing.
barthess
2011-07-19
1
-2
/
+2
*
|
I2C. Merged changes from trunk.
barthess
2011-07-13
2
-2
/
+3
|
\
|
|
*
Fixed SDC driver when initializing high capacity cards.
gdisirio
2011-06-29
1
-1
/
+2
|
*
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3061 35acf78f-673a-0410...
gdisirio
2011-06-19
1
-1
/
+1
*
|
I2C. Documentation improvements. Dead code clenups.
barthess
2011-07-12
1
-6
/
+12
*
|
I2C. Code clean ups.
barthess
2011-07-11
1
-21
/
+2
*
|
I2C. Main problem fixed, but some minor problems must to be fixed.
barthess
2011-07-09
1
-2
/
+0
*
|
I2C. Driver still cause stack overflows.
barthess
2011-07-07
1
-3
/
+1
*
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3117 35acf78...
barthess
2011-07-04
1
-9
/
+8
*
|
I2C. Driver looks working, but sometimes hangs up. I don't know, my big proje...
barthess
2011-07-03
1
-18
/
+24
*
|
I2C. Trying to add optional WAIT support. Driver broken.
barthess
2011-07-01
1
-22
/
+18
*
|
I2C. Added dirty hack to realize thread safe dirver. Needs to be rewrited.
barthess
2011-06-30
1
-10
/
+6
*
|
I2C. API changed. Transmit and receive buffers removed from I2CSlaveConfig. N...
barthess
2011-06-30
1
-5
/
+10
*
|
I2C. Some coding style improvements.
barthess
2011-06-23
1
-4
/
+11
*
|
I2C. Commetns style changed to /**/.
barthess
2011-06-23
1
-9
/
+8
*
|
I2C. Fixed indent style. All tabs changed to 2 spaces.
barthess
2011-06-23
1
-16
/
+16
*
|
I2C. Variables shared among I2C1 and I2C2 interrupt handlers moved to driver ...
barthess
2011-06-23
1
-0
/
+2
*
|
I2C. Slave config structure now have const qualifier. Moset of fields moved t...
barthess
2011-06-21
1
-6
/
+18
[prev]
[next]