Skip to content
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

resource table: add helper to add resource table in project. #2

Closed
wants to merge 1 commit into from

Conversation

arnopo
Copy link
Collaborator

@arnopo arnopo commented Jun 21, 2019

The resource table is needed by the Linux kernel OS
for rpmsg generic support, but is also recognised by OpenAMP.
This table allows to add trace based on the RAM console
and to support rpmsg protocol.

Signed-off-by: Arnaud Pouliquen [email protected]

The resource table is needed by the Linux kernel OS
for a rpmsg generic support, but is also recognised by OpenAMP.
This table allows to add trace based on the RAM console
and to support rpmsg protocol.

Signed-off-by: Arnaud Pouliquen <[email protected]>
@carlescufi
Copy link
Member

@galak can you take a look?

@@ -0,0 +1,59 @@
/*
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I feel like these files would be better to live in the Zephyr code base and not here. So maybe adding them in lib/open-amp/

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the suggestion. I was not convince either that this was the best place for these files....
So I'll move them, and close this pull request

Copy link
Contributor

@galak galak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggest we move resource_table.c and resource_table.h into Zephyr proper.

@arnopo
Copy link
Collaborator Author

arnopo commented Sep 20, 2019

Suggest we move resource_table.c and resource_table.h into Zephyr proper.

@galak
done in zephyrproject-rtos/zephyr#16985.

@arnopo arnopo closed this Mar 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants