aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/include/hal_community.h
Commit message (Collapse)AuthorAgeFilesLines
* STM32 mass update to current naming convention in ChibiOSbarthess2016-04-071-8/+8
|
* Merge branch 'master' into rngStephane D'Alu2016-02-211-0/+3
|\ | | | | | | | | | | | | | | | | Added haltest Conflicts: os/hal/hal.mk os/hal/include/hal_community.h os/hal/src/hal_community.c
| * TIMCAP: Initial commitFabien Poussin2016-02-161-0/+1
| |
| * EEPROM: Initial commitFabien Poussin2016-02-161-0/+1
| |
| * USB-Host: Initial commitFabien Poussin2016-02-151-0/+1
| |
* | Random Number Generator driverStephane D'Alu2016-02-081-0/+1
|/
* Add CRC DriverMichael Spradling2015-08-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | 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 notesbarthess2015-05-021-13/+10
|
* Added EICU driver in HAL. Added STM32 backend for EICU.barthess2015-02-281-0/+1
|
* Added onewire driverbarthess2014-12-061-0/+1
|
* Added hooks for community sourcebarthess2014-11-161-0/+74