lib: crc: Add crc8-ccitt implementation
This patch adds crc8-ccitt calculation routine. CRC8 CCITT is required for Flash Circular Buffer module (originally mynewt module). Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
This commit is contained in:
parent
25269fb0ed
commit
9a5a3e06f0
3 changed files with 66 additions and 1 deletions
|
@ -1 +1 @@
|
|||
zephyr_sources(crc16_sw.c)
|
||||
zephyr_sources(crc16_sw.c crc8_sw.c)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue