lib/crc: Add CRC32 support

It only adds CRC32 IEEE support at the moment.

Signed-off-by: Olivier Martin <olivier.martin@proglove.de>
This commit is contained in:
Olivier Martin 2018-04-24 13:56:45 +02:00 committed by Anas Nashif
commit e7ae7334db
4 changed files with 96 additions and 1 deletions

View file

@ -1 +1 @@
zephyr_sources(crc16_sw.c crc8_sw.c)
zephyr_sources(crc32_sw.c crc16_sw.c crc8_sw.c)