[roll] Roll fuchsia [fdf] Simple DFv2 driver

This example builds on the skeleton driver (fxr/979316)
to showcase common driver patterns:
- Adding logs
- Adding a child node
- Implementing the Stop() and PrepareStop() functions
- Setting up a compat device server for the child node

It also includes a unit test that verifies if the
simple driver successfully added a child node.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/983484
Original-Revision: 2c02df677173e5117738618155b687a7994f7e2e
GitOrigin-RevId: 8b2e307665ea4c7a4897a83e62fedd20ff16ec7d
Change-Id: I12c5252416abc1ffdebc03e60f4dd3a4ab4392d0
1 file changed
tree: 07afff4ba8ebeb2e8164a2e6fd93fb6110dd852b
  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.