drone-cortex-m 0.10.1

ARM® Cortex®-M platform crate for Drone, an Embedded Operating System.
docs.rs failed to build drone-cortex-m-0.10.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: drone-cortex-m-0.11.1

crates.io maintenance

drone-cortex-m

ARM® Cortex®-M platform crate for Drone, an Embedded Operating System.

Supported Cores

Architecture Core name Cargo features Rust target
ARMv7-M ARM® Cortex®-M3 r0p0 cortex_m3_r0p0 thumbv7m-none-eabi
ARMv7-M ARM® Cortex®-M3 r1p0 cortex_m3_r1p0 thumbv7m-none-eabi
ARMv7-M ARM® Cortex®-M3 r1p1 cortex_m3_r1p1 thumbv7m-none-eabi
ARMv7-M ARM® Cortex®-M3 r2p0 cortex_m3_r2p0 thumbv7m-none-eabi
ARMv7-M ARM® Cortex®-M3 r2p1 cortex_m3_r2p1 thumbv7m-none-eabi
ARMv7E-M ARM® Cortex®-M4 r0p0 cortex_m4_r0p0 thumbv7em-none-eabi
ARMv7E-M ARM® Cortex®-M4 r0p1 cortex_m4_r0p1 thumbv7em-none-eabi
ARMv7E-M ARM® Cortex®-M4F r0p0 cortex_m4f_r0p0, fpu (optional) thumbv7em-none-eabihf
ARMv7E-M ARM® Cortex®-M4F r0p1 cortex_m4f_r0p1, fpu (optional) thumbv7em-none-eabihf

NOTE Cargo features for drone-cortex-m dependency and target triple for the resulting binary should be selected for a particular core according this table.

Documentation

Usage

Place the following to the Cargo.toml:

[dependencies]
drone-cortex-m = { version = "0.10.1", features = [...] }

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.