Skip to content

Commit 6f51a82

Browse files
author
Amanda Butler
authored
Add note to crc.md
Add note as requested in comments.
1 parent fbe7ea2 commit 6f51a82

File tree

1 file changed

+2
-0
lines changed
  • docs/reference/contributing/target

1 file changed

+2
-0
lines changed

docs/reference/contributing/target/crc.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
The hardware CRC HAL API provides a low-level interface to the hardware CRC module of a target platform. Implementing the hardware CRC API allows you to gain the performance benefits of using hardware acceleration for CRC calculations. For platforms without hardware CRC capabilities, the API falls back to using the table and bitwise CRC implementations.
44

5+
<span class="notes">**Note:** The hardware CRC API is not thread safe.</span>
6+
57
#### Assumptions
68

79
##### Defined behavior

0 commit comments

Comments
 (0)