This is an automated email from the ASF dual-hosted git repository.
xiaoxiang781216 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from f0c94bb64ac Documentation/spresense: rewrite board page with images
and configs
new 87d84e437aa libc/crc32: add IEEE-compatible crc32_ieee for Linux/zlib
interop
new 597a533a472 Documentation: add CRC implementation details
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
Documentation/implementation/crc.rst | 90 ++++++++++++++++++++++++++++++++++
Documentation/implementation/index.rst | 1 +
include/nuttx/crc32.h | 24 +++++++++
libs/libc/misc/lib_crc32.c | 30 ++++++++++++
4 files changed, 145 insertions(+)
create mode 100644 Documentation/implementation/crc.rst