Author :
kettenis
Date :
2018-06-18 15:01:22
Hash :5653bc9e Message :Run the code to handle interrupts directly from the interrupt handler
instead of from a task. The sdmmc(4) interrupt handler is already
executed in process context and returning from the interrupt handler
without acknowledging the interrupts may lead to an interrupt storm.
ok patrick@