stm32f042-hal

Crates.iostm32f042-hal
lib.rsstm32f042-hal
version0.6.5
sourcesrc
created_at2018-02-26 23:01:03.837889
updated_at2018-11-26 22:41:38.370623
descriptionPeripheral access API for STM32F042 microcontrollers
homepage
repositoryhttps://github.com/therealprof/stm32f042-hal
max_upload_size
id52967
size84,135
Daniel Egger (therealprof)

documentation

https://docs.rs/stm32f042-hal

README

stm32f042-hal

stm32f042-hal contains a hardware abstraction on top of the peripheral access API for the STMicro stm32f042 series microcontroller.

This crate relies on my stm32f042 crate to provide appropriate register definitions and implements a partial set of the embedded-hal traits.

Since this chip is very easy to use and put into your own boards I've developped quite a few boards with those chipped and often throw one in just for good measure. Hence I don't have any ready-made eval board I can recommend although there is a nucleo-f042k6 board on the market.

Some of the implementation was shamelessly adapted from the stm32f103xx-hal crate by Jorge Aparicio.

License

0-clause BSD license.

Commit count: 59

cargo fmt