aboutsummaryrefslogtreecommitdiff
path: root/src/crc32.c
AgeCommit message (Collapse)Author
2013-04-14stm32f1/stm32f4: fix hardware CRC calculationPaul Fertser
This was real-life tested on stm32f1 hardware including computation for odd-sized ranges. Signed-off-by: Paul Fertser <fercerpav@gmail.com>
2013-04-14Revert "Revert "STM32: Use hardware CRC unit""Gareth McMullin
This reverts commit 58abbf7fc7686a16ee5bdfacb1241a5adf2921ea.
2013-04-04Revert "STM32: Use hardware CRC unit"Gareth McMullin
This reverts commit 32b909067b2a34f475a52585b965c195de87c172. This CRC routine doesn't work. The bit order used by the STM32 CRC unit is reveresed from what GDB uses.
2013-01-23STM32: Use hardware CRC unitUwe Bonnes
2011-12-17Implement gdb 'qCRC' packet to support 'compare-sections' command.Gareth McMullin