OpenRTX/platform
Vlastimil Slinták c8e31252cb drivers: NVM: add missing spi_acquire in W25Qx write path
W25Qx_writePage released the SPI bus mutex without ever acquiring it,
leaving page programs unguarded on shared buses and unlocking a mutex
possibly held by another thread. The lock was lost in the extended
addressing refactor (404e8403).

Fixes #476

Signed-off-by: Vlastimil Slinták <slintak@uart.cz>
2026-07-05 17:05:48 +02:00
..
drivers drivers: NVM: add missing spi_acquire in W25Qx write path 2026-07-05 17:05:48 +02:00
mcu mcu: stm32: apply clang-format to i2c_stm32 driver 2026-06-11 22:55:42 +02:00
targets MD9600: read hardware info from external flash 2026-04-22 19:01:18 +02:00