#hal #stm32-hal #stm32 #cortex-m #arm

no-std alt-stm32f30x-hal

Alternative HAL impl for the STM32F30x family of microcontrollers

54 releases (28 breaking)

0.44.0 Oct 20, 2022
0.42.0 May 16, 2022
0.41.0 Mar 5, 2021
0.24.0 Jul 7, 2020
0.4.0 Jul 31, 2018

#523 in Embedded development

MIT/Apache

130KB
3K SLoC

alt-stm32f30x-hal

Alternative HAL implementation for the STM32F30x family of microcontrollers

Build Status

Usage

Library is available via crates.io .

Documentation

Available via docs.rs.

Number of examples are available in proving-ground.

License

Forked from stm32f30x-hal.

Licensed under either of

at your option.


lib.rs:

HAL for the STM32F30x family of microcontrollers

This is an implementation of the embedded-hal traits for the STM32F30x family of microcontrollers.

Requirements

This crate requires arm-none-eabi-gcc to be installed and available in $PATH to build.

Usage

To build applications (binary crates) using this crate follow the cortex-m-quickstart instructions and add this crate as a dependency in step number 5 and make sure you enable the "rt" Cargo feature of this crate.

Examples

Examples of using these abstractions can be found in proving-ground repo.

Dependencies

~22MB
~662K SLoC