#arm #cortex #rtos #bare-metal #firmware

nightly no-std drone-cortex-m

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

9 releases (5 breaking)

0.11.1 Nov 27, 2019
0.11.0 Nov 6, 2019
0.10.1 Sep 27, 2019
0.9.0 Sep 3, 2019
0.5.1 Oct 7, 2017

#943 in Embedded development

Download history 2/week @ 2022-11-27 7/week @ 2022-12-04 16/week @ 2022-12-11 5/week @ 2022-12-18 4/week @ 2022-12-25 3/week @ 2023-01-01 4/week @ 2023-01-08 2/week @ 2023-01-15 16/week @ 2023-01-22 16/week @ 2023-01-29 47/week @ 2023-02-05 44/week @ 2023-02-12 173/week @ 2023-02-19 1/week @ 2023-02-26 6/week @ 2023-03-05 2/week @ 2023-03-12

183 downloads per month
Used in drone-sx1276-cortex-m

MIT/Apache

165KB
3.5K SLoC

crates.io maintenance

drone-cortex-m

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

Supported Cores

Architecture Core name Rust target cortex_m_core config flag
ARMv7-M ARM® Cortex®-M3 r0p0 thumbv7m-none-eabi cortex_m3_r0p0
ARMv7-M ARM® Cortex®-M3 r1p0 thumbv7m-none-eabi cortex_m3_r1p0
ARMv7-M ARM® Cortex®-M3 r1p1 thumbv7m-none-eabi cortex_m3_r1p1
ARMv7-M ARM® Cortex®-M3 r2p0 thumbv7m-none-eabi cortex_m3_r2p0
ARMv7-M ARM® Cortex®-M3 r2p1 thumbv7m-none-eabi cortex_m3_r2p1
ARMv7E-M ARM® Cortex®-M4 r0p0 thumbv7em-none-eabi cortex_m4_r0p0
ARMv7E-M ARM® Cortex®-M4 r0p1 thumbv7em-none-eabi cortex_m4_r0p1
ARMv7E-M ARM® Cortex®-M4F r0p0 thumbv7em-none-eabihf cortex_m4f_r0p0
ARMv7E-M ARM® Cortex®-M4F r0p1 thumbv7em-none-eabihf cortex_m4f_r0p1

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

Documentation

Usage

Place the following to the Cargo.toml:

[dependencies]
drone-cortex-m = { version = "0.11.0", 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.

Dependencies

~3–4.5MB
~99K SLoC