stm32l0x1-hal

Crates.iostm32l0x1-hal
lib.rsstm32l0x1-hal
version0.11.0
sourcesrc
created_at2018-06-19 05:56:01.742865
updated_at2022-11-16 04:56:35.803743
descriptionPeripheral access API for STM32L0x1 microcontrollers
homepage
repositoryhttps://github.com/thenewwazoo/stm32l0x1-hal/
max_upload_size
id70755
size141,467
Brandon Matthews (thenewwazoo)

documentation

README

stm32l0x1-hal

stm32l0x1-hal contains a hardware abstraction on top of the peripheral access API for the ST Micro STM32L0x1 series of microcontrollers. Please note that this crate is being used extensively for rapid development, and the API is subject to sometimes-dramatic change. The goal is to release a 1.0 version, at which point the APIs will be treated more carefully and with an eye toward backware-compatibility.

This crate relies on the stm32l0 crate for register and peripheral definitions, and implements a partial (and in-progress) set of the embedded-hal traits.

Links

Reference manual

Datasheets

STM32L011x3 STM32L011x4

License

0-clause BSD license

Commit count: 31

cargo fmt