-
Notifications
You must be signed in to change notification settings - Fork 8.1k
logging: add openamp rpmsg backend #97117
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
base: main
Are you sure you want to change the base?
Conversation
89a0355
to
293ec6d
Compare
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.
Nice work! I just have a suggestion, not a blocker :)
@nslowell nice feature, thanks! |
Just wanted to say thanks for the great feedback. I'm working on changes and hope to update soon. |
56a42e5
to
2b11610
Compare
Add backend that sends logs over an RPMsg endpoint Remoteproc system with an established openamp rpmsg communication connection can acquire logging information over a dedicated endpoint. Signed-off-by: Nicholas Lowell <[email protected]>
sample to show how to use the rpmsg logging backend after establishing an OpenAMP connection intended for platforms that embed Linux OS on main core and Zephyr on a co-processor Signed-off-by: Nicholas Lowell <[email protected]>
2b11610
to
fdfccb8
Compare
|
Add backend that sends logs over an RPMsg endpoint
Remoteproc system with an established openamp rpmsg communication connection can acquire logging information over a dedicated endpoint.