commit | 968c1502fe2ab5467f9e51de0554bdf9810be1d9 | [log] [tgz] |
---|---|---|
author | Miguel Osorio <miguelosorio@google.com> | Fri Sep 13 22:51:38 2019 -0700 |
committer | Miguel Osorio <miguelaosoriol@gmail.com> | Tue Sep 17 15:54:46 2019 -0700 |
tree | 0671589b6de074265c5d3d3c5f9e11c2fd66cbaa | |
parent | b395d796d8ee80b4f7181de912256fa0046788e1 [diff] |
[sw/lib] Merge flash_ctrl from boot_rom into lib This is the first commit in a series of changes to move the boot_rom device interface function modules into the lib folder. * Updated sw/lib/flash_ctrl.c to follow API naming conventions from boot_rom. * Added Doxygen doc strings. * Updated enums to use DEFINE_FORMAT. * Renamed sw/tests/hello_flash/hello_flash.c as sw/tests/flash_ctrl/flash_test.c. * Updated flash_test.c to use new flash_ctrl API.
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).