-
Notifications
You must be signed in to change notification settings - Fork 835
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
docs: broken links to deps #1108
Comments
SubGhzRadioConfig is no longer referenced after the removal of the original stm32wl LoRa driver in embassy-lora as part of PR #1407. |
True! I'm leaving this issue open because it actually affects all links to deps that are not on docs.rs. |
@Dirbaio keep in mind that there's also an issue with crates.io dependencies where the same crate is used with multiple versions: |
inter-crate links are now fixed. i'm still not sure what's up with the embedded-hal versions, it might be a rustdoc bug? |
Thank you! |
I found a few things in the docs and wanted to report them (I could look into fixing them):
embassy-net
does not build with theudp
feature (the only feature not included in the docs)https://docs.embassy.dev/embassy-lora/git/stm32wl/stm32wl/struct.SubGhzRadioConfig.html has fields that point to bad links like:
https://docs.embassy.dev/__DOCSERVER_DEPLINK/embassy-stm32/embassy_stm32/subghz/reg_mode/enum.RegMode.html
which is not a valid link to the docs ofembassy-stm32
crate. This could be becauseembassy-stm32
docs are not built with thesubghz
feature andCargo.toml
says it's a todo:embassy/embassy-stm32/Cargo.toml
Lines 7 to 14 in 5d4f091
The text was updated successfully, but these errors were encountered: