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
bbafc36b1c
zephyr
/
lib
/
crc
/
CMakeLists.txt
2 lines
58 B
CMake
Raw
Normal View
History
Unescape
Escape
lib: add crc7. Used as a checksum on command messages when talking with MMC cards. Implemented using the unwound bytewise implementation from https://en.wikipedia.org/wiki/Computation_of_cyclic_redundancy_checks which is a good mix of size and speed. The API and naming matches lib/crc7.c in Linux. Signed-off-by: Michael Hope <mlhx@google.com>
2018-02-12 01:07:39 +08:00
zephyr_sources
(
crc32_sw.c
crc16_sw.c
crc8_sw.c
crc7_sw.c
)