aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/src
Commit message (Collapse)AuthorAgeFilesLines
* Fixes for STM32L4, Comp and eeprom.Fabien Poussin2019-09-181-1/+3
|
* 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>
* Updating OpAmp code with calibration functions, cleaning.Fabien Poussin2019-01-311-6/+6
|
* Adding rudimentary OPAMP DriverFabien Poussin2019-01-081-0/+155
|
* Fix USB HID driver.Konstantin Oblaukhov2018-11-201-1/+9
|
* Adopt sources to new HAL.Konstantin Oblaukhov2018-09-245-2/+23
|
* Fixes for #138Fabien Poussin2018-03-202-26/+24
|
* Merge branch 'master' into update_testsFabien Poussin2018-03-151-1/+1
|\
| * Fixed most testhal examples for STM32, updated configs using script. Fixed ↵Fabien Poussin2018-03-144-11/+11
| | | | | | | | deprecated MS2ST calls.
* | hal_usbh: update to new Time macrosRomain Reignier2018-03-123-10/+10
|/
* SCSI: Respond to unit serial number inquiryKimmo Lindholm2017-10-121-1/+21
|
* USBH: FTDI: correct bugsDiego Ismirlian2017-08-071-3/+3
|
* USBH: simplify/cleanup main driverDiego Ismirlian2017-08-071-44/+10
|
* USBH: improved debug outputDiego Ismirlian2017-07-312-19/+55
|
* USBH: improved main driverDiego Ismirlian2017-07-311-47/+58
| | | | | | | - improved connection/disconnection handling - corrected bug on aborting non-pending URB - corrected bug on disconnecting multiple hubs - improved debug messages
* USBH: replaced some ch* functions with OSAL equivalentsDiego Ismirlian2017-07-162-48/+48
|
* USBH: remove unnecessary reschedules and add necessary onesDiego Ismirlian2017-07-167-28/+17
|
* USBH: Use infinite timeout for control request, when timeouts are not specifiedDiego Ismirlian2017-07-161-1/+1
|
* 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-137-133/+131
|
* USBH: cleanupDiego Ismirlian2017-07-133-11/+20
|
* 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-097-71/+79
|
* USBH: moved definition of driver to LLDDiego Ismirlian2017-07-091-8/+0
|
* 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-062-22/+669
|
* mendDiego Ismirlian2017-06-062-2/+2
|
* Clean up request type helpersDiego Ismirlian2017-06-065-80/+75
|
* HID class driver fixesDiego Ismirlian2017-06-061-16/+29
|
* Fixed endpoint halt reset implementationDiego Ismirlian2017-06-061-2/+4
|
* Fixed bugs in new MSD driver implementationDiego Ismirlian2017-06-061-6/+13
|
* Mass license dates updateDiego Ismirlian2017-06-059-18/+18
|
* Add HID class driverDiego Ismirlian2017-06-052-0/+318
|
* 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-052-1/+686
|
* Fix possible race condition in FTDI driver stopDiego Ismirlian2017-06-051-13/+14
|
* USB Host fixesDiego Ismirlian2017-06-056-59/+104
| | | | | | | | - 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
* [Comp] Adding init, helper defines.Fabien Poussin2017-02-071-0/+4
|
* Adding COMP Driver.Fabien Poussin2017-02-061-0/+155
|
* FSMC NAND improvements.barthess2017-01-171-48/+49
| | | | | 1) Implemented 16 bit bus width support 2) Added workaround errata in STM32