Re: [PR] nxscope/nxscope_pser.c: use xmodem crc16 directly [nuttx-apps]

2025-04-10 Thread via GitHub
anchao merged PR #3054: URL: https://github.com/apache/nuttx-apps/pull/3054 -- 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.ap

[PR] nxscope/nxscope_pser.c: use xmodem crc16 directly [nuttx-apps]

2025-04-10 Thread via GitHub
raiden00pl opened a new pull request, #3054: URL: https://github.com/apache/nuttx-apps/pull/3054 ## Summary use crc16xmodem directly to avoid using confusing crc16() depends on https://github.com/apache/nuttx/pull/16147 ## Impact none ## Testing CI -- This