[roll] Roll fuchsia [fusb302][vim3] Add class responsible for handling FUSB302 signals.

Conceptually, signals are indicators that specific events have occurred.
All FUSB302 signals are delivered as interrupts.

This CL introduces a class that manages signal delivery (which comes
down to mask and interrupt registers), with a well-defined API and
tests. Upcoming CLs will replace fusb302.cc code that accesses signals
with uses of this class.

Original-Bug: 122113
Test: fx test fusb302-test (no functional changes)
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/822548
Original-Revision: cf92c160d05e5ff140e0cb7c4096e057353fa681
GitOrigin-RevId: 1023c7dacb0d37cb7676fd04ed57c891a7e9bbc7
Change-Id: I0faf235c6c8cba5d1d45f2109044c8bb349e2216
1 file changed
tree: b26e9378fc54fd4aa41bf35f5742810ecf91fc64
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.