stm32f030-hal

Crates.iostm32f030-hal
lib.rsstm32f030-hal
version0.7.1
sourcesrc
created_at2018-12-03 12:37:50.737957
updated_at2018-12-18 21:55:18.025613
descriptionPeripheral access API for STM32F030 microcontrollers
homepage
repositoryhttps://github.com/david-sawatzke/stm32f030-hal
max_upload_size
id99828
size101,378
(david-sawatzke)

documentation

https://docs.rs/stm32f030-hal

README

stm32f030-hal

DEPRECATED

Use stm32f0xx-hal instead.

stm32f030-hal contains a hardware abstraction on top of the peripheral access API for the STMicro stm32f030 series microcontroller. It's heavily based on stm32f042-hal by therealprof.

This crate implements a partial set of the embedded-hal traits.

The following chips are supported, choose via features:

  • stm32f030f4
  • stm32f030k6
  • stm32f030c6
  • stm32f030c8
  • stm32f030r8
  • stm32f030cc
  • stm32f030rc

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

License

0-clause BSD license.

Commit count: 75

cargo fmt