Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: NRF SPI: Add possibility to use async_inner_from_ram with trait functions #3619

Open
Murmele opened this issue Dec 6, 2024 · 0 comments

Comments

@Murmele
Copy link
Contributor

Murmele commented Dec 6, 2024

Currently when calling the embedded_hal_async::spi::SpiBus trait function of the embassy-nrf spim bus, the functions are used which copy the data if the buffer is not in the ram. It would be nice if there is a possibility, for example with a feature, to use the _from_ram functions and failing if it is not in the ram.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant