Skip to content

Bugfix: Put every SPI access between begin / end Transaction #509

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

Merged
merged 1 commit into from
Jul 31, 2017

Conversation

APokorny
Copy link
Contributor

The two functions sdcard_mount and ff_sd_ioctl had missed the begin/endTransaction calls.
The change intrdocues a local RAII helper to simplify maintaining begin/end scopes

Signed-off-by: Andreas Pokorny andreas.pokorny@siemens.com

The change intrdocues a local RAII helper to simplify maintaining begin/end scopes

Signed-off-by: Andreas Pokorny <andreas.pokorny@siemens.com>
@APokorny
Copy link
Contributor Author

Any thoughts?

@me-no-dev
Copy link
Member

Nice! Really clever approach :)

@me-no-dev me-no-dev merged commit b3fdfda into espressif:master Jul 31, 2017
Raienryu97 pushed a commit to Raienryu97/arduino-esp32 that referenced this pull request Aug 2, 2017
…if#509)

The change intrdocues a local RAII helper to simplify maintaining begin/end scopes

Signed-off-by: Andreas Pokorny <andreas.pokorny@siemens.com>
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

Successfully merging this pull request may close these issues.

2 participants