mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-21 14:51:32 +08:00
This switches the XQspiPsu NOR driver layer to use the RTEMS event system so that waits for interrupt-based data transfers can time out instead of waiting indefinitely. It is sometimes possible for either the controller or the NOR chip to fail to issue a transfer completion event and recovery is preferable to a hang.