stm32f030-hal 0.6.5

Peripheral access API for STM32F030 microcontrollers
Documentation

stm32f030-hal

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, basically just modifying the pin definitions. (If there's a proper way to segregate it, this could basically be a smaller pull request).

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

It currently only includes pin definitions for the stm32f030f4.

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

License

0-clause BSD license.