Registry / other / embassy-stm32

embassy-stm32

JSON →
library0.6.0rscratesunverified

Embassy Hardware Abstraction Layer (HAL) for ST STM32 series microcontrollers.

# Cargo.toml [dependencies] embassy-stm32 = "0.6.0"
INSTALL
IMPORT
SIG · EMBASSY-STM32
E
embassy-stm32
otherrustv0.6.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.

Peripherals
use embassy_stm32::Peripherals;

Acquires the STM32 peripherals for use.

use embassy_stm32::Peripherals; fn main() { let p = Peripherals::take().unwrap(); println!("Peripherals acquired"); }
Debug
Known issues
gotchaRequires specific STM32 chip feature flag
fix
Enable the appropriate feature for your chip (e.g., stm32f103, stm32l4xx)
affects: >=0.6.0
Upgrade
Version history
0.6.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
4
Meta
1
Amazon
1
Resources
embassy-stm32 — cargo add embassy-stm32 · libregistry