1 unstable release
0.1.0 | Dec 16, 2018 |
---|---|
0.0.1 |
|
#14 in #stm32-hal
Used in stm32hal
72KB
1.5K
SLoC
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:
decode
a device identification number,show
the device informations found on a device file that match a device identification number,print
likeshow
but output yaml serialized rust object.
lib.rs
:
This crate provides tools to help building stm32 micro-controller hardware abstraction layer.
Dependencies
~1.8–3.5MB
~70K SLoC