Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update code from code feedback | Michael Spradling | 2015-08-16 | 1 | -2/+2 |
| | |||||
* | Add CRC Driver | Michael Spradling | 2015-08-16 | 2 | -0/+159 |
| | | | | | | | | | | | | | | | | | | | | | | 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 | 3 | -32/+20 |
| | |||||
* | NAND code changed to use bitmap class | barthess | 2015-05-02 | 1 | -17/+14 |
| | |||||
* | EICU. Updated authors. | barthess | 2015-03-13 | 1 | -0/+4 |
| | |||||
* | EICU. Cosmetical improvements. | barthess | 2015-03-03 | 1 | -11/+11 |
| | |||||
* | EICU now able to capture data on all channels | barthess | 2015-03-03 | 1 | -77/+19 |
| | |||||
* | EICU. Fixed handlign of 32-bit timers. General code cleanup. PWM mode still ↵ | barthess | 2015-03-01 | 1 | -35/+41 |
| | | | | untested. | ||||
* | EICU. Fixed another portion of typos. | barthess | 2015-03-01 | 1 | -1/+1 |
| | |||||
* | Added EICU driver in HAL. Added STM32 backend for EICU. | barthess | 2015-02-28 | 2 | -0/+240 |
| | |||||
* | 1-wire. STM32F1xx code tested | barthess | 2014-12-18 | 1 | -10/+22 |
| | |||||
* | 1-wire. Search ROM feature now optional | barthess | 2014-12-06 | 1 | -2/+11 |
| | |||||
* | 1-wire. Improved comments | barthess | 2014-12-06 | 1 | -34/+130 |
| | |||||
* | Added onewire driver | barthess | 2014-12-06 | 2 | -0/+235 |
| | |||||
* | Fixed copyrights | barthess | 2014-12-06 | 1 | -2/+1 |
| | |||||
* | Added hooks for community source | barthess | 2014-11-16 | 1 | -0/+74 |
| | |||||
* | Added fsmc code | barthess | 2014-10-18 | 1 | -0/+148 |