A Hardware abstraction layer for the stm32l432xx series chips written in rust.
- Rust 99.6%
- Python 0.2%
- RPC 0.2%
| .cargo | ||
| .github/workflows | ||
| .vscode | ||
| docs | ||
| examples | ||
| src | ||
| tools | ||
| .gitignore | ||
| Cargo.toml | ||
| CHANGELOG.md | ||
| dotgdbinit | ||
| memory.x | ||
| README.md | ||
stm32l4xx-hal
formerly MabezDev/stm32l4xx-hal
HAL for the STM32L4xx family of microcontrollers
- Note: this HAL is a work in progress, contributions are appreciated :). If you have a L4 device that is currently unsupported see #29
Documentation
Changelog
About
- Minimum rustc version 1.51
License
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.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.