aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/LLD/CRCv1/hal_crc_lld.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixed DMA for 19.1.xFabien Poussin2019-10-011-1/+1
|
* Fix for rccEnableCRC macro parameter.Dave Flogeras2018-11-011-1/+1
| | | | | | | | | | | This was removed in commit ae7a4d40b84d8afc999691577210696f16e682f6#diff-7ddaa5ecc31109f41b7801dea2660b47 But I think is still necessary as the underlying rccEnableAHB macros take parameter 'lp'. It seems to work for the F0xx series, because its rccEnableAHB ignores the 'lp'. It is required when I tried to use the CRC driver on a family that does require the 'lp' parameter in the lower level macros.
* Fix STM32 LLD CRCv1 large data bug in DMA modeUnknown2018-07-121-5/+15
| | | | | * STM32 DMA can only handle 65535 bytes per transfer so larger data sets have to split up to be correctly handled when using DMA
* Fixes for STM32F0 testhalFabien Poussin2018-03-081-2/+2
|
* STM32 CRC : Fix assertsKimmo Lindholm2016-11-051-6/+6
|
* Updated include guardsbarthess2016-10-171-1/+1
|
* STM32 mass update to current naming convention in ChibiOSbarthess2016-04-071-0/+328