SAM4L: Extend interrupt support for the larger number of NVIC interrupts of the SAM4L

This commit is contained in:
Gregory Nutt
2013-06-09 13:00:38 -06:00
parent 3eefc08c12
commit 3938eeeb96
6 changed files with 134 additions and 22 deletions
+3 -1
View File
@@ -4935,4 +4935,6 @@
* configs/sam4l-xplained/nsh: Added an NSH configuration for the
SAM4L Xplained Pro board (2013-6-9).
* configs/sam4l-xplained/src/sam_cxxinitialize.c: Added C++ support
to the SAM4L Xplained Pro board configuration (2013-6-9).
to the SAM4L Xplained Pro board configuration (2013-6-9).
* arm/src/sam34/chip/sam_irq.c: Extend IRQ support to handle the
larger number of NVIC interrupts used by the SAM4L (2013-6-9).