Closed
Description
Crate name: stm32f3-discovery
Build failure link: https://docs.rs/crate/stm32f3-discovery/0.1.2/builds/212158
Additional details:
Crates targeting ARM Cortex-M processors fail to build because docs.rs currently doesn't support the thumbv*
targets.
This can be worked around by setting the default target to x86_64-unknown-linux-gnu
per stm32-rs/stm32f3xx-hal#46.
[package.metadata.docs.rs]
default-target = "x86_64-unknown-linux-gnu"
Possibly related to #343 (comment)