mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 04:15:19 +00:00
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> |
||
---|---|---|
.. | ||
adc | ||
aio | ||
bluetooth | ||
clock_control | ||
console | ||
counter | ||
dma | ||
ethernet | ||
flash | ||
gpio | ||
grove | ||
i2c | ||
ieee802154 | ||
interrupt_controller | ||
ipm | ||
pci | ||
pinmux | ||
pwm | ||
random | ||
rtc | ||
sensor | ||
serial | ||
shared_irq | ||
spi | ||
timer | ||
usb | ||
watchdog | ||
Kconfig | ||
Makefile |