zephyr/lib/os
Rajavardhan Gundi 4269ecd2bc lib: os: Introduce support for CRC32C algorithm
This introduces the support for CRC32C (Castagnoli) algorithm.
The generator polynomial used is 0x1EDC6F41UL.

Signed-off-by: Rajavardhan Gundi <rajavardhan.gundi@intel.com>
2021-03-02 14:08:30 +01:00
..
assert.c
base64.c
cbprintf_complete.c lib: cbprintf: avoid referencing distinct union fields in a statement 2021-01-27 16:45:38 -05:00
cbprintf_nano.c lib/os/cbprintf_nano.c: several improvements 2021-02-23 19:39:59 +01:00
cbprintf.c lib: cbprintf: add libc f/printf substitutes 2021-01-27 13:34:06 -05:00
CMakeLists.txt lib: os: Introduce support for CRC32C algorithm 2021-03-02 14:08:30 +01:00
crc7_sw.c
crc8_sw.c
crc16_sw.c
crc32_sw.c lib: crc32_sw: 4 bit at a time implementation 2021-01-24 14:24:48 -05:00
crc32c_sw.c lib: os: Introduce support for CRC32C algorithm 2021-03-02 14:08:30 +01:00
dec.c
fdtable.c
heap-validate.c
heap.c lib/os/heap: fix out-of-bounds usage of memcpy() in sys_heap_realloc() 2021-02-02 19:08:24 -05:00
heap.h Revert "lib/os/heap: introduce option to force big heap mode" 2021-02-19 07:32:22 -05:00
hex.c
json.c
Kconfig Revert "lib/os/heap: introduce option to force big heap mode" 2021-02-19 07:32:22 -05:00
Kconfig.cbprintf
mutex.c
notify.c
onoff.c
p4wq.c lib/p4wq: Fix race with completed work items 2021-02-14 18:17:28 -05:00
printk.c lib/os: replace z_vprintk with cbprintf 2020-11-13 06:38:01 -05:00
rb.c
ring_buffer.c tests: ringbuffer: code coverage improvements 2021-01-18 23:12:47 -05:00
sem.c
thread_entry.c
timeutil.c lib/timeutil: add utilities to manage local/reference clock alignment 2021-01-20 16:38:56 -05:00
work_q.c