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:
parent
051c1f5fd6
commit
e7ae7334db
4 changed files with 96 additions and 1 deletions
|
@ -1 +1 @@
|
|||
zephyr_sources(crc16_sw.c crc8_sw.c)
|
||||
zephyr_sources(crc32_sw.c crc16_sw.c crc8_sw.c)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue