[roll] Roll fuchsia [gpio][util] Add interrupt functionality

Add the ability to wait on a GPIO interrupt to gpioutil. The interrupt
command accepts a single argument specifying the interrupt mode, waits
for the interrupt to trigger once, then exits.

Test: gpioutil-test
Test: Ran gpioutil interrupt on vim3, then used gpioutil in a different
      shell to change the pin state and trigger the interrupt
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1067295
Original-Revision: 04cb0a97932d5c856a92c71671ab0ecc5f7a7a52
GitOrigin-RevId: cd358ecb5089e8cc427ace319ce36c79bac619f0
Change-Id: Ib27b4ed503565388369fc8a37754fb058501b101
1 file changed
tree: 2254ef3b79778d34165541860242da4deedb6a6d
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.