Skip to content

squadracorsepolito/stmlibs

Repository files navigation

stmlibs

A set of basic embedded libraries widely used in most of the projects. Just include this repository as a submodule and, if you are not a Squadra Corse member, offer us some beer!

fsm

fsmgen

Command line utility to generate strongly typed configuration files and stub methods starting from a DOT file.

You can install the tool using:

pip install fsm/fsmgen

Then create a dot file (example) and generated code for the state machine named "test" using:

fsmgen test example.dot

Two files, test.c and test.h, will be generated in you current working directory. They both depend on the base implementation of fsm in this library.

About

STM32 embedded libraries with STM-HAL as a dependency

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published