Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
9863dc9fd8b58cd88f76eab5f18cce3a961b2de1
/
.
/
lib
/
crc
/
CMakeLists.txt
blob: 7285af4f3c2057518ebd5150b2505d458e95ab9e [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: Apache-2.0
zephyr_sources_ifdef(CONFIG_CRC
crc32c_sw.c
crc32_sw.c
crc24_sw.c
crc16_sw.c
crc8_sw.c
crc7_sw.c
crc4_sw.c
)
zephyr_sources_ifdef(CONFIG_CRC_SHELL crc_shell.c)