-
Notifications
You must be signed in to change notification settings - Fork 171
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
Port xtensa arch #175
Port xtensa arch #175
Conversation
4b2a0b8
to
8b90f06
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.
Hello @xiaoxiang781216
Minor comment and compliance check complain to fix
Then LGTM,
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 address Arnaud's feedback. Otherwise, it looks good to me.
82a50ee
to
70249cf
Compare
make openamp can run on xtensa dsp Signed-off-by: Guiding Li <liguiding1@xiaomi.com>
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.
Looks good to go.
Hello, @xiaoxiang781216 This pr will not build passed for me with zephyr , the error message is missing sys. c and sys.h . and i create new dir in this path |
I use NuttX porting, not Zephyr porting. it look like that sys.[h|c] is a Zephyr specific requirement. Could you create a PR fix this issue? |
@xiaoxiang781216 @lenghonglin I also met this issue. Will try to send a PR to fix it! Update: See https://github.com/OpenAMP/libmetal/pulls |
Awwsome~~ |
-libmetal: add xtensa support
-libmetal: add __sync_synchronize support