MANIFEST.in
README.rst
setup.cfg
setup.py
riotgen/__init__.py
riotgen/application.py
riotgen/board.py
riotgen/common.py
riotgen/driver.py
riotgen/example.py
riotgen/main.py
riotgen/module.py
riotgen/pkg.py
riotgen/test.py
riotgen/utils.py
riotgen.egg-info/PKG-INFO
riotgen.egg-info/SOURCES.txt
riotgen.egg-info/dependency_links.txt
riotgen.egg-info/entry_points.txt
riotgen.egg-info/requires.txt
riotgen.egg-info/top_level.txt
riotgen/data/licenses/Apache2.txt
riotgen/data/licenses/BSD.txt
riotgen/data/licenses/LGPL21.txt
riotgen/data/licenses/MIT.txt
riotgen/templates/application/Makefile.j2
riotgen/templates/application/README.md.j2
riotgen/templates/application/main.c.j2
riotgen/templates/board/Makefile.dep.j2
riotgen/templates/board/Makefile.features.j2
riotgen/templates/board/Makefile.include.j2
riotgen/templates/board/Makefile.j2
riotgen/templates/board/board.c.j2
riotgen/templates/board/board.h.j2
riotgen/templates/board/doc.txt.j2
riotgen/templates/board/periph_conf.h.j2
riotgen/templates/common/header.j2
riotgen/templates/driver/Makefile.j2
riotgen/templates/driver/driver.c.j2
riotgen/templates/driver/driver.h.j2
riotgen/templates/driver/driver_constants.h.j2
riotgen/templates/driver/driver_params.h.j2
riotgen/templates/example/Makefile.j2
riotgen/templates/example/README.md.j2
riotgen/templates/example/main.c.j2
riotgen/templates/module/Makefile.j2
riotgen/templates/module/module.c.j2
riotgen/templates/module/module.h.j2
riotgen/templates/pkg/Makefile.dep.j2
riotgen/templates/pkg/Makefile.include.j2
riotgen/templates/pkg/Makefile.j2
riotgen/templates/pkg/doc.txt.j2
riotgen/templates/pkg/pkg.mk.j2
riotgen/templates/test/01-run.py.j2
riotgen/templates/test/Makefile.j2
riotgen/templates/test/README.md.j2
riotgen/templates/test/main.c.j2