Skip to content

Change semaphore name from xFATSemaphore to sdCardSemaphore #136

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 2 commits into from
May 19, 2022
Merged

Change semaphore name from xFATSemaphore to sdCardSemaphore #136

merged 2 commits into from
May 19, 2022

Conversation

LeeLeahy2
Copy link
Contributor

The semaphore is protecting access to the SPI controller used to access
the SD card. Any operations to the SD card need to be protected by this
semaphore.

LeeLeahy2 added 2 commits May 18, 2022 17:52
The semaphore is protecting access to the SPI controller used to access
the SD card.  Any operations to the SD card need to be protected by this
semaphore.
@nseidle
Copy link
Member

nseidle commented May 19, 2022

Very good. Thanks. I'm a little concerned that you've moved the debug statements to full prints (all users will see them) but they are important and rare enough I suspect it will be a fair tradeoff.

@nseidle nseidle merged commit eded1ed into sparkfun:release_candidate May 19, 2022
@LeeLeahy2 LeeLeahy2 deleted the semaphore branch June 3, 2022 17:22
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