[version roller] Update dependencies

SDK version updated from 10.20221130.0.1 to 11.20230109.3.1

This also fixes the following breaking changes from in-tree:
- Uses fdf instead of driver as the driver framework namespace
- Drivers take in an fdf::UnownedSynchronizedDispatcher instead of a
  fdf::SynchronizedDispatcher
- Drivers use fuchsia_device_fs::Exporter::Export2 to export to devfs
- Drivers are now placed into 'driver/" in a package, the CML files are
  updated to reflect this.

Change-Id: Ie4b89935704eaf6802bf1a7424675fbf1ee2bade
Reviewed-on: https://fuchsia-review.googlesource.com/c/sdk-samples/drivers/+/786965
Commit-Queue: Bill Stevenson <billstevenson@google.com>
Reviewed-by: Wayne Piekarski <waynepie@google.com>
Reviewed-by: Renato Mangini Dias <mangini@google.com>
Reviewed-by: Dave Smith <smithdave@google.com>
49 files changed
tree: b4d969180c17551ab1d43addc8b4c8b82146f55f
  1. scripts/
  2. src/
  3. third_party/
  4. tools/
  5. .bazelrc
  6. .clang-format
  7. .gitignore
  8. .gitmodules
  9. AUTHORS
  10. CONTRIBUTING.md
  11. driver-samples.code-workspace
  12. LICENSE
  13. OWNERS
  14. PATENTS
  15. README.md
  16. WORKSPACE.bazel
README.md

Fuchsia samples using the Fuchsia SDK

This repository contains instructions and source code to build, package and run Fuchsia samples using only the Fuchsia SDK.

Please refer to https://fuchsia.dev/fuchsia-src/get-started/sdk/get-started-with-driver for the most up to date guidance on how to bootstrap this repository.