Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | HID class driver fixes | Diego Ismirlian | 2017-06-06 | 1 | -16/+29 | |
| | ||||||
* | Fixed endpoint halt reset implementation | Diego Ismirlian | 2017-06-06 | 1 | -2/+4 | |
| | ||||||
* | Fixed bugs in new MSD driver implementation | Diego Ismirlian | 2017-06-06 | 1 | -6/+13 | |
| | ||||||
* | Mass license dates update | Diego Ismirlian | 2017-06-05 | 9 | -18/+18 | |
| | ||||||
* | Add HID class driver | Diego Ismirlian | 2017-06-05 | 2 | -0/+318 | |
| | ||||||
* | Added PID for FTDI-enabled ETT USB-Serial | Diego Ismirlian | 2017-06-05 | 1 | -0/+1 | |
| | ||||||
* | Rework Mass Storage Driver | Diego Ismirlian | 2017-06-05 | 1 | -274/+332 | |
| | | | | | - 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 | -1/+686 | |
| | ||||||
* | Fix possible race condition in FTDI driver stop | Diego Ismirlian | 2017-06-05 | 1 | -13/+14 | |
| | ||||||
* | USB Host fixes | Diego Ismirlian | 2017-06-05 | 6 | -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 Poussin | 2017-02-07 | 1 | -0/+4 | |
| | ||||||
* | Adding COMP Driver. | Fabien Poussin | 2017-02-06 | 1 | -0/+155 | |
| | ||||||
* | FSMC NAND improvements. | barthess | 2017-01-17 | 1 | -48/+49 | |
| | | | | | 1) Implemented 16 bit bus width support 2) Added workaround errata in STM32 | |||||
* | Merge branch 'master' of github.com:ChibiOS/ChibiOS-Contrib | barthess | 2017-01-06 | 3 | -17/+17 | |
|\ | ||||||
| * | Merge pull request #107 from pl4nkton/stm32_fixes | Fabien Poussin | 2017-01-04 | 3 | -17/+17 | |
| |\ | | | | | | | Stm32 fixes | |||||
| | * | change qei types to int16_t | Peter | 2016-12-05 | 1 | -1/+1 | |
| | | | ||||||
| | * | usbh: cleanup | Nicolas Reinecke | 2016-12-05 | 2 | -16/+16 | |
| | | | ||||||
* | | | NAND. Added reset function. | barthess | 2017-01-06 | 1 | -0/+1 | |
|/ / | ||||||
* | | USB MSD. Cosmetical improvements. | barthess | 2017-01-04 | 1 | -0/+1 | |
| | | ||||||
* | | hal: fix the compilation of hal_usb_hid.c | funnydog | 2016-12-13 | 1 | -2/+2 | |
|/ | | | | | | | | Fix the compilation of hal_usb_hid.c that broke because of the changes in ibqObjectInit() and obqObjectInit() prototypes. In hidObjectInit() call these functions with the additional suspend parameter set to true as done in ChibiOS-RT. | |||||
* | make stm32 usb host testhal compile | Nicolas Reinecke | 2016-11-08 | 1 | -11/+11 | |
| | ||||||
* | usbh: fix compile warning | Nicolas Reinecke | 2016-11-08 | 1 | -0/+1 | |
| | ||||||
* | 1-Wire. Just typo fix | Philippe LUC | 2016-11-05 | 1 | -2/+2 | |
| | ||||||
* | USB_MSD. Added READ_FORMAT_CAPACITIES handler | barthess | 2016-10-28 | 1 | -5/+30 | |
| | ||||||
* | 1-Wire. Duplicated code from testhal apllications moved to separate directory. | barthess | 2016-10-18 | 1 | -1/+1 | |
| | ||||||
* | USB_MSD. Comment clean up. | barthess | 2016-10-18 | 1 | -3/+0 | |
| | ||||||
* | Merge pull request #95 from tixiv/onewire-fix | Uladzimir Pylinski | 2016-10-18 | 1 | -4/+3 | |
|\ | | | | | Set sampling channel PWM output to disabled so the IO pin is free. | |||||
| * | set sampling channel PWM output to disabled so the pin can be used | Peter | 2016-08-28 | 1 | -4/+3 | |
| | | | | | | | | otherwise | |||||
* | | Updated include guards | barthess | 2016-10-17 | 2 | -2/+2 | |
| | | ||||||
* | | USB_MSD. Initial commit. | barthess | 2016-10-17 | 1 | -0/+386 | |
|/ | ||||||
* | [STM32 NAND] Code cleanup. | barthess | 2016-08-18 | 1 | -19/+9 | |
| | ||||||
* | added qeiAdjustI. added new field and checking in STM32 | Stephane D'Alu | 2016-07-07 | 1 | -5/+43 | |
| | ||||||
* | move functions to hal_qei.*, fixed comments | Stephane D'Alu | 2016-07-07 | 1 | -0/+123 | |
| | ||||||
* | Added USB HID driver to community HAL | Jonathan Struebel | 2016-06-18 | 1 | -0/+581 | |
| | ||||||
* | 1-wire. Pointless uint8_t changed to more suitable size_t. | barthess | 2016-05-31 | 1 | -1/+1 | |
| | ||||||
* | 1-wire improvements. | barthess | 2016-05-31 | 1 | -10/+10 | |
| | | | | | | | | | 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. | |||||
* | qei driver: fix wrong type in qeiUpdate | Nicolas Reinecke | 2016-05-15 | 1 | -1/+1 | |
| | ||||||
* | qei driver: change copyright | Nicolas Reinecke | 2016-05-15 | 1 | -1/+1 | |
| | ||||||
* | add STM32 qei (quadrature encoder interface) driver | Nicolas Reinecke | 2016-05-08 | 2 | -0/+218 | |
| | | | | | | | Code from tinito in forum thread: http://forum.chibios.org/phpbb/viewtopic.php?f=14&t=685 Updated to chibios trunk. | |||||
* | STM32 mass update to current naming convention in ChibiOS | barthess | 2016-04-07 | 16 | -4147/+4147 | |
| | ||||||
* | 1-wire. Fixed possible deadlock situation. | barthess | 2016-03-28 | 1 | -13/+10 | |
| | | | | | In old code thread could be suspended *after* the callback was called. New code protected with more wide critical section. | |||||
* | QUEUES flags deleted from chconf.h files | barthess | 2016-03-28 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'master' into rng | Stephane D'Alu | 2016-02-21 | 12 | -0/+5264 | |
|\ | | | | | | | | | | | | | | | | | Added haltest Conflicts: os/hal/hal.mk os/hal/include/hal_community.h os/hal/src/hal_community.c | |||||
| * | TIMCAP: Initial commit | Fabien Poussin | 2016-02-16 | 2 | -0/+163 | |
| | | ||||||
| * | EEPROM: Initial commit | Fabien Poussin | 2016-02-16 | 3 | -0/+954 | |
| | | ||||||
| * | USB-Host: Initial commit | Fabien Poussin | 2016-02-15 | 8 | -0/+4147 | |
| | | ||||||
* | | cleanup | Stephane D'Alu | 2016-02-09 | 1 | -11/+8 | |
| | | ||||||
* | | Random Number Generator driver | Stephane D'Alu | 2016-02-08 | 2 | -0/+189 | |
|/ | ||||||
* | Merge branch 'master' of github.com:ChibiOS/ChibiOS-Contrib | barthess | 2016-01-24 | 5 | -5/+5 | |
|\ | ||||||
| * | Fixed typo | barthess | 2015-10-14 | 1 | -1/+1 | |
| | |