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 | 3 | -9/+207 |
| | |||||
* | Update copyright | Diego Ismirlian | 2019-09-29 | 10 | -10/+10 |
| | |||||
* | 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: Add flexibility to the enumeration process | Diego Ismirlian | 2017-07-13 | 1 | -0/+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 | 2 | -5/+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 | 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 | 3 | -43/+30 |
| | |||||
* | HID class driver fixes | Diego Ismirlian | 2017-06-06 | 1 | -3/+15 |
| | |||||
* | Mass license dates update | Diego Ismirlian | 2017-06-05 | 9 | -18/+18 |
| | |||||
* | Add HID class driver | Diego Ismirlian | 2017-06-05 | 2 | -0/+139 |
| | |||||
* | 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 | 2 | -0/+159 |
| | |||||
* | USB Host fixes | Diego Ismirlian | 2017-06-05 | 6 | -26/+31 |
| | | | | | | | | - 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 | 5 | -5/+5 |
| | |||||
* | USB-Host: Initial commit | Fabien Poussin | 2016-02-15 | 8 | -0/+1430 |