Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Comp] Adding init, helper defines. | Fabien Poussin | 2017-02-07 | 1 | -0/+4 |
| | |||||
* | add STM32 qei (quadrature encoder interface) driver | Nicolas Reinecke | 2016-05-08 | 1 | -0/+4 |
| | | | | | | | Code from tinito in forum thread: http://forum.chibios.org/phpbb/viewtopic.php?f=14&t=685 Updated to chibios trunk. | ||||
* | 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 | 1 | -0/+8 |
|\ | | | | | | | | | | | | | | | | | 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 | 1 | -0/+4 |
| | | |||||
| * | USB-Host: Initial commit | Fabien Poussin | 2016-02-15 | 1 | -0/+4 |
| | | |||||
* | | Random Number Generator driver | Stephane D'Alu | 2016-02-08 | 1 | -0/+4 |
|/ | |||||
* | FSMC code cleanup | barthess | 2015-10-14 | 1 | -1/+1 |
| | |||||
* | Add CRC Driver | Michael Spradling | 2015-08-16 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | This patch includes a high level and two low level drivers. The high level driver is enabled with flag HAL_USE_CRC The low level drivers include: * Hardware CRC for the STM32 cortex processor lines.(when supported) * Enabled with flag STM32_CRC_USE_CRC1 * DMA is enabled with CRC_USE_DMA * SYNC api will use DMA, but put calling thread to sleep * ASYNC api enabled. * DMA Disabled * SYNC api spin while calculating CRC * ASYNC api disabled * Software CRC (3 modes) * CRCSW_CRC32_TABLE - Enables crc32 with lookup table. * CRCSW_CRC16_TABLE - Enables crc16 with lookup tables. * CRCSW_PROGRAMMBLE - Enables any crc done with computation. * Can calculate any crc configuration. * CRC_USE_DMA obviously not support with software CRC | ||||
* | Fixed copyright notes | barthess | 2015-05-02 | 1 | -13/+10 |
| | |||||
* | Added EICU driver in HAL. Added STM32 backend for EICU. | barthess | 2015-02-28 | 1 | -0/+4 |
| | |||||
* | Added hooks for community source | barthess | 2014-11-16 | 1 | -0/+66 |