zephyr/lib/crc
Alexander Polleti aec8971bfd crc8: fix const correctness
Declares the array with constant data const.

Tested with tests/unit/lib/crc.

Signed-off-by: Alexander Polleti <metapsychologe@yahoo.de>
2018-10-04 16:37:21 -05:00
..
CMakeLists.txt lib/crc: Add CRC32 support 2018-07-18 10:00:12 -04:00
crc8_sw.c crc8: fix const correctness 2018-10-04 16:37:21 -05:00
crc16_sw.c crc: add crc16_itu_t which is used in the MMC protocol. 2018-02-07 16:49:52 -05:00
crc32_sw.c lib/crc: Add CRC32 support 2018-07-18 10:00:12 -04:00