Re: [PR] libs/libc/crc16: add some comments for crc16ccitt [nuttx]

2025-04-06 Thread via GitHub
lupyuen merged PR #16142: URL: https://github.com/apache/nuttx/pull/16142 -- 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.apac

Re: [PR] libs/libc/crc16: add some comments for crc16ccitt [nuttx]

2025-04-06 Thread via GitHub
nuttxpr commented on PR #16142: URL: https://github.com/apache/nuttx/pull/16142#issuecomment-2781364830 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) Yes, this PR appears to meet the NuttX requirements, al

[PR] libs/libc/crc16: add some comments for crc16ccitt [nuttx]

2025-04-06 Thread via GitHub
anchao opened a new pull request, #16142: URL: https://github.com/apache/nuttx/pull/16142 ## Summary libs/libc/crc16: add some comments for crc16ccitt The search table of ccitt should describe more algorithm details: - CRC-16/CCITT, CRC-16/CCITT-TRUE, CRC-16/KERMIT ```