crc: Add a CRC-24Q implementation

This commit is contained in:
Sebastian Huber
2023-12-11 12:03:29 +01:00
parent 2757b36098
commit fa17765bd4
5 changed files with 300 additions and 0 deletions

View File

@@ -99,6 +99,7 @@ install:
- cpukit/include/rtems/console.h
- cpukit/include/rtems/counter.h
- cpukit/include/rtems/cpuuse.h
- cpukit/include/rtems/crc.h
- cpukit/include/rtems/deviceio.h
- cpukit/include/rtems/devnull.h
- cpukit/include/rtems/devzero.h
@@ -528,6 +529,7 @@ source:
- cpukit/compression/xz/xz_crc32.c
- cpukit/compression/xz/xz_dec_lzma2.c
- cpukit/compression/xz/xz_dec_stream.c
- cpukit/crc/crc24q.c
- cpukit/base64/base64-encode.c
- cpukit/base64/base64-decode.c
- cpukit/dev/flash/flashdev.c

View File

@@ -14,6 +14,7 @@ source:
- testsuites/unit/tc-base64-decode.c
- testsuites/unit/tc-compiler-builtins.c
- testsuites/unit/tc-config.c
- testsuites/unit/tc-crc.c
- testsuites/unit/tc-misaligned-builtin-memcpy.c
- testsuites/unit/tc-score-msgq.c
- testsuites/unit/tc-score-rbtree.c
@@ -23,4 +24,5 @@ target: testsuites/unit/ts-unit-no-clock-0.exe
type: build
use-after:
- validation
- z
use-before: []