summaryrefslogtreecommitdiffstats
path: root/gpio-util/main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add clang-format to repoPatrick Venture2018-11-011-23/+10
| | | | | | | Add clang-format to repo. Change-Id: I3f8704d80dd0bdde0706ab189c68cffe6d347995 Signed-off-by: Patrick Venture <venture@google.com>
* Fill in gpio-util functionalityMatt Spinler2017-05-301-0/+180
| | | | | | | | | Process the command line arguments to know which GPIO to set and what to set it to. Then create the GPIO object and call the appropriate functions on it. Change-Id: Ib8da78e5ae92e5ae0716901aa71243226668be10 Signed-off-by: Matt Spinler <spinler@us.ibm.com>
* Create phosphor-gpio-util frameworkMatt Spinler2017-05-251-0/+20
This application can write GPIOs. Read support may be added in the future. Aside from just setting a GPIO low or high, it can also do: 0 -> <delay> -> 1 or 1 -> <delay> -> 0. All functionality will be added in future commits Change-Id: I2d3c761eb909ddce3952bfb3173ce271f03544ba Signed-off-by: Matt Spinler <spinler@us.ibm.com>
OpenPOWER on IntegriCloud