Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 691 Bytes

File metadata and controls

21 lines (15 loc) · 691 Bytes

This repository contains the document "Design for Testability". This documentation is intended to collect facts and hints on how to develop Embedded Hardware in a way that Embedded Software development is made easy.

How to build

The documentation is based on the sphinx documentation framework. To install the needed requirements do: pip3 install -r requirements.txt. To build the documentation as HTML simply do make html. The output is placed in the build/ directory.

How to contribute

Please note the LICENSE.

Afterwards feel free to improve this documentation with a Pull request. If you think anything is wrong just open an Issue.