7 releases

0.14.1 Apr 24, 2021
0.14.0 Apr 9, 2021
0.13.1 Dec 23, 2020
0.13.0 Nov 28, 2020
0.12.1 May 13, 2020

#197 in Embedded development

Download history 133/week @ 2024-08-11 87/week @ 2024-08-18 114/week @ 2024-08-25 106/week @ 2024-09-01 111/week @ 2024-09-08 109/week @ 2024-09-15 120/week @ 2024-09-22 59/week @ 2024-09-29 7/week @ 2024-10-06 90/week @ 2024-10-13 72/week @ 2024-10-20 87/week @ 2024-10-27 95/week @ 2024-11-03 26/week @ 2024-11-10 46/week @ 2024-11-17 136/week @ 2024-11-24

306 downloads per month
Used in 59 crates

MIT/Apache

185KB
3.5K SLoC

crates.io maintenance

drone-cortexm

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

Supported Cores

Architecture Core name Rust target cortexm_core config flag
ARMv7-M ARM® Cortex®-M3 r0p0 thumbv7m-none-eabi cortexm3_r0p0
ARMv7-M ARM® Cortex®-M3 r1p0 thumbv7m-none-eabi cortexm3_r1p0
ARMv7-M ARM® Cortex®-M3 r1p1 thumbv7m-none-eabi cortexm3_r1p1
ARMv7-M ARM® Cortex®-M3 r2p0 thumbv7m-none-eabi cortexm3_r2p0
ARMv7-M ARM® Cortex®-M3 r2p1 thumbv7m-none-eabi cortexm3_r2p1
ARMv7E-M ARM® Cortex®-M4 r0p0 thumbv7em-none-eabi cortexm4_r0p0
ARMv7E-M ARM® Cortex®-M4 r0p1 thumbv7em-none-eabi cortexm4_r0p1
ARMv7E-M ARM® Cortex®-M4F r0p0 thumbv7em-none-eabihf cortexm4f_r0p0
ARMv7E-M ARM® Cortex®-M4F r0p1 thumbv7em-none-eabihf cortexm4f_r0p1
ARMv8-M ARM® Cortex®-M33 r0p2 thumbv8m.main-none-eabi cortexm33_r0p2
ARMv8-M ARM® Cortex®-M33 r0p3 thumbv8m.main-none-eabi cortexm33_r0p3
ARMv8-M ARM® Cortex®-M33 r0p4 thumbv8m.main-none-eabi cortexm33_r0p4
ARMv8-M ARM® Cortex®-M33F r0p2 thumbv8m.main-none-eabihf cortexm33f_r0p2
ARMv8-M ARM® Cortex®-M33F r0p3 thumbv8m.main-none-eabihf cortexm33f_r0p3
ARMv8-M ARM® Cortex®-M33F r0p4 thumbv8m.main-none-eabihf cortexm33f_r0p4

Rust target triple and cortexm_core config flag should be set at the application level according to this table.

Documentation

Usage

Add the crate to your Cargo.toml dependencies:

[dependencies]
drone-cortexm = { version = "0.14.1", features = [...] }

Add or extend std feature as follows:

[features]
std = ["drone-cortexm/std"]

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.

Dependencies

~4–6MB
~111K SLoC