Closed FuzzyLitchi closed 1 year ago
Thanks! Seems like we currently have a bug - you can (locally) remove https://github.com/esp-rs/esp-hal/blob/37466fd9c7b065ea63ce2c0785919667c863bcd9/esp-hal-common/src/rom/md5.rs#L61-L62 and the docs should build fine.
We need to fix this
What happens?
When I run
cargo doc --target riscv32imc-unknown-none-elf
on a project withesp32c3-hal = "0.10.0"
as a dependency, it fails with the following error message.I've read the other issues about docs, but they seem unrelated. It would be nice to have documentation locally :)