Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | USBH: rework debug framework | Diego Ismirlian | 2019-10-02 | 2 | -114/+102 |
| | |||||
* | Update copyright | Diego Ismirlian | 2019-09-29 | 2 | -2/+2 |
| | |||||
* | Fixes for USB MSD | José Simões | 2019-02-27 | 1 | -2/+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> | ||||
* | avoid using list_for_each_entry_safe when closing endpoints to prevent ↵ | Austin Morton | 2018-10-01 | 1 | -2/+3 |
| | | | | | | | | | | | potential infinite loop list_for_each_entry_safe is only safe when the current entry is being removed. If other entries in the list could potentially be removed it can result in an infinite loop. Because usbh_lld_ep_close blocks on each urb during iteration, it may give up its lock on the system and allow an interrupt to remove a different urb from the list, resulting in an infinite loop when the thread resumes. | ||||
* | fix some compiler warnings around USBH_DEBUG_ENABLE conditions | Austin Morton | 2018-10-01 | 1 | -2/+2 |
| | |||||
* | implement _ptxfe_int to support ISO and INT out transfers | Austin Morton | 2018-10-01 | 1 | -3/+11 |
| | |||||
* | Update STM32 platform makefiles, add per-driver makefiles. | Konstantin Oblaukhov | 2018-09-24 | 1 | -0/+9 |
| | |||||
* | hal_usbh: update to new Time macros | Romain Reignier | 2018-03-12 | 1 | -4/+4 |
| | |||||
* | USBH: STM32 LLD: break LS activity detect loop if port is disabled | Diego Ismirlian | 2017-08-07 | 1 | -11/+18 |
| | |||||
* | USBH: STM32 LLD: various improvements | Diego Ismirlian | 2017-07-31 | 2 | -112/+134 |
| | | | | | | | | | - general cleanup - implemented workaround to undocumented erratum (the OTG core may report successful enabling of port when connecting a low-speed device, but really it generates no traffic and remains in a "dumb" state) - improved handling of disconnection of devices (avoid submitting URBs if the port is disabled) | ||||
* | USBH: remove unnecessary reschedules and add necessary ones | Diego Ismirlian | 2017-07-16 | 1 | -7/+1 |
| | |||||
* | USBH: Correct bug in LLD | Diego Ismirlian | 2017-07-16 | 1 | -1/+1 |
| | |||||
* | USBH: moved definition of driver to LLD | Diego Ismirlian | 2017-07-09 | 1 | -0/+7 |
| | |||||
* | USBH: moved declaration of driver to LLD | Diego Ismirlian | 2017-06-09 | 1 | -0/+9 |
| | |||||
* | USBH: STM32 lld, activate correction of unexpected length | Diego Ismirlian | 2017-06-08 | 1 | -1/+1 |
| | |||||
* | Mass license dates update | Diego Ismirlian | 2017-06-05 | 2 | -4/+4 |
| | |||||
* | Remove redundant hal_stm32_otg.h file | Diego Ismirlian | 2017-06-05 | 1 | -934/+0 |
| | | | | The correct version is already present in ChibiOS | ||||
* | USB Host fixes | Diego Ismirlian | 2017-06-05 | 2 | -20/+92 |
| | | | | | | | | - 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: fix USB HOST HS when cpu is in sleep mode | Nicolas Reinecke | 2016-12-05 | 1 | -1/+2 |
| | |||||
* | usbh: add otg stepping 2 code | Nicolas Reinecke | 2016-12-05 | 2 | -0/+12 |
| | |||||
* | usbh: cleanup | Nicolas Reinecke | 2016-12-05 | 3 | -17/+18 |
| | |||||
* | Updated include guards | barthess | 2016-10-17 | 2 | -6/+6 |
| | |||||
* | STM32 mass update to current naming convention in ChibiOS | barthess | 2016-04-07 | 3 | -2686/+2686 |
| | |||||
* | USB-Host: Initial commit | Fabien Poussin | 2016-02-15 | 3 | -0/+2686 |