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
4afc6c9ff2
zephyr
/
lib
/
crc
/
CMakeLists.txt
2 lines
37 B
CMake
Raw
Normal View
History
Unescape
Escape
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>
2017-12-13 21:57:38 +08:00
zephyr_sources
(
crc16_sw.c
crc8_sw.c
)