Zepp-Hanzj commented on PR #19246:
URL: https://github.com/apache/nuttx/pull/19246#issuecomment-4861402004

   Done! Added a CRC section under Implementation Details at 
`Documentation/implementation/crc.rst` covering:
   
   - The difference between `crc32()` (NuttX native, init=0) and `crc32_ieee()` 
(Linux/zlib compatible, init=0xFFFFFFFF + final XOR)
   - A comparison table with concrete example values
   - Incremental calculation usage
   - Other CRC32 polynomial variants
   
   Added to the toctree in `Documentation/implementation/index.rst`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to