aboutsummaryrefslogtreecommitdiffstats
path: root/src/generic/armcm_irq.c
Commit message (Collapse)AuthorAgeFilesLines
* armcm_irq: Move ARM Cortex-M irq handling to new fileKevin O'Connor2017-02-191-0/+58
The irq handling in sam3x8e isn't specific to the sam3x8e proccessor - it's generic for all armcm type machines. So, move the definitions into a new file generic/armcm-irq.c Signed-off-by: Kevin O'Connor <kevin@koconnor.net>