Kaben123 commented on PR #18282: URL: https://github.com/apache/nuttx/pull/18282#issuecomment-3838461195
> Could you please provide logs for these: > > > ``` > > Built and tested on the default Nuttx configuration. > > All CRC-related unit tests pass as before. > > No regressions observed in existing test cases. > > ``` > > Which configuration is the default NuttX configuration? The test log has been posted to the PR's description document. The nuttx does not have a test program specifically designed to test all crc libraries. The code logic was not modified, only the places in the code that violated the MISRA-C specification were modified, and no testing was needed. Of course, we can also define a custom test data to test the CRC library before and after modification, and compare the test results. -- 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]
