[roll] Roll fuchsia [uart] Introduce uart::all::Config::Match

Introduce a static method in charge of returning a matching
configuration object if any. This allows to slowly migrate more of the
logic that uses uart::all::Driver as a payload to be moved/copied
around.

Removes `MaybeCreate` from drivers in favor of `TryMatch` which returns
a configuration object. uart::all::Driver::Match will be eventually be
retired and it just relies on uart::all::Config::Match to determine
which driver to use.

Original-Bug: 409114044
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1247449
Original-Revision: abad19f678af0abaa0b87ef4a1b9f86e5af9459c
GitOrigin-RevId: 18b9a5dadd19baa468a5d86b1986eba4c23cff5b
Change-Id: I4cc6ed574a1907d191c2494357b18db3a3b1c986
1 file changed
tree: 5982553023913cb66a685ded69906122591914a1
  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 in one of the communication channels documented at get involved.

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.