Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
120: Document implicit assumption in non-blocking spi trait r=therealprof a=david-sawatzke It should only be able to read the data returned by the last write call. Otherwise the overflow handling isn't really possible when doing only write calls (at least on stm32f0). @therealprof and me came to this conclusion after chatting on irc that this is the intended usage of this api. Co-authored-by: David Sawatzke <david-sawatzke@users.noreply.github.com> Co-authored-by: David Sawatzke <d-git@sawatzke.dev> Co-authored-by: david-sawatzke <david-sawatzke@users.noreply.github.com>
- Loading branch information