summaryrefslogtreecommitdiff
path: root/chip/stm32/crc_hw.h
Commit message (Expand)AuthorAgeFilesLines
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* chip/stm32/crc_hw.h: Format with clang-formatJack Rosenthal2022-06-281-2/+2
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-1/+1
* cleanup: fix all the header guardsBill Richardson2015-06-181-3/+3
* stm32: Add delay after enabling peripheral clockVic Yang2015-02-101-0/+3
* Move software CRC implementation to commonVic Yang2014-08-081-0/+38