The user documentation is available in the doc folder.
The generated HTML pages can be viewed here.
The board hardware files are in the Copilot_Lite/Hardware folder.
The FTDI chip is configured and serialized by the Serialization software located in the Copilot_Lite/Software folder.
Using python3, do:
$ pip3 install -U sphinx sphinx-rtd-theme sphinx-promptThen rebuild with:
$ cd doc
$ make htmlThe build output is located in doc/build/html/. Open it with:
$ xdg-open doc/build/html/index.htmlTo find a reference to another section, use:
$ python -m sphinx.ext.intersphinx doc/build/html/objects.inv