* SML: CRC for binary SML parsing * switch algos * improve errormessage on buffer overflow * move crc variable to their own struct * Use Flag bit to disable CRC, auto-detect algorithm, data in own struct debug log * configure and enable/disable via special option "=soC,bufsz,mode", mode 16 autodetect. * fix 15 vs 0xF * remove benchmark code * fix typo in comment * Byteflip for CRC
27 lines
555 B
JSON
27 lines
555 B
JSON
{
|
|
"name": "FastCRC",
|
|
"keywords": "CRC7, CRC8, CRC16, CRC32",
|
|
"description": "Fast CRC routines for Arduino and PC (Teensy 3.x: CRC in hardware)",
|
|
"exclude": [
|
|
"examples",
|
|
"examples_PC"
|
|
],
|
|
"repository":
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/FrankBoesing/FastCRC"
|
|
},
|
|
"authors":
|
|
[
|
|
{
|
|
"name": "Frank Bösing",
|
|
"email": "f.boesing@gmx.de",
|
|
"url": "https://github.com/FrankBoesing/FastCRC",
|
|
"maintainer": true
|
|
}
|
|
],
|
|
"version": "1.44",
|
|
"frameworks": "arduino",
|
|
"platforms": "*"
|
|
}
|