-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
applications: nrf5340_audio: Expand SD card module #11642
applications: nrf5340_audio: Expand SD card module #11642
Conversation
Thank you for your contribution! Note: This comment is automatically posted and updated by the Contribs GitHub Action. |
ba2d31f
to
33ee830
Compare
33ee830
to
425dcb2
Compare
b18023f
to
3efea5f
Compare
3efea5f
to
9aff801
Compare
9aff801
to
d5b8952
Compare
de1959e
to
2f08f0f
Compare
2f08f0f
to
dacc58c
Compare
Change the static variable to a semaphore. |
dacc58c
to
5901144
Compare
We are almost there. The semaphore cannot wait forever as this may cause the system to hang with no error message.
|
5901144
to
48d889b
Compare
48d889b
to
be1e1c1
Compare
be1e1c1
to
f33ef7c
Compare
f33ef7c
to
04117b2
Compare
04117b2
to
16e9da4
Compare
To avoid unnecessary opening and closing of files Signed-off-by: Marius Vårdal <marius.vardal@nordicsemi.no>
16e9da4
to
5b90d4f
Compare
Replaced by: #12024 |
To avoid unnecessary opening
and closing of files