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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleaning FSMC code
Fabien Poussin
2019-10-30
2
-2
/
+1
*
Re-organised FSMC drivers
Fabien Poussin
2019-10-30
5
-403
/
+77
*
Moved SDRAM defines out of example
Fabien Poussin
2019-10-30
1
-2
/
+81
*
Updating FSMC driver (SRAM part)
Fabien Poussin
2019-10-29
2
-22
/
+22
*
Updating FSMC driver (SDRAM part first)
Fabien Poussin
2019-10-29
5
-0
/
+1041
*
USBH: add helper macros to MSD, FTDI, AOA
Diego Ismirlian
2019-10-02
3
-2
/
+4
*
USBH: rework debug framework
Diego Ismirlian
2019-10-02
4
-16
/
+240
*
Update copyright
Diego Ismirlian
2019-09-29
11
-11
/
+11
*
Merge branch 'master' of https://github.com/ChibiOS/ChibiOS-Contrib
Diego Ismirlian
2019-09-29
1
-1
/
+1
|
\
|
*
Fixes for STM32L4, Comp and eeprom.
Fabien Poussin
2019-09-18
1
-1
/
+1
*
|
Merge branch 'master' of https://github.com/ChibiOS/ChibiOS-Contrib
Diego Ismirlian
2019-08-24
3
-0
/
+103
|
\
|
|
*
Updating OpAmp code with calibration functions, cleaning.
Fabien Poussin
2019-01-31
1
-21
/
+8
|
*
Adding rudimentary OPAMP Driver
Fabien Poussin
2019-01-08
2
-0
/
+115
|
*
Added setting qei to value for stm32
Jakub Kaderka
2018-10-16
1
-0
/
+1
*
|
Merge branch 'master' of https://github.com/ChibiOS/ChibiOS-Contrib
Diego Ismirlian
2018-08-20
3
-4
/
+4
|
\
|
|
*
Issue #162: QEI driver macros not defined error fixed
Vitaly Repetenko
2018-06-19
1
-2
/
+2
|
*
Fixed most testhal examples for STM32, updated configs using script. Fixed de...
Fabien Poussin
2018-03-14
2
-2
/
+2
*
|
Merge branch 'master' of https://github.com/ChibiOS/ChibiOS-Contrib
Diego Ismirlian
2017-10-29
1
-1
/
+2
|
\
|
|
*
SCSI: Respond to unit serial number inquiry
Kimmo Lindholm
2017-10-12
1
-1
/
+2
*
|
USBH: main driver: implement usbhBulkTransfer as inline function
Diego Ismirlian
2017-10-29
1
-2
/
+7
*
|
usbh:correct spelling of usbhSynchronousTransfer
Mark Harris
2017-09-14
1
-1
/
+1
*
|
usbh:_ptxfe_int, use HPTXSTS, introduce usbhSyncrhonousTransfer
Mark Harris
2017-09-14
1
-0
/
+6
*
|
allow enabling IAD without UVC
Axoloti
2017-09-12
1
-0
/
+2
|
/
*
USBH: improved debug output
Diego Ismirlian
2017-07-31
1
-7
/
+1
*
USBH: remove unnecessary reschedules and add necessary ones
Diego Ismirlian
2017-07-16
1
-3
/
+17
*
USBH: HID: Implement synchronization
Diego Ismirlian
2017-07-16
1
-0
/
+2
*
USBH: MSD: replace mutex with semaphores (more lightweight)
Diego Ismirlian
2017-07-14
1
-1
/
+1
*
USBH: Add flexibility to the enumeration process
Diego Ismirlian
2017-07-13
2
-3
/
+3
*
USBH: cleanup
Diego Ismirlian
2017-07-13
1
-16
/
+2
*
USBH: Cleaned up list.h
Diego Ismirlian
2017-07-09
1
-6
/
+0
*
USBH: fixed list.h; should now compile with C++
Diego Ismirlian
2017-07-09
1
-17
/
+17
*
USBH: moved usbh/desciter.h and usbh/debug.h to usbh/internal.h
Diego Ismirlian
2017-07-09
3
-12
/
+4
*
USBH: list.h reduced to compile only the functions in use
Diego Ismirlian
2017-07-09
1
-161
/
+162
*
USBH: Added mechanism for out-of-tree class driver enumeration
Diego Ismirlian
2017-07-09
7
-32
/
+6
*
USBH: MSD: Rework to prevent race conditions on unload
Diego Ismirlian
2017-07-04
1
-9
/
+3
*
USBH: moved declaration of driver to LLD
Diego Ismirlian
2017-06-09
1
-8
/
+0
*
USBH: UVC, fix compile with IAR
Diego Ismirlian
2017-06-08
1
-10
/
+10
*
USBH: License change for UVC driver
Diego Ismirlian
2017-06-06
1
-2
/
+2
*
Add UVC driver and test/example
Diego Ismirlian
2017-06-06
1
-0
/
+471
*
mend
Diego Ismirlian
2017-06-06
1
-3
/
+3
*
Clean up request type helpers
Diego Ismirlian
2017-06-06
3
-43
/
+30
*
HID class driver fixes
Diego Ismirlian
2017-06-06
1
-3
/
+15
*
Fixed endpoint halt reset implementation
Diego Ismirlian
2017-06-06
1
-8
/
+1
*
Mass license dates update
Diego Ismirlian
2017-06-05
10
-20
/
+20
*
Add HID class driver
Diego Ismirlian
2017-06-05
3
-0
/
+143
*
Rework Mass Storage Driver
Diego Ismirlian
2017-06-05
1
-1
/
+0
*
Add AOA (Android Accessory) class driver
Diego Ismirlian
2017-06-05
3
-0
/
+163
*
USB Host fixes
Diego Ismirlian
2017-06-05
7
-36
/
+47
*
[COMP] Fixing headers, missing includes.
Fabien Poussin
2017-02-07
2
-5
/
+9
*
Adding COMP Driver.
Fabien Poussin
2017-02-06
1
-0
/
+132
[next]