zephyr/lib/os
Chris Friedt 2e36d1f3eb lib: os: add CRC shell command for integrity verification
There are several Zephyr shell commands that are used for
transferring data over a possibly unreliable connection such as a
UART into either memory or flash. For example, `flash load` and
`devmem load`.

Make the CRC functions available so that they can be used to
verify the integrity of data transferred over possibly
unreliable connections.

Signed-off-by: Chris Friedt <cfriedt@meta.com>
2022-11-29 09:32:28 +01:00
..
CMakeLists.txt lib: os: add CRC shell command for integrity verification 2022-11-29 09:32:28 +01:00
Kconfig lib: os: add CRC shell command for integrity verification 2022-11-29 09:32:28 +01:00
Kconfig.cbprintf
Kconfig.heap
assert.c
base64.c
bitarray.c
cbprintf.c
cbprintf_complete.c
cbprintf_nano.c
cbprintf_packaged.c
crc7_sw.c
crc8_sw.c
crc16_sw.c
crc32_sw.c
crc32c_sw.c
crc_shell.c lib: os: add CRC shell command for integrity verification 2022-11-29 09:32:28 +01:00
dec.c
fdtable.c
heap-validate.c
heap.c
heap.h
heap_listener.c
hex.c
json.c
mem_blocks.c
mpsc_pbuf.c
multi_heap.c
mutex.c
notify.c
onoff.c
p4wq.c lib: os: p4wq: Convert CONFIG_MP_NUM_CPUS handling 2022-10-31 17:08:34 +01:00
printk.c
rb.c
reboot.c
ring_buffer.c
sem.c
shared_multi_heap.c
spsc_pbuf.c
thread_entry.c
timeutil.c
user_work.c
utf8.c
winstream.c