Port of teensy 3 FastCRC library, uses hardware CRC
Port of teensy 3 FastCRC library, uses hardware CRC on K64F. About 30 times faster than Arduino CRC (crc16.h).
https://github.com/FrankBoesing/FastCRC
teensy forum discussions on FastCRC https://forum.pjrc.com/threads/25699-Fast-CRC-library-(uses-the-built-in-crc-module-in-Teensy3)
Files at revision 1:1ce0f4ee7357
Name | Size | Actions |
---|---|---|
[up] | ||
FastCRC.h | 6125 | Revisions Annotate |
FastCRC_cpu.h | 2142 | Revisions Annotate |
FastCRC_tables.h | 92258 | Revisions Annotate |
FastCRChw.cpp | 12049 | Revisions Annotate |
FastCRCsw.cpp | 13341 | Revisions Annotate |
crc16.h | 1665 | Revisions Annotate |