Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mend | Diego Ismirlian | 2017-06-06 | 2 | -2/+2 |
* | Clean up request type helpers | Diego Ismirlian | 2017-06-06 | 5 | -80/+75 |
* | 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 |
* | 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 |
* | [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 |
* | 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 |
| |\ | |||||
| | * | 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 |
|/ | |||||
* | 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 pin can be used | Peter | 2016-08-28 | 1 | -4/+3 |
* | | 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 |
* | 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 |
* | 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 |
* | 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 |
|\ | |||||
| * | 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 |
|/ |