commit | 8c471c9cd0462925ca78c32b1571b05fdb543d07 | [log] [tgz] |
---|---|---|
author | Miguel Osorio <miguelosorio@google.com> | Fri Sep 13 23:28:51 2019 -0700 |
committer | Miguel Osorio <miguelaosoriol@gmail.com> | Sat Sep 14 20:54:09 2019 -0700 |
tree | d8906c173aa0ededa73a9478ae29c5d55bf2ed1c | |
parent | fd7603288452fd3cca86c0c3032fdbc09fbe9322 [diff] |
[sw] Move hello_world programs to example dir `hello_world` and `hello_usbdev` are mainly used for demo purposes, and are better suited to reside in an example folder. Updated all documentation and configuration files to reference correct paths to these programs (some docs were stale).
This repository contains hardware, software and utilities written as part of the OpenTitan project. It is structured as monolithic repository, or “monorepo”, where all components live in one repository.
The project contains comprehensive documentation of all IPs and tools. You can either access it online or build it locally by following the steps below.
$ sudo apt install python3 python3-pip $ pip3 install --user -r python-requirements.txt
$ ./util/build_docs.py --preview
This compiles the documentation into ./opentitan-docs
and starts a local server, which allows you to access the documentation at http://127.0.0.1:5500.
Have a look at CONTRIBUTING.md for guidelines how to contribute code to this repository.
Unless otherwise noted, everything in this repository is covered by the Apache License, Version 2.0 (see LICENSE for full text).