aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/include
Commit message (Collapse)AuthorAgeFilesLines
* Re-organised FSMC driversFabien Poussin2019-10-305-403/+77
|
* Moved SDRAM defines out of exampleFabien Poussin2019-10-301-2/+81
|
* Updating FSMC driver (SRAM part)Fabien Poussin2019-10-292-22/+22
|
* Updating FSMC driver (SDRAM part first)Fabien Poussin2019-10-295-0/+1041
|
* USBH: add helper macros to MSD, FTDI, AOADiego Ismirlian2019-10-023-2/+4
|
* USBH: rework debug frameworkDiego Ismirlian2019-10-024-16/+240
|
* Update copyrightDiego Ismirlian2019-09-2911-11/+11
|
* Merge branch 'master' of https://github.com/ChibiOS/ChibiOS-ContribDiego Ismirlian2019-09-291-1/+1
|\
| * Fixes for STM32L4, Comp and eeprom.Fabien Poussin2019-09-181-1/+1
| |
* | Merge branch 'master' of https://github.com/ChibiOS/ChibiOS-ContribDiego Ismirlian2019-08-243-0/+103
|\|
| * Updating OpAmp code with calibration functions, cleaning.Fabien Poussin2019-01-311-21/+8
| |
| * Adding rudimentary OPAMP DriverFabien Poussin2019-01-082-0/+115
| |
| * Added setting qei to value for stm32Jakub Kaderka2018-10-161-0/+1
| |
* | Merge branch 'master' of https://github.com/ChibiOS/ChibiOS-ContribDiego Ismirlian2018-08-203-4/+4
|\|
| * Issue #162: QEI driver macros not defined error fixedVitaly Repetenko2018-06-191-2/+2
| |
| * Fixed most testhal examples for STM32, updated configs using script. Fixed ↵Fabien Poussin2018-03-142-2/+2
| | | | | | | | deprecated MS2ST calls.
* | Merge branch 'master' of https://github.com/ChibiOS/ChibiOS-ContribDiego Ismirlian2017-10-291-1/+2
|\|
| * SCSI: Respond to unit serial number inquiryKimmo Lindholm2017-10-121-1/+2
| |
* | USBH: main driver: implement usbhBulkTransfer as inline functionDiego Ismirlian2017-10-291-2/+7
| |
* | usbh:correct spelling of usbhSynchronousTransferMark Harris2017-09-141-1/+1
| |
* | usbh:_ptxfe_int, use HPTXSTS, introduce usbhSyncrhonousTransferMark Harris2017-09-141-0/+6
| |
* | allow enabling IAD without UVCAxoloti2017-09-121-0/+2
|/
* USBH: improved debug outputDiego Ismirlian2017-07-311-7/+1
|
* USBH: remove unnecessary reschedules and add necessary onesDiego Ismirlian2017-07-161-3/+17
|
* USBH: HID: Implement synchronizationDiego Ismirlian2017-07-161-0/+2
|
* USBH: MSD: replace mutex with semaphores (more lightweight)Diego Ismirlian2017-07-141-1/+1
|
* USBH: Add flexibility to the enumeration processDiego Ismirlian2017-07-132-3/+3
|
* USBH: cleanupDiego Ismirlian2017-07-131-16/+2
|
* USBH: Cleaned up list.hDiego Ismirlian2017-07-091-6/+0
|
* USBH: fixed list.h; should now compile with C++Diego Ismirlian2017-07-091-17/+17
|
* USBH: moved usbh/desciter.h and usbh/debug.h to usbh/internal.hDiego Ismirlian2017-07-093-12/+4
|
* USBH: list.h reduced to compile only the functions in useDiego Ismirlian2017-07-091-161/+162
|
* USBH: Added mechanism for out-of-tree class driver enumerationDiego Ismirlian2017-07-097-32/+6
|
* USBH: MSD: Rework to prevent race conditions on unloadDiego Ismirlian2017-07-041-9/+3
|
* USBH: moved declaration of driver to LLDDiego Ismirlian2017-06-091-8/+0
|
* USBH: UVC, fix compile with IARDiego Ismirlian2017-06-081-10/+10
|
* USBH: License change for UVC driverDiego Ismirlian2017-06-061-2/+2
|
* Add UVC driver and test/exampleDiego Ismirlian2017-06-061-0/+471
|
* mendDiego Ismirlian2017-06-061-3/+3
|
* Clean up request type helpersDiego Ismirlian2017-06-063-43/+30
|
* HID class driver fixesDiego Ismirlian2017-06-061-3/+15
|
* Fixed endpoint halt reset implementationDiego Ismirlian2017-06-061-8/+1
|
* Mass license dates updateDiego Ismirlian2017-06-0510-20/+20
|
* Add HID class driverDiego Ismirlian2017-06-053-0/+143
|
* Rework Mass Storage DriverDiego Ismirlian2017-06-051-1/+0
| | | | | - Implemented (hopefully) correct Mass Storage Reset Recovery protocol - Implemented auto-sense protocol for SCSI command failure
* Add AOA (Android Accessory) class driverDiego Ismirlian2017-06-053-0/+163
|
* USB Host fixesDiego Ismirlian2017-06-057-36/+47
| | | | | | | | - 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] Fixing headers, missing includes.Fabien Poussin2017-02-072-5/+9
|
* Adding COMP Driver.Fabien Poussin2017-02-061-0/+132
|
* [Timcap/Eeprom] Removing ch.h dependencies.Fabien Poussin2017-02-062-2/+0
|