1 unstable release
| 0.1.0 | Dec 16, 2018 |
|---|---|
| 0.0.1 |
|
#14 in #stm32-hal
Used in stm32hal
72KB
1.5K
SLoC
This crate provides tools to help building stm32 micro-controller hardware abstraction layer.
stm32builder - A tool to build stm32 HAL
This project provides a rust tool to help writing HAL (hardware abstraction layer) for all STM32 microcontrollers.
What is it providing?
A library to decode the stm32 identification number, and to generate a device object containing relevant device informations.
A support to express the pins available on gpio peripherals.
A command line tool (mostly useful to development) that allow to:
decodea device identification number,showthe device informations found on a device file that match a device identification number,printlikeshowbut output yaml serialized rust object.
Dependencies
~1.8–3.5MB
~70K SLoC