CV-Bowen opened a new pull request, #14023:
URL: https://github.com/apache/nuttx/pull/14023
## Summary
- rpmsg_ping.c: fix msg data memset length
The range of memset exceeds the size of the buffer
- rpmsg_ping.c: change msg cmd type for more compatible
Use bit mask method to represent the command, because it's more
convenient to express multiple characteristics simultaneously.
- rpmsg_ping.c: improve log level to LOG_EMERG
Usually rpmsg ping logs are needed during testing,
but too many other module logs can easily overwrite it,
so improve the rpmsg ping log level, later we can setlogmask to
a higher log level to mask other modules' logs.
- rpmsg_ping.c: change check data to fluctuation value
We can found the error happend packet more accurately based
on the data value.
## Impact
rpmsg ping
## Testing
sim:rpserver and rpproxy
--
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]