index
:
avr/qmk/ChibiOS-Contrib
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
os
/
hal
/
ports
/
STM32
/
LLD
Commit message (
Expand
)
Author
Age
Files
Lines
*
hal_usbh: update to new Time macros
Romain Reignier
2018-03-12
1
-4
/
+4
*
hal_fsmc: update to new RCC API
Romain Reignier
2018-03-12
1
-1
/
+1
*
hal: stm32: Keep track of latest STM32 RCC API
Romain Reignier
2018-03-12
3
-25
/
+25
*
Fixes for STM32F0 testhal
Fabien Poussin
2018-03-08
2
-14
/
+14
*
Added support for STM32F7
Adrian
2018-01-31
5
-5
/
+20
*
Add STM32F769 to FSMCv1 sdram driver
Dave Flogeras
2017-12-14
3
-3
/
+5
*
USBH: STM32 LLD: break LS activity detect loop if port is disabled
Diego Ismirlian
2017-08-07
1
-11
/
+18
*
USBH: STM32 LLD: various improvements
Diego Ismirlian
2017-07-31
2
-112
/
+134
*
USBH: remove unnecessary reschedules and add necessary ones
Diego Ismirlian
2017-07-16
1
-7
/
+1
*
USBH: Correct bug in LLD
Diego Ismirlian
2017-07-16
1
-1
/
+1
*
USBH: moved definition of driver to LLD
Diego Ismirlian
2017-07-09
1
-0
/
+7
*
USBH: moved declaration of driver to LLD
Diego Ismirlian
2017-06-09
1
-0
/
+9
*
USBH: STM32 lld, activate correction of unexpected length
Diego Ismirlian
2017-06-08
1
-1
/
+1
*
Mass license dates update
Diego Ismirlian
2017-06-05
2
-4
/
+4
*
Remove redundant hal_stm32_otg.h file
Diego Ismirlian
2017-06-05
1
-934
/
+0
*
USB Host fixes
Diego Ismirlian
2017-06-05
2
-20
/
+92
*
Add checks to QEI if STM32 TIM is already used
Andres Vahter
2017-06-05
1
-4
/
+54
*
[DMA2D, LTDC] Removing ch.h dependencies. Fix #111.
Romain Reignier
2017-02-28
2
-2
/
+0
*
[Comp] Adding interrupt functions, updating example.
Fabien Poussin
2017-02-09
2
-2
/
+200
*
[Comp] Adding support for STM32F0.
Fabien Poussin
2017-02-07
1
-1
/
+7
*
[Comp] Adding more defines
Fabien Poussin
2017-02-07
1
-0
/
+45
*
[Comp] Adding init, helper defines.
Fabien Poussin
2017-02-07
1
-0
/
+94
*
[Comp] Cleaning example, removing dependencies and adding checks.
Fabien Poussin
2017-02-07
2
-138
/
+134
*
[COMP] Fixing headers, missing includes.
Fabien Poussin
2017-02-07
1
-5
/
+5
*
Adding COMP Driver.
Fabien Poussin
2017-02-06
2
-0
/
+663
*
[Timcap/Eeprom] Removing ch.h dependencies.
Fabien Poussin
2017-02-06
2
-2
/
+0
*
[STM32, NAND] Fixed #elif without expression
barthess
2017-01-24
1
-2
/
+1
*
FSMC NAND improvements.
barthess
2017-01-17
3
-65
/
+140
*
Merge branch 'master' of github.com:ChibiOS/ChibiOS-Contrib
barthess
2017-01-06
4
-19
/
+33
|
\
|
*
Merge pull request #107 from pl4nkton/stm32_fixes
Fabien Poussin
2017-01-04
4
-19
/
+33
|
|
\
|
|
*
STM32: fix USB HOST HS when cpu is in sleep mode
Nicolas Reinecke
2016-12-05
1
-1
/
+2
|
|
*
change qei types to int16_t
Peter
2016-12-05
1
-1
/
+1
|
|
*
usbh: add otg stepping 2 code
Nicolas Reinecke
2016-12-05
2
-0
/
+12
|
|
*
usbh: cleanup
Nicolas Reinecke
2016-12-05
3
-17
/
+18
*
|
|
NAND. Added reset function.
barthess
2017-01-06
2
-8
/
+21
|
/
/
*
/
FSMC. Sync mode improvements.
barthess
2016-12-09
1
-2
/
+8
|
/
*
whitespace
Nicolas Reinecke
2016-11-08
1
-8
/
+8
*
add STM32F7 FMC write FIFO disable bit
Nicolas Reinecke
2016-11-08
1
-0
/
+3
*
STM32 CRC : Fix asserts
Kimmo Lindholm
2016-11-05
1
-6
/
+6
*
Updated include guards
barthess
2016-10-17
19
-47
/
+47
*
[STM32 NAND] Code cleanup.
barthess
2016-08-18
1
-3
/
+4
*
[STM32 NAND] Deleted ugly hack with EXTI interrupt instead of NAND one
barthess
2016-08-16
4
-45
/
+5
*
[STM32 NAND] Deleted unused defines.
barthess
2016-08-16
1
-9
/
+0
*
Added room for STM32F7x
barthess
2016-07-14
2
-6
/
+17
*
added qeiAdjustI. added new field and checking in STM32
Stephane D'Alu
2016-07-07
2
-0
/
+69
*
qei driver: fix potential overflow in qeiUpdateI
Nicolas Reinecke
2016-05-15
1
-1
/
+1
*
qei driver: change copyright
Nicolas Reinecke
2016-05-15
2
-4
/
+4
*
add STM32 qei (quadrature encoder interface) driver
Nicolas Reinecke
2016-05-08
2
-0
/
+640
*
FSMC: fix build on stm32f1x and stm32f3
Nicolas Reinecke
2016-04-29
1
-0
/
+4
*
STM32 mass update to current naming convention in ChibiOS
barthess
2016-04-07
21
-11015
/
+11015
[next]