external_zblue/subsys/disk
Alexi Demers 69e48a5444 disk: disk_access: changed mutex for a spinlock
disk_access functions were called from an interupt context, thus
crashing on mutexes (no sleep is allowed in interrupt context).
The usage of a spinlock is permitted. The functions guarded by
the spinlock are executed very quickly anyway, so the spinlock
is applicable.

Signed-off-by: Alexi Demers <alexi.demers@axceta.com>
2026-04-20 17:38:27 +08:00
..
CMakeLists.txt disk: move disk and sdmmc controller drivers to drivers/disk 2026-04-20 15:17:50 +08:00
Kconfig disk: move disk and sdmmc controller drivers to drivers/disk 2026-04-20 15:17:50 +08:00
disk_access.c disk: disk_access: changed mutex for a spinlock 2026-04-20 17:38:27 +08:00