replaced DMA API routines by fresh download with originals

moved more interrupt handlers to generalized handler
cleaned up lowlevel interrupt handling
fixed wrong assignment of interrupt masks
reformatted
This commit is contained in:
Markus Fröschle
2015-01-11 10:27:36 +00:00
parent df28a267da
commit d860191121
14 changed files with 842 additions and 873 deletions

View File

@@ -593,9 +593,9 @@ bool dma_interrupt_handler(void *arg1, void *arg2)
}
}
set_ipl(ipl);
//set_ipl(ipl);
return 1; /* handled */
return true; /* handled */
}
/********************************************************************/