commit | 69d5099c06199fa06b93553c1041088931c28297 | [log] [tgz] |
---|---|---|
author | Timothy Chen <timothytim@google.com> | Wed Sep 25 14:57:54 2019 -0700 |
committer | tjaychen <timothytim@google.com> | Wed Sep 25 16:31:29 2019 -0700 |
tree | 11caa25397846656d2e1af68bbcff40e44456ea5 | |
parent | c4873f3c92b7ee9146e551f1b574d4040d83acea [diff] |
Fix Makefile for missing crt.o opt.mk was using := and was not picking CRT_SRCS. This caused the flash make to jump directly into the test instead of crt. Since the first function in the test was an endless loop, the test was never able to complete.
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).