8 releases
Uses old Rust 2015
0.1.0 | May 19, 2018 |
---|---|
0.0.7 | Apr 1, 2018 |
0.0.6 | Mar 31, 2018 |
#10 in #stm32-hal
76KB
2K
SLoC
stm32l4x6-hal
HAL for STM32L4x6 family of microcontrollers.
Documentation
There is separate set of docs that include board specific modules
lib.rs
:
HAL for the STM32L4x6 family of microcontrollers
This is an implementation of the embedded-hal
traits for the STM32L4x6 family of
microcontrollers.
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.
Dependencies
~12MB
~425K SLoC