-
Notifications
You must be signed in to change notification settings - Fork 3
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
Firmware: Add a mutex to protect access of the SPI bus. #346
Labels
cy15b102qn
CY15B102QN
drivers
Drivers
firmware
Firmware development
mt25ql01gbbb
MT25QL01GBBB NOR flash memory
spacelab_ttc2
SpaceLab TTC 2.0
spi
SPI
Comments
c-porto
added a commit
that referenced
this issue
May 15, 2024
c-porto
added a commit
that referenced
this issue
May 15, 2024
c-porto
added a commit
that referenced
this issue
May 15, 2024
c-porto
added a commit
that referenced
this issue
May 15, 2024
c-porto
added a commit
that referenced
this issue
May 15, 2024
c-porto
added a commit
that referenced
this issue
May 15, 2024
c-porto
added a commit
that referenced
this issue
May 24, 2024
c-porto
added a commit
that referenced
this issue
May 24, 2024
c-porto
added a commit
that referenced
this issue
May 24, 2024
c-porto
added a commit
that referenced
this issue
May 24, 2024
c-porto
added a commit
that referenced
this issue
May 27, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
cy15b102qn
CY15B102QN
drivers
Drivers
firmware
Firmware development
mt25ql01gbbb
MT25QL01GBBB NOR flash memory
spacelab_ttc2
SpaceLab TTC 2.0
spi
SPI
Since there is multiple devices on the SPI bus, which are being accessed from different tasks, a mutex must be added to prevent concurrency issues.
The text was updated successfully, but these errors were encountered: