-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
drivers/syslog: add cdcacm channel #15925
Conversation
[Experimental Bot, please feedback here] No, this PR does not meet the NuttX requirements. While it provides some information, it lacks crucial details and context required for proper review. Here's a breakdown:
In short, the PR needs substantially more detail and context for each section to be considered complete. It should clearly explain the motivation, implementation, impact, and testing of the change. Following the template more closely, with specific answers and details, is essential for a successful PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please provide a commit message
ex
Use the CDCACM as a SYSLOG output device, send message to remote proc.
If there are more than one CDCACM devices, then a device minor number
may also need to be provided. Default: 0
Use the CDCACM as a SYSLOG output device, send message to remote proc. If there are more than one CDCACM devices, then a device minor number may also need to be provided. Default: 0 Signed-off-by: yangsong8 <[email protected]>
@jerpelea done, thank you. |
Summary
add cdcacm syslog channel
Impact
syslog cdcacm
Testing
selftest