cederom opened a new issue, #16174:
URL: https://github.com/apache/nuttx/issues/16174

   ### Is your feature request related to a problem? Please describe.
   
   * Current CRC implementation in NuttX in some areas is not compatible with 
other platforms (i.e. Linux).
   * There various CRC16 and CRC32 algorithms out there, while there is no one 
common standard.
   * CRC changes impacts various storage, transmission, etc, and may impact 
self-compatibility.
   
   ### Describe the solution you'd like
   
   * We need to provide implementations for other commonly used CRC.
   * We need explicit implementation of various CRC with clearly 
distinguishable function name or parameters.
   * In order to maintain backward-compatibility any change in defaults may 
happen in next major release (13.0).
   * Where possible defaults should stay untouched.
   * Where necessary defaults may change in order to improve compatibility with 
other platforms.
   * User code may choose what CRC implementation to use, but core components 
should not allow KConfig like CRC algo selection as this will impact NuttX 
self-compatibility.
   
   ### Describe alternatives you've considered
   
   _No response_
   
   ### Verification
   
   - [x] I have verified before submitting the report.


-- 
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: commits-unsubscr...@nuttx.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to