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.

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.