zephyr/lib/crc/CMakeLists.txt
Olivier Martin e7ae7334db lib/crc: Add CRC32 support
It only adds CRC32 IEEE support at the moment.

Signed-off-by: Olivier Martin <olivier.martin@proglove.de>
2018-07-18 10:00:12 -04:00

2 lines
48 B
CMake

zephyr_sources(crc32_sw.c crc16_sw.c crc8_sw.c)