/* * NXP/Philips LPC22XX/LPC21xx Interrupt handler * Ray 2007 to support LPC ARM * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at * http://www.rtems.org/license/LICENSE. */ #include #include #include /* * Interrupt system initialization. Disable interrupts, clear * any that are pending. */ void BSP_rtems_irq_mngt_init(void) { long *vectorTable; int i; /* disable all interrupts */ VICIntEnClr = 0xFFFFFFFF; vectorTable = (long *) VECTOR_TABLE; /* Initialize the vector table contents with default handler */ for (i=0; i