forked from lowRISC/opentitan
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[opentitantool] Support gpio analog-write via proxy
Add a few method needed to propagate calls to `Gpio::analog_write()` and `Gpio::analog_read()` via the proxy protocol. This appears to have been an oversight at the time when the analog functionality was added, which has gone undetected the feature was needed by Google now. Change-Id: I89b66c86a79ce4686fd3259373f7c057cffb4783 Signed-off-by: Jes B. Klinke <jbk@chromium.org>
- Loading branch information
Showing
3 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters