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 |
#551 in Embedded development
233 downloads per month
130KB
3K
SLoC
alt-stm32f30x-hal
Alternative HAL implementation for the STM32F30x family of microcontrollers
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
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
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
~663K SLoC