forked from Imagelibrary/rtems
crc: Add a CRC-24Q implementation
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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: []
|
||||
|
||||
Reference in New Issue
Block a user