aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/include
Commit message (Collapse)AuthorAgeFilesLines
* Fixes for STM32L4, Comp and eeprom.Fabien Poussin2019-09-181-1/+1
|
* 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
|
* 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.
* SCSI: Respond to unit serial number inquiryKimmo Lindholm2017-10-121-1/+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
|
* Merge pull request #110 from ObKo/usb_hid-improveUladzimir Pylinski2017-01-221-54/+115
|\ | | | | usb_hid: cosmetic improvements in report descriptor defines.
| * usb_hid: HID_REPORT_ID macro.Konstantin Oblaukhov2017-01-171-0/+12
| |
| * usb_hid: cosmetic improvements in report descriptor defines.Konstantin Oblaukhov2017-01-171-54/+103
| |
* | FSMC NAND improvements.barthess2017-01-171-9/+9
|/ | | | | 1) Implemented 16 bit bus width support 2) Added workaround errata in STM32
* NAND. Added reset function.barthess2017-01-061-0/+1
|
* USB MSD. Cosmetical improvements.barthess2017-01-041-1/+0
|
* USB_MSD. Added compile time check about sychronous API.barthess2017-01-031-0/+4
|
* 1-Wire. Duplicated code from testhal apllications moved to separate directory.barthess2016-10-181-1/+3
|
* Updated include guardsbarthess2016-10-1710-32/+32
|
* USB_MSD. Initial commit.barthess2016-10-173-1/+197
|
* added qeiAdjustI. added new field and checking in STM32Stephane D'Alu2016-07-071-2/+1
|
* move functions to hal_qei.*, fixed commentsStephane D'Alu2016-07-071-0/+30
|
* Added USB HID driver to community HALJonathan Struebel2016-06-182-0/+515
|
* 1-wire improvements.barthess2016-05-311-2/+2
| | | | | | | | | 1) Functions reading bit from PAL now return ioline_t type. 2) Functions that handle acquired buffer with acquired bits now use uint8_t type because it corresponds to buffer type. 3) Cryptic bit shifting in bit storage functions replaced by dividion operations because all modern compilers perfectly optimise such operations.
* use config default as in chibiosNicolas Reinecke2016-05-174-17/+44
|