-
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
zephyr: Enable support for RISCV #194
Conversation
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.
minor clean-up else LGTM
Make libmetal usable also for RISCV targets. Signed-off-by: Carlo Caione <ccaione@baylibre.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.
Can we add at least a build test to the CI? |
That's a good point! at least we could add build test with RISC compiler in CI. |
Only one line. For RISCV64:
for RISCV32:
|
Thanks! |
Make libmetal usable also for RISCV targets.
Signed-off-by: Carlo Caione ccaione@baylibre.com