index
:
avr/qmk/ChibiOS
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
os
/
hal
Commit message (
Expand
)
Author
Age
Files
Lines
*
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3645 35acf78f-673a-0410...
gdisirio
2011-12-21
30
-182
/
+174
*
Fixed bug 3458947.
gdisirio
2011-12-20
1
-6
/
+7
*
I2C. Clock checks done at compile time.
barthess
2011-12-17
1
-26
/
+33
*
Cleaned "//" comments.
barthess
2011-12-17
2
-20
/
+2
*
I2C. Added safety checks for different STM32 platforms in frequency settings ...
barthess
2011-12-17
1
-3
/
+18
*
PVD for STM32F4x code cleanups.
barthess
2011-12-17
2
-5
/
+4
*
Fixed some forgotten details.
gdisirio
2011-12-17
2
-13
/
+16
*
RTC. High level API rolled back.
barthess
2011-12-16
3
-57
/
+26
*
RTC. Nop.
barthess
2011-12-16
1
-1
/
+1
*
STM32F4x. In HAL added support of power level detector.
barthess
2011-12-16
2
-3
/
+33
*
RTC. Testhal works on F4x, compiles (but not deeply tested) on F1x.
barthess
2011-12-15
5
-13
/
+94
*
RTC. Added callback switch helper. Not tested.
barthess
2011-12-13
3
-93
/
+30
*
RTCv1 minor fix
barthess
2011-12-12
1
-1
/
+1
*
RTCv1 code cleanups and adding some safety checks.
barthess
2011-12-12
3
-34
/
+14
*
Merging changes from rtc_dev branch.
barthess
2011-12-12
13
-22
/
+682
|
\
|
*
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
3
-28
/
+57
|
*
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. Code cleanups.
barthess
2011-12-11
1
-3
/
+4
*
|
|
|
RTC. Pointless lock removed.
barthess
2011-12-11
1
-2
/
+0
|
|
_
|
/
|
/
|
|
*
|
|
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. 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@3581 35acf78f-673a-0410...
barthess
2011-12-08
2
-6
/
+12
*
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3578 35acf78f-673a-0410...
gdisirio
2011-12-08
5
-59
/
+105
*
I2C. Error handling from userland code added.
barthess
2011-12-07
2
-4
/
+13
*
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
*
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
4
-19
/
+13
|
\
|
*
Fixed bug 3449139, increased version numbers.
gdisirio
2011-12-03
2
-3
/
+12
|
*
Removed unnecessary undefs.
gdisirio
2011-11-29
1
-15
/
+0
|
*
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3543 35acf78f-673a-0410...
gdisirio
2011-11-28
1
-1
/
+1
*
|
I2C. Added checks. Cleaned copypaste errors.
barthess
2011-12-06
2
-16
/
+3
*
|
I2C. Added support of stm32f1x.
barthess
2011-12-06
2
-9
/
+183
*
|
I2C. Added forgotten I2C3 interface
barthess
2011-12-06
1
-0
/
+17
*
|
I2C. Added startup functions for I2C1 and I2C3 interfaces.
barthess
2011-12-05
1
-55
/
+123
*
|
I2C. Tested on tmp75, mma8451, max1236.
barthess
2011-12-04
4
-283
/
+212
*
|
I2C. DMA works.
barthess
2011-12-02
2
-11
/
+191
*
|
I2C. Added attributes.
barthess
2011-12-02
1
-0
/
+16
[next]