aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32F0xx
Commit message (Collapse)AuthorAgeFilesLines
* Add CRC DriverMichael Spradling2015-08-168-0/+1634
| | | | | | | | | | | | | | | | | | | | | | 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
* Added -Wundef key into Makefilesbarthess2015-06-283-1/+15
|
* NAND code changed to use bitmap classbarthess2015-05-021-8/+0
|
* STM32. Updated makefiles.barthess2015-03-311-8/+14
|
* Updated .project filesbarthess2015-02-281-4/+4
|
* [1-wire] Added testhal for STM32F0xx familybarthess2014-12-2714-0/+2181