pw_spi_mcuxpresso: Support SDK 25.09.00 MCUXpresso SDK 25.09.00 changes the return value of both SPI_MasterTransferGetCountDMA() and SPI_SlaveTransferGetCountDMA() from the number of bytes transferred so far to the number of bytes remaining. This also makes it consistent with the equivalent functions on more recent MCU such as the RT798 LPSPI_*TransferGetCountEDMA(), so seems like a deliberate SDK update included in a bug fix. Bug: 449001277 Change-Id: I134bdc0b8bc02c989fd12d82dfcb2c7ee6a480d3 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/330278 Tests-Not-Needed: Scott James Remnant <keybuk@google.com> Reviewed-by: Jonathon Reinhart <jrreinhart@google.com> Commit-Queue: Scott James Remnant <keybuk@google.com> Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com> Pigweed-Auto-Submit: Scott James Remnant <keybuk@google.com> Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> Docs-Not-Needed: Scott James Remnant <keybuk@google.com>
Pigweed is an open source collection of embedded-targeted libraries–or as we like to call them, modules. These modules are building blocks and infrastructure that enable faster and more reliable development on small-footprint MMU-less 32-bit microcontrollers like the STMicroelectronics STM32L452 or the Nordic nRF52832.
For more information please see our website: https://pigweed.dev/.