aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/src/usbh
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightDiego Ismirlian2019-09-298-8/+8
|
* Merge branch 'master' of https://github.com/ChibiOS/ChibiOS-ContribDiego Ismirlian2019-08-243-5/+21
|\
| * Fixes for USB MSDJosé Simões2019-02-271-0/+2
| | | | | | | | | | | | | | | | | | - Fix return value on succesfull scsi_requestsense. - Fix calls to LL SMT32 API for OTG2. - Port changes from ChibiOS fatfs_diskio. - Rework checks to allow simultaneous use of SD Card and USB MSD. Signed-off-by: José Simões <jose.simoes@eclo.solutions>
| * Adopt sources to new HAL.Konstantin Oblaukhov2018-09-243-2/+21
| |
* | Merge branch 'master' of https://github.com/MegabytePhreak/ChibiOS-ContribDiego Ismirlian2018-08-203-2/+8
|\ \
| * | Fix incompatible USBH VMTsPaul Roukema2018-08-053-2/+8
| |/
* | Merge branch 'master' of https://github.com/ChibiOS/ChibiOS-ContribDiego Ismirlian2018-08-203-10/+10
|\|
| * hal_usbh: update to new Time macrosRomain Reignier2018-03-123-10/+10
| |
* | USBH: debug improvementsDiego Ismirlian2017-12-041-2/+21
| |
* | USBH: AOA: Various improvementsDiego Ismirlian2017-11-191-9/+22
|/
* USBH: FTDI: correct bugsDiego Ismirlian2017-08-071-3/+3
|
* USBH: improved debug outputDiego Ismirlian2017-07-312-19/+55
|
* USBH: replaced some ch* functions with OSAL equivalentsDiego Ismirlian2017-07-162-48/+48
|
* USBH: remove unnecessary reschedules and add necessary onesDiego Ismirlian2017-07-166-23/+10
|
* USBH: HID: Implement synchronizationDiego Ismirlian2017-07-162-14/+32
|
* USBH: HUB: don't clear status flags on NAKDiego Ismirlian2017-07-161-4/+2
|
* USBH: MSD: improved syncrhonizationDiego Ismirlian2017-07-161-12/+7
|
* USBH: Use configured UART for debug; avoid garbage debug outputDiego Ismirlian2017-07-161-34/+39
|
* USBH: Added TODO listDiego Ismirlian2017-07-141-0/+14
|
* USBH: MSD: replace mutex with semaphores (more lightweight)Diego Ismirlian2017-07-141-48/+32
|
* USBH: HID: corrected interrupt IN request lengthDiego Ismirlian2017-07-141-1/+4
|
* USBH: Add flexibility to the enumeration processDiego Ismirlian2017-07-136-35/+26
|
* USBH: cleanupDiego Ismirlian2017-07-132-3/+19
|
* USBH: moved usbh/desciter.h and usbh/debug.h to usbh/internal.hDiego Ismirlian2017-07-093-7/+1
|
* USBH: Added mechanism for out-of-tree class driver enumerationDiego Ismirlian2017-07-096-48/+60
|
* USBH: MSD: Rework to prevent race conditions on unloadDiego Ismirlian2017-07-041-84/+43
|
* USBH: UVC, fix compile with IARDiego Ismirlian2017-06-081-10/+16
|
* USBH: fix Mass Storage Driver EP reset status bugDiego Ismirlian2017-06-081-2/+2
|
* USBH: License change for UVC driverDiego Ismirlian2017-06-061-10/+14
|
* Add UVC driver and test/exampleDiego Ismirlian2017-06-061-20/+659
|
* mendDiego Ismirlian2017-06-061-1/+1
|
* Clean up request type helpersDiego Ismirlian2017-06-064-27/+27
|
* HID class driver fixesDiego Ismirlian2017-06-061-16/+29
|
* Fixed bugs in new MSD driver implementationDiego Ismirlian2017-06-061-6/+13
|
* Mass license dates updateDiego Ismirlian2017-06-058-16/+16
|
* Add HID class driverDiego Ismirlian2017-06-051-0/+311
|
* Added PID for FTDI-enabled ETT USB-SerialDiego Ismirlian2017-06-051-0/+1
|
* Rework Mass Storage DriverDiego Ismirlian2017-06-051-274/+332
| | | | | - Implemented (hopefully) correct Mass Storage Reset Recovery protocol - Implemented auto-sense protocol for SCSI command failure
* Add AOA (Android Accessory) class driverDiego Ismirlian2017-06-051-0/+678
|
* Fix possible race condition in FTDI driver stopDiego Ismirlian2017-06-051-13/+14
|
* USB Host fixesDiego Ismirlian2017-06-055-41/+56
| | | | | | | | - Cleaned up alignment macros for GCC & IAR - Corrected EP halt and Clear halt behaviours - Initialization of class drivers by USB Host main driver - Minor cosmetic fixes - Updated USB_HOST testhal app
* usbh: cleanupNicolas Reinecke2016-12-051-4/+4
|
* make stm32 usb host testhal compileNicolas Reinecke2016-11-081-11/+11
|
* usbh: fix compile warningNicolas Reinecke2016-11-081-0/+1
|
* STM32 mass update to current naming convention in ChibiOSbarthess2016-04-076-2748/+2748
|
* USB-Host: Initial commitFabien Poussin2016-02-156-0/+2748