2f4975b625
Calls to flash write or erase operations can get preempted in the middle of the API call if a concurrent call (from other fiber or task) to the same API is made. The patch ensures concurrent API calls from other fiber/task is put on hold until the current operation is completed. The mechanism is by default not activated. To enable it, the following flag needs to be defined: CONFIG_SOC_FLASH_QMSI_API_REENTRANCY Jira: ZEP-414 Change-Id: I39429e40cb6ed446123dd1a1d7c7acc1b12417aa Signed-off-by: Kuo-Lang Tseng <kuo-lang.tseng@intel.com> |
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
soc_flash_nrf5.c | ||
soc_flash_qmsi.c | ||
spi_flash_w25qxxdv.c | ||
spi_flash_w25qxxdv.h | ||
spi_flash_w25qxxdv_defs.h |