Skip to content

volpx/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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 83.1%
  • Jinja 13.4%
  • Python 3.5%