[roll] Roll fuchsia [pigweed][pw_log] Multi-purpose pw_log backend

This removes the DFv1 pw_log backend in favor of a general Fuchsia one
that has its own domain specific implementations. Backend backends if
you will. These are resolved at link time rather than build time,
allowing us to have the same pw_log backend used for drivers and regular
userspace.

This cleans up the nasty fake driver hacks required by bt-hci-tool and
bt-intel-tool.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/856798
Original-Revision: 594dc53977e5daeb05677babdca516ff09187a5d
GitOrigin-RevId: da6c21675a901d893500ea985597f0d569134bd4
Change-Id: I02ae6b0369a6f103c595e8b1306e43ee1d651cf1
1 file changed
tree: f8a0ebe503ae98010056afdbfa844ca236b46b8c
  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.