This is an automated email from the ASF dual-hosted git repository.

jiuzhudong pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


    from 3c486b98dd0 fs/timerfd: implement TFD_TIMER_CANCEL_ON_SET to detect 
clock changes
     add 31b0d79b44f libs/crc: implement AUTOSAR-compatible CRC algorithm

No new revisions were added by this update.

Summary of changes:
 include/nuttx/crc16.h               |  46 ++++++
 include/nuttx/crc32.h               |  46 ++++++
 include/nuttx/crc64.h               |  23 +++
 include/nuttx/crc8.h                |  44 ++++++
 libs/libc/misc/CMakeLists.txt       |   7 +
 libs/libc/misc/Make.defs            |   8 +-
 libs/libc/misc/lib_crc16h1021.c     | 178 ++++++++++++++++++++++
 libs/libc/misc/lib_crc16h8005.c     | 178 ++++++++++++++++++++++
 libs/libc/misc/lib_crc32h04c11db7.c | 211 ++++++++++++++++++++++++++
 libs/libc/misc/lib_crc32hf4acfb13.c | 211 ++++++++++++++++++++++++++
 libs/libc/misc/lib_crc64emac.c      | 292 ++++++++++++++++++++++++++++++++++++
 libs/libc/misc/lib_crc8h1d.c        | 170 +++++++++++++++++++++
 libs/libc/misc/lib_crc8h2f.c        | 171 +++++++++++++++++++++
 13 files changed, 1582 insertions(+), 3 deletions(-)
 create mode 100644 libs/libc/misc/lib_crc16h1021.c
 create mode 100644 libs/libc/misc/lib_crc16h8005.c
 create mode 100644 libs/libc/misc/lib_crc32h04c11db7.c
 create mode 100644 libs/libc/misc/lib_crc32hf4acfb13.c
 create mode 100644 libs/libc/misc/lib_crc64emac.c
 create mode 100644 libs/libc/misc/lib_crc8h1d.c
 create mode 100644 libs/libc/misc/lib_crc8h2f.c

Reply via email to