zephyr/tests
Michael Hope bbafc36b1c 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-12-30 16:24:10 -05:00
..
application_development
benchmarks tests: benchmark: Remove redundant define 2018-12-11 14:37:10 -08:00
bluetooth
boards
booting/stub
cmsis_rtos_v1
cmsis_rtos_v2 tests/cmsis_rtos_v2: Use CONFIG_SCHED_SCALABLE 2018-12-20 12:23:22 +01:00
compliance
crypto tests: crypto: tinycrypt: Limit to boards with more than 128K flash 2018-12-11 08:43:21 -05:00
drivers tests: drivers: Remove redundant Kconfig adjustments for nRF boards 2018-12-21 21:01:37 +01:00
include
kernel power: rename api sys_soc -> sys_ 2018-12-28 16:16:28 -05:00
lib
misc/test_build
net tests/net: Remove usage of net_pkt_ll() function 2018-12-14 14:16:37 +01:00
posix tests: posix: test_fs_file: Add testcase with non-zero lseek() 2018-12-14 13:21:31 +02:00
power power: rename api sys_soc -> sys_ 2018-12-28 16:16:28 -05:00
shell
subsys tests: subsys: fs: multifs: Enable fs shell using new shell 2018-12-14 13:14:17 +01:00
unit lib: add crc7. 2018-12-30 16:24:10 -05:00
ztest
CMakeLists.txt
Kconfig