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 crc: deprecate old headers and issue warning when used 2018-12-04 08:52:46 -06:00
benchmarks tests: benchmark: Remove redundant define 2018-12-11 14:37:10 -08:00
bluetooth tests: bsim_bt tests: Fix malformed JUNIT results file 2018-12-06 09:15:38 -05:00
boards tests: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
booting/stub
cmsis_rtos_v1 tests: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
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 tests: shell: migrate tests to the new shell 2018-11-22 11:32:29 +01:00
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 shell: creating new module for help functionality 2018-12-05 15:15:44 +01:00
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 tests: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
CMakeLists.txt
Kconfig tests: add Kconfig for testing via shell 2018-11-05 09:32:38 -05:00