#hal #arm #cortex-m #hardware-abstraction #stm32f030

no-std stm32f030-hal

Peripheral access API for STM32F030 microcontrollers

4 releases

Uses old Rust 2015

0.7.1 Dec 18, 2018
0.7.0 Dec 11, 2018
0.6.6 Dec 3, 2018
0.6.5 Dec 3, 2018

#31 in #hardware-abstraction

0BSD license

68KB
1.5K SLoC

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.

Dependencies

~14MB
~398K SLoC