[roll] Roll fuchsia [roll] Roll third_party/pigweed pw_i2c_mcuxpresso: Add DMA I2C initiator

Create an initiator that wraps the provided NXP DMA I2C functionality.

Most of the code is the same or similar to the base I2C MCUXpresso
initiator (which was used as a base). The main differences are the DMA
function calls and state handling, as well as the DMA channel setup.

Note: I did not add a test because I noticed that it was not being run
in the presubmit or on google3. I manually tested that the code compiles
and runs on my device with an RT595.

Test: on-device RT595
Original-Bug: 479926098
Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/374232
Original-Revision: 3e92d01b262910830f841815a0a9c2711c0b2110

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1505517
Original-Revision: 26e68e7948a6cc4a1c4a0c8eb19b7e4a2dc27153
GitOrigin-RevId: 3a6870f8a1f3ea99bfb899c89e8e937bade6075c
Change-Id: Ice98a78c3749d39df19189cad48528d00892ff21
1 file changed
tree: e182363786d8c0cdb2470f1e17fa46cf0363f486
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
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 in one of the communication channels documented at get involved.

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.