1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/checksum
Benjamin Valentin e4a33ca413 sys/checksum: add crc8 implementation
This moves the crc8 implementation of the sht3x driver to common code.
2019-12-13 14:50:32 +01:00
..
crc8.c sys/checksum: add crc8 implementation 2019-12-13 14:50:32 +01:00
crc16_ccitt.c
doc.txt
fletcher16.c
fletcher32.c sys/checksum/fletcher32: make use of unaligned.h 2019-01-25 22:22:45 +01:00
Makefile
ucrc16.c