anchao commented on PR #16143: URL: https://github.com/apache/nuttx/pull/16143#issuecomment-2781408515
The default crc16 algorithm in NuttX is CRC-16/XMODEM, which is widely used in z/ymodem programs: https://github.com/apache/nuttx/blob/master/libs/libc/misc/lib_crc16.c https://github.com/apache/nuttx-apps/blob/master/system/zmodem/zm_proto.c#L194-L216 so would it be better to replace the default algorithm to CRC-16/IBM to ensure the compatibility with the Linux kernel? -- 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]
