commit | 8288b0163a4d7b7bcf904da84c6d18976ad1ffa0 | [log] [tgz] |
---|---|---|
author | Jes B. Klinke <jbk@chromium.org> | Mon Nov 08 13:46:08 2021 -0800 |
committer | cfrantz <frantzcj+github@gmail.com> | Wed Jan 05 23:16:23 2022 +0000 |
tree | 78ace1f164f5c5fd9595d108b2f5f320935136ea | |
parent | 88ecc5cf4a7aaf4f61c799a9bc15daf0b677116c [diff] |
[opentitantool] Support configuration of GPIO pin modes Replace GPIO direction enum (in/out) with a mode enum (input/push pull/open drain). Also, introduce functionality in TransportWrapper to iterate over pin declarations and apply mode and default output level on a set of pins. This is intended to be used both on a broad set of pins, as well as multiple named combinations on a smaller set of pins strappings. Signed-off-by: Jes B. Klinke <jbk@chromium.org> Change-Id: Ia6b9f392be2c34451bcdfadf82b8864797d5553b
OpenTitan is an open source silicon Root of Trust (RoT) project. OpenTitan will make the silicon RoT design and implementation more transparent, trustworthy, and secure for enterprises, platform providers, and chip manufacturers. OpenTitan is administered by lowRISC CIC as a collaborative project to produce high quality, open IP for instantiation as a full-featured product. See the OpenTitan site and OpenTitan docs for more information about the project.
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. It exists to enable collaboration across partners participating in the OpenTitan project.
The project contains comprehensive documentation of all IPs and tools. You can access it online at docs.opentitan.org.
Have a look at CONTRIBUTING and our documentation on project organization and processes for guidelines on 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).