You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Handke SPISlave with no output data ever written (#3069)
Fixes#3068. The SPISlave TX-FIFO IRQ would infinitely try to fill the FIFO
as soon as IRQs were enabled, but in the case when the app never sent any
data this would cause an infinite loop in the IRQ handler.
Now abort if we don't have any data, even if there is space in the FIFO.
0 commit comments