2e36d1f3eb
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> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
Kconfig | ||
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 | ||
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 | ||
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 |