aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/src
Commit message (Expand)AuthorAgeFilesLines
* added qeiAdjustI. added new field and checking in STM32Stephane D'Alu2016-07-071-5/+43
* move functions to hal_qei.*, fixed commentsStephane D'Alu2016-07-071-0/+123
* Added USB HID driver to community HALJonathan Struebel2016-06-181-0/+581
* 1-wire. Pointless uint8_t changed to more suitable size_t.barthess2016-05-311-1/+1
* 1-wire improvements.barthess2016-05-311-10/+10
* qei driver: fix wrong type in qeiUpdateNicolas Reinecke2016-05-151-1/+1
* qei driver: change copyrightNicolas Reinecke2016-05-151-1/+1
* add STM32 qei (quadrature encoder interface) driverNicolas Reinecke2016-05-082-0/+218
* STM32 mass update to current naming convention in ChibiOSbarthess2016-04-0716-4147/+4147
* 1-wire. Fixed possible deadlock situation.barthess2016-03-281-13/+10
* QUEUES flags deleted from chconf.h filesbarthess2016-03-281-1/+1
* Merge branch 'master' into rngStephane D'Alu2016-02-2112-0/+5264
|\
| * TIMCAP: Initial commitFabien Poussin2016-02-162-0/+163
| * EEPROM: Initial commitFabien Poussin2016-02-163-0/+954
| * USB-Host: Initial commitFabien Poussin2016-02-158-0/+4147
* | cleanupStephane D'Alu2016-02-091-11/+8
* | Random Number Generator driverStephane D'Alu2016-02-082-0/+189
|/
* Merge branch 'master' of github.com:ChibiOS/ChibiOS-Contribbarthess2016-01-245-5/+5
|\
| * Fixed typobarthess2015-10-141-1/+1
| * FSMC code cleanupbarthess2015-10-145-5/+5
* | 1-wire driver improvements.barthess2016-01-241-47/+45
|/
* Update code from code feedbackMichael Spradling2015-08-161-5/+6
* Add CRC DriverMichael Spradling2015-08-162-0/+267
* NAND. Minor improvementsbarthess2015-05-081-19/+16
* Fixed copyright notesbarthess2015-05-022-30/+20
* NAND code changed to use bitmap classbarthess2015-05-021-82/+59
* EICU. Updated authors.barthess2015-03-131-0/+4
* EICU. Fixed handlign of 32-bit timers. General code cleanup. PWM mode still u...barthess2015-03-011-2/+2
* EICU. Fixed another portion of typos.barthess2015-03-011-1/+1
* Added EICU driver in HAL. Added STM32 backend for EICU.barthess2015-02-282-0/+153
* [1-wire] Cosmetical cleanupsbarthess2014-12-271-30/+29
* 1-wire. STM32F1xx code testedbarthess2014-12-181-63/+105
* 1-wire. Added workaround form F1xx MCUsbarthess2014-12-141-6/+17
* 1-wire. Fixed incorrect debug checkbarthess2014-12-141-1/+1
* Onewire. Deleted unneded time measurement unigbarthess2014-12-081-12/+1
* 1-wire. Search ROM feature now optionalbarthess2014-12-061-0/+8
* 1-wire. Improved commentsbarthess2014-12-061-14/+12
* Added onewire driverbarthess2014-12-061-0/+848
* Fixed copyrightsbarthess2014-12-061-2/+1
* Added hooks for community sourcebarthess2014-11-161-0/+66
* Added fsmc codebarthess2014-10-181-0/+601