[roll] Roll third_party/pigweed 33dc0e2..570874b (10 commits)

570874b:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/129577 docs: Remove accidental blockquotes
baa2f3e:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/129351 pw_tokenizer: Add C99 printf compatibility notes
7201bc8:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/129572 pw_stream: CountingNullStream class that tracks bytes written
e3dd0e3:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/129143 pw_protobuf_compiler: Add a proto_path option to generate_protos.py
e6120e7:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/129576 presubmit: Call file.seek(0) before reading file
3075319:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/129570 pw_presubmit: Add TODO failure summaries
4d22858:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/129375 pw_presubmit: Add failure summaries to "in build"
dc80767:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/129270 pw_bluetooth: Add Periodic Advertising Sync defs
e05fefd:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/129451 pw_tokenizer: Use datetime.isoformat
6dd8df3:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/128734 pw_protobuf: Generate functions to check if messages are comparable
GitOrigin-RevId: 82bf1d469ae5b23476a866d96114227bf38e3e6f
Change-Id: Ia6e91cd1e01e6f4c7c5c5beaaef683ca3aff68a8
1 file changed
tree: 6207b6831d46faa43854d6512ab6fac4db384ab8
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.