[roll] Roll fuchsia [fidl][i2cimpl] Return read data as a vector

When I ported the banjo protocol, I failed to notice that the driver
was directly writing to the user-supplied buffer. Because FIDL ignores
@mutable and @buffer, we need a mechanism to actually return the/any
i2c read results.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/937772
Original-Revision: b188c8a83b3a662b32375e45835aafbd97a80c85
GitOrigin-RevId: 6122215ec97c66a76a0577af43905c7f466e3c6b
Change-Id: I6451732b880db9e15073926fbc66739a88c3bfbf
1 file changed
tree: e0eb4d634e237184638c14c71cf847bb1cd098f8
  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.