index
:
avr/qmk/ChibiOS
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
RTC. Testhal works on F4x, compiles (but not deeply tested) on F1x.
barthess
2011-12-15
10
-29
/
+117
*
RTC. Nop.
barthess
2011-12-15
2
-19
/
+31
*
RTC. Cleanups.
barthess
2011-12-14
0
-0
/
+0
*
RTC. STM32F4x testhal begins.
barthess
2011-12-14
5
-0
/
+1497
*
RTC testhal. Removed unneeded file.
barthess
2011-12-14
1
-23
/
+0
*
cosmetical improvements of board.h
barthess
2011-12-14
1
-14
/
+14
*
Added personal board files.
barthess
2011-12-14
3
-0
/
+585
*
RTC. Added callback switch helper. Not tested.
barthess
2011-12-13
3
-93
/
+30
*
Optimization in CM4 FPU support.
gdisirio
2011-12-12
3
-34
/
+30
*
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3605 35acf78f-673a-0410...
gdisirio
2011-12-12
1
-2
/
+1
*
RTCv1 minor fix
barthess
2011-12-12
1
-1
/
+1
*
RTCv1 code cleanups and adding some safety checks.
barthess
2011-12-12
4
-40
/
+32
*
Merging changes from rtc_dev branch.
barthess
2011-12-12
14
-25
/
+685
|
\
|
*
RTC. Development suspended until EXTI driver API will changed.
barthess
2011-12-12
4
-56
/
+101
|
*
RTC. Naming convention fixed.
barthess
2011-12-12
6
-6
/
+6
|
*
RTC. Driver broken.
barthess
2011-12-11
6
-67
/
+234
|
*
RTC. Code reorganization.
barthess
2011-12-11
8
-1
/
+7
|
*
RTC. Setting and getting time works on STM32F4x
barthess
2011-12-11
4
-31
/
+60
|
*
RTC. Merge RTC code from trunk.
barthess
2011-12-11
1
-10
/
+21
|
|
\
|
*
|
RTC. Setting and getting time now works.
barthess
2011-12-09
3
-47
/
+20
|
*
|
RTC. Code compiles but not tested.
barthess
2011-12-09
4
-93
/
+55
|
|
\
\
|
*
|
|
RTC. Initial commit.
barthess
2011-12-08
3
-2
/
+484
|
*
|
|
RTC for F4x branch.
barthess
2011-12-08
477
-5215
/
+61614
|
|
\
\
\
*
|
|
|
|
RTC. Code cleanups.
barthess
2011-12-11
1
-3
/
+4
*
|
|
|
|
RTC. Pointless lock removed.
barthess
2011-12-11
1
-2
/
+0
*
|
|
|
|
CP4 FPU support apparently working.
gdisirio
2011-12-11
4
-29
/
+191
*
|
|
|
|
FPU support for CM4 (not working yet).
gdisirio
2011-12-11
4
-31
/
+200
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
RTC. Some bugs fixed.
barthess
2011-12-10
1
-8
/
+20
|
|
_
|
/
|
/
|
|
*
|
|
I2C. Added forgotten check of BUSY flag.
barthess
2011-12-09
1
-0
/
+4
|
|
/
|
/
|
*
|
I2C. Testhal update.
barthess
2011-12-08
4
-6
/
+9
*
|
I2C. Added timeout in functions. Code clean ups.
barthess
2011-12-08
4
-96
/
+55
*
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3582 35acf78f-673a-0410...
gdisirio
2011-12-08
2
-13
/
+21
*
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3581 35acf78f-673a-0410...
barthess
2011-12-08
2
-6
/
+12
*
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3580 35acf78f-673a-0410...
gdisirio
2011-12-08
13
-29
/
+216
*
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3579 35acf78f-673a-0410...
gdisirio
2011-12-08
9
-36
/
+81
*
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3578 35acf78f-673a-0410...
gdisirio
2011-12-08
5
-59
/
+105
*
|
I2C. Merge code to trunk.
barthess
2011-12-08
27
-1268
/
+2360
|
\
\
|
*
|
I2C. F1x testhal clean ups.
barthess
2011-12-07
10
-41
/
+182
|
*
|
I2C. Testhal updated.
barthess
2011-12-07
6
-19
/
+142
|
*
|
I2C. Error handling from userland code added.
barthess
2011-12-07
2
-4
/
+13
|
*
|
I2C. Testhal switch to synchronous driver model.
barthess
2011-12-07
2
-23
/
+18
|
*
|
I2C. Switch to synchronous model.
barthess
2011-12-07
4
-128
/
+29
|
*
|
I2C. Added note about different API classes usage.
barthess
2011-12-07
1
-9
/
+38
|
*
|
Merged changes from trunk
barthess
2011-12-07
9
-9
/
+9
|
|
\
\
|
*
|
|
GPT on F4x. MCU has TIM6 and TIM7, fixed.
barthess
2011-12-07
1
-2
/
+2
|
*
|
|
GPT on F4x. Typo fixed.
barthess
2011-12-07
1
-1
/
+1
|
*
|
|
I2C. Added DMA masks for other MCUs.
barthess
2011-12-07
4
-0
/
+61
|
*
|
|
I2C. Minor code improvements.
barthess
2011-12-07
1
-2
/
+4
|
*
|
|
I2C. Bug fixes.
barthess
2011-12-06
4
-43
/
+38
|
*
|
|
I2C. Merged code from trunk.
barthess
2011-12-06
12
-44
/
+27
|
|
\
\
\
[next]