-
Notifications
You must be signed in to change notification settings - Fork 3
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
You are welcome to use this, if it helps #1
Comments
Oops, I missed that one! I also want to reuse the official SVD, but also patch it to rename all the peripherals and derive some of them. I will probably continue in this repo since it already contains working CI and correct license. |
Added a patch and pushed the updated version to master. This SVD is still missing a few peripherals like PRCI, Ethernet and so on. I'm going to add these with svd patches. |
Sounds great! Lmk if I can help somehow. Happy to collab.
Then I will plan to switch over to your crate then. (As I am not a member of the Note SiFive's |
I fixed If you want to document/fix other peripherals, you may want to learn more about SVD patch format: https://github.com/stm32-rs/svdtools#device-and-peripheral-yaml-format. |
When I pulled your lateat |
You're using svd2rust v0.16.1, it's a bit outdated. |
Whoops, thank you--And here I thought I had checked everything :) |
Confirmed, on |
I noticed this crate is empty.
FYI, I did some work to put an
fu740-pac
together in the spirit of thefu540-pac
https://github.com/U007D/fu740-pac. It is built from SiFive's fu740.svd
included in their freedom sdk.You are welcome to use it however you'd like if it helps putting together an official riscv-rust PAC.
The text was updated successfully, but these errors were encountered: