Registry / other / drone-cortex-m

drone-cortex-m

JSON →
library0.11.1rscratesunverified

ARM Cortex-M platform crate for Drone, an embedded operating system for microcontrollers.

# Cargo.toml [dependencies] drone-cortex-m = "0.11.1"
INSTALL
IMPORT
SIG · DRONE-CORTEX-M
D
drone-cortex-m
otherrustv0.11.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

thr
use drone_cortex_m::prelude::*;

Import Drone Cortex-M prelude for embedded development.

use drone_cortex_m::prelude::*; fn main() { // Initialize Drone OS on Cortex-M println!("Drone Cortex-M initialized"); }
Debug
Known issues
gotchaRequires nightly Rust and specific target triple (e.g., thumbv7em-none-eabihf).
fix
Use `rustup target add thumbv7em-none-eabihf` and set `#![no_std]`.
affects: >=0.11.0
Upgrade
Version history
0.11.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
drone-cortex-m — cargo add drone-cortex-m · libregistry