[roll] Roll fuchsia [superproject] Roll third_party/pigweed pw_rpc: Generate DynamicClient that dynamically allocates call objects

- Add PW_RPC_MAKE_UNIQUE_PTR and PW_RPC_MAKE_UNIQUE_PTR_INCLUDE configs
  to support creating smart pointers.
- Generate a DynamicClient that is accessible if dynamic allocation is
  enabled.
- Avoid stack-allocating calls when dynamic allocation is enabled.

Fixes: b/296873594
Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/168534
Original-Revision: 92e75196ab4c840b59752a9135d75f9289fc4cf7
GitOrigin-RevId: 237f0299a32199aaf1a2b417b959b8af61da08ac
Roller-URL: https://ci.chromium.org/b/8768100980020445601
CQ-Do-Not-Cancel-Tryjobs: true
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/927377
Original-Revision: b0472ddb0e1c72f5e4751a9e22e5701a2f91e36c
Change-Id: I0dd492828d16f914840923f0b2249f2707707547
1 file changed
tree: c99f1bd9abbbdea60eab58d2954d07c65c752417
  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.