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
/
src
/
usbh
Commit message (
Expand
)
Author
Age
Files
Lines
*
USBH: MSD: revert report OK on CSW status failure
Diego Ismirlian
2019-10-02
1
-2
/
+0
*
USBH: UVC: improve debug message
Diego Ismirlian
2019-10-02
1
-2
/
+7
*
USBH: rework debug framework
Diego Ismirlian
2019-10-02
7
-897
/
+383
*
USBH: check remaining bytes before dereferencing buffer
Diego Ismirlian
2019-10-02
1
-7
/
+7
*
Update copyright
Diego Ismirlian
2019-09-29
8
-8
/
+8
*
Merge branch 'master' of https://github.com/ChibiOS/ChibiOS-Contrib
Diego Ismirlian
2019-08-24
3
-5
/
+21
|
\
|
*
Fixes for USB MSD
José Simões
2019-02-27
1
-0
/
+2
|
*
Adopt sources to new HAL.
Konstantin Oblaukhov
2018-09-24
3
-2
/
+21
*
|
Merge branch 'master' of https://github.com/MegabytePhreak/ChibiOS-Contrib
Diego Ismirlian
2018-08-20
3
-2
/
+8
|
\
\
|
*
|
Fix incompatible USBH VMTs
Paul Roukema
2018-08-05
3
-2
/
+8
|
|
/
*
|
Merge branch 'master' of https://github.com/ChibiOS/ChibiOS-Contrib
Diego Ismirlian
2018-08-20
3
-10
/
+10
|
\
|
|
*
hal_usbh: update to new Time macros
Romain Reignier
2018-03-12
3
-10
/
+10
*
|
USBH: debug improvements
Diego Ismirlian
2017-12-04
1
-2
/
+21
*
|
USBH: AOA: Various improvements
Diego Ismirlian
2017-11-19
1
-9
/
+22
|
/
*
USBH: FTDI: correct bugs
Diego Ismirlian
2017-08-07
1
-3
/
+3
*
USBH: improved debug output
Diego Ismirlian
2017-07-31
2
-19
/
+55
*
USBH: replaced some ch* functions with OSAL equivalents
Diego Ismirlian
2017-07-16
2
-48
/
+48
*
USBH: remove unnecessary reschedules and add necessary ones
Diego Ismirlian
2017-07-16
6
-23
/
+10
*
USBH: HID: Implement synchronization
Diego Ismirlian
2017-07-16
2
-14
/
+32
*
USBH: HUB: don't clear status flags on NAK
Diego Ismirlian
2017-07-16
1
-4
/
+2
*
USBH: MSD: improved syncrhonization
Diego Ismirlian
2017-07-16
1
-12
/
+7
*
USBH: Use configured UART for debug; avoid garbage debug output
Diego Ismirlian
2017-07-16
1
-34
/
+39
*
USBH: Added TODO list
Diego Ismirlian
2017-07-14
1
-0
/
+14
*
USBH: MSD: replace mutex with semaphores (more lightweight)
Diego Ismirlian
2017-07-14
1
-48
/
+32
*
USBH: HID: corrected interrupt IN request length
Diego Ismirlian
2017-07-14
1
-1
/
+4
*
USBH: Add flexibility to the enumeration process
Diego Ismirlian
2017-07-13
6
-35
/
+26
*
USBH: cleanup
Diego Ismirlian
2017-07-13
2
-3
/
+19
*
USBH: moved usbh/desciter.h and usbh/debug.h to usbh/internal.h
Diego Ismirlian
2017-07-09
3
-7
/
+1
*
USBH: Added mechanism for out-of-tree class driver enumeration
Diego Ismirlian
2017-07-09
6
-48
/
+60
*
USBH: MSD: Rework to prevent race conditions on unload
Diego Ismirlian
2017-07-04
1
-84
/
+43
*
USBH: UVC, fix compile with IAR
Diego Ismirlian
2017-06-08
1
-10
/
+16
*
USBH: fix Mass Storage Driver EP reset status bug
Diego Ismirlian
2017-06-08
1
-2
/
+2
*
USBH: License change for UVC driver
Diego Ismirlian
2017-06-06
1
-10
/
+14
*
Add UVC driver and test/example
Diego Ismirlian
2017-06-06
1
-20
/
+659
*
mend
Diego Ismirlian
2017-06-06
1
-1
/
+1
*
Clean up request type helpers
Diego Ismirlian
2017-06-06
4
-27
/
+27
*
HID class driver fixes
Diego Ismirlian
2017-06-06
1
-16
/
+29
*
Fixed bugs in new MSD driver implementation
Diego Ismirlian
2017-06-06
1
-6
/
+13
*
Mass license dates update
Diego Ismirlian
2017-06-05
8
-16
/
+16
*
Add HID class driver
Diego Ismirlian
2017-06-05
1
-0
/
+311
*
Added PID for FTDI-enabled ETT USB-Serial
Diego Ismirlian
2017-06-05
1
-0
/
+1
*
Rework Mass Storage Driver
Diego Ismirlian
2017-06-05
1
-274
/
+332
*
Add AOA (Android Accessory) class driver
Diego Ismirlian
2017-06-05
1
-0
/
+678
*
Fix possible race condition in FTDI driver stop
Diego Ismirlian
2017-06-05
1
-13
/
+14
*
USB Host fixes
Diego Ismirlian
2017-06-05
5
-41
/
+56
*
usbh: cleanup
Nicolas Reinecke
2016-12-05
1
-4
/
+4
*
make stm32 usb host testhal compile
Nicolas Reinecke
2016-11-08
1
-11
/
+11
*
usbh: fix compile warning
Nicolas Reinecke
2016-11-08
1
-0
/
+1
*
STM32 mass update to current naming convention in ChibiOS
barthess
2016-04-07
6
-2748
/
+2748
*
USB-Host: Initial commit
Fabien Poussin
2016-02-15
6
-0
/
+2748