halyssonJr opened a new pull request, #17139: URL: https://github.com/apache/nuttx/pull/17139
*Note: Please adhere to [Contributing Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).* ## Summary The PR aims to add crc8 for incremental. The existing crc8rohcpart() function applies XOR inversions (0xFF) at the start and end of each call, making it unsuitable for incremental calculations where intermediate CRC values must be preserved between calls. Also this PR will solve issues in [PR 3187](https://github.com/apache/nuttx-apps/pull/3187). ## Impact None. ## Testing For test, this PR was used in CMUX example. -- 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]
