drivers: flash: esp32xx: use K_NO_WAIT when in ISR
Avoid timeout when taking semaphores in ISR.
This enables flash operations inside interrupted context
such as exceptions, allowing operations like saving core
dump to flash for instance.
Signed-off-by:
Lucas Tamborrino <lucas.tamborrino@espressif.com>
Loading
Please sign in to comment