This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
2f6370c0dd
zephyr
/
lib
/
crc
/
CMakeLists.txt
2 lines
48 B
CMake
Raw
Normal View
History
Unescape
Escape
lib/crc: Add CRC32 support It only adds CRC32 IEEE support at the moment. Signed-off-by: Olivier Martin <olivier.martin@proglove.de>
2018-04-24 19:56:45 +08:00
zephyr_sources
(
crc32_sw.c
crc16_sw.c
crc8_sw.c
)