commit | 2e36d1f3eb6d2442c6873d1d728258c17282a06c | [log] [tgz] |
---|---|---|
author | Chris Friedt <cfriedt@meta.com> | Mon Nov 28 10:00:54 2022 -0500 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Tue Nov 29 09:32:28 2022 +0100 |
tree | 264b638c3a37841cda6c10a54c0f0f6d5e7be868 | |
parent | 43fb41fff2ba1b2d544ab338fbadfe14804f7056 [diff] |
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>