Registry / other / drone-stm32-map-pieces

drone-stm32-map-pieces

JSON →
library0.14.0rscratesunverified

Provides STM32 peripheral memory mappings for the Drone embedded operating system.

# Cargo.toml [dependencies] drone-stm32-map-pieces = "0.14.0"
INSTALL
IMPORT
SIG · DRONE-STM32-MAP-PI
D
drone-stm32-map-pieces
otherrustv0.14.0
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.

gpio
✓ use drone_stm32_map_pieces::stm32::gpio;

Shows how to access STM32 GPIO peripheral mappings.

use drone_stm32_map_pieces::stm32::gpio; fn main() { // Access GPIO registers let _ = gpio::GPIOA; }
Debug
Known issues
gotchaRequires specific target architecture (ARM Cortex-M).
fix
Ensure you are compiling for an STM32 target (e.g., thumbv7em-none-eabihf).
affects: >=0.14.0
Upgrade
Version history
0.14.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Amazon
1
Resources
drone-stm32-map-pieces — cargo add drone-stm32-map-pieces · libregistry