Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 1 | -2/+2 |
| | |||||
* | Update copyright | Diego Ismirlian | 2019-09-29 | 6 | -6/+6 |
| | |||||
* | Fixed most testhal examples for STM32, updated configs using script. Fixed ↵ | Fabien Poussin | 2018-03-14 | 1 | -1/+1 |
| | | | | deprecated MS2ST calls. | ||||
* | 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: cleanup | Diego Ismirlian | 2017-07-13 | 1 | -16/+2 |
| | |||||
* | USBH: moved usbh/desciter.h and usbh/debug.h to usbh/internal.h | Diego Ismirlian | 2017-07-09 | 1 | -5/+1 |
| | |||||
* | USBH: Added mechanism for out-of-tree class driver enumeration | Diego Ismirlian | 2017-07-09 | 6 | -32/+0 |
| | |||||
* | USBH: MSD: Rework to prevent race conditions on unload | Diego Ismirlian | 2017-07-04 | 1 | -9/+3 |
| | |||||
* | 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 | 1 | -3/+3 |
| | |||||
* | HID class driver fixes | Diego Ismirlian | 2017-06-06 | 1 | -3/+15 |
| | |||||
* | Mass license dates update | Diego Ismirlian | 2017-06-05 | 5 | -10/+10 |
| | |||||
* | Add HID class driver | Diego Ismirlian | 2017-06-05 | 1 | -0/+136 |
| | |||||
* | Rework Mass Storage Driver | Diego Ismirlian | 2017-06-05 | 1 | -1/+0 |
| | | | | | - Implemented (hopefully) correct Mass Storage Reset Recovery protocol - Implemented auto-sense protocol for SCSI command failure | ||||
* | Add AOA (Android Accessory) class driver | Diego Ismirlian | 2017-06-05 | 1 | -0/+156 |
| | |||||
* | USB Host fixes | Diego Ismirlian | 2017-06-05 | 3 | -10/+20 |
| | | | | | | | | - 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 | ||||
* | STM32 mass update to current naming convention in ChibiOS | barthess | 2016-04-07 | 3 | -3/+3 |
| | |||||
* | USB-Host: Initial commit | Fabien Poussin | 2016-02-15 | 3 | -0/+417 |