Skip to content

Add support for more targets #563

Closed
@rubberduck203

Description

@rubberduck203

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-build-failureCategory: This is a crate that failed to build

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions