mirror of
https://github.com/apache/nuttx.git
synced 2026-08-08 14:07:17 +00:00
Compatible CRC16 with Linux Kernel: https://github.com/torvalds/linux/blob/master/lib/crc16.c - CRC-16/CCITT, CRC-16/CCITT-TRUE, CRC-16/KERMIT poly: 0x8005 (0xA001) initial seed: 0x0000, xor output: 0x0000 : width=16 : poly=0x8005 : init=0x0000 : refin=true : refout=true : xorout=0x0000 : check=0xbb3d : residue=0x0000 : name="CRC-16/ARC" https://reveng.sourceforge.io/crc-catalogue/16.htm#crc.cat.crc-16-arc Signed-off-by: chao an <anchao.archer@bytedance.com> |
||
|---|---|---|
| .. | ||
| libbuiltin | ||
| libc | ||
| libdsp | ||
| libm | ||
| libnx | ||
| libxx | ||
| CMakeLists.txt | ||