-
Notifications
You must be signed in to change notification settings - Fork 151
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
update CI to run clippy and docs #907
base: master
Are you sure you want to change the base?
Conversation
4e25011
to
d82558b
Compare
CI failures to start https://github.com/rust-embedded/svd2rust/actions/runs/13202550534 |
At least one |
NRF ci fails with name collision. You should change one of suffixes https://docs.rs/svd2rust/latest/svd2rust/#the---ident-format-and---ident-formats-theme-flags |
quotes |
squash after error fixing, please. |
Yes. One CPU fails in clippy due to some formatting issues with doc comments. That disappears when I run |
f695e53
to
57d96d2
Compare
SiliconLabs-SIM3L1x8_SVD fails. By the way why CI does not show SVD-file URL? |
Looks like issue with escaping newlines in some cases: #[doc = "If apb_pbyte_en\\[3:0\\]
= 1, a single byte is written/read to/from the TX/RX fifos.nElse, If apb_pbyte_en\\[3:0\\]
= 2, two bytes are written/read to/from the TX/RX fifos.nElse, If apb_pbyte_en\\[3:0\\]
= 3, three bytes are written/read to/from the TX/RX fifos.nElse, four bytes are written/read to/from the TX/RX fifos."] |
SiliconLabs-SIM3L1x8_SVD fails.
See #914 |
No description provided.