Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | armcm_irq: Move ARM Cortex-M irq handling to new file | Kevin O'Connor | 2017-02-19 | 1 | -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> |