CM3: shrink the initial IRQ table even more.
[bertos.git] / bertos / cpu / cortex-m3 / hw / vectors_cm3.S
index ec81c1a0acc16e6830d4186e651caecdc29aa371..dfd464a61b6ea5d28841d314b725a916255451e1 100644 (file)
@@ -50,19 +50,7 @@ irq_vectors:
        .word __msp_end         /* Initial stack pointer */
        .word __init            /* The reset handler */
        .word default_isr       /* The NMI handler */
-       .word   default_isr     /* The hard fault handler */
-       .word default_isr       /* The MPU fault handler */
-       .word default_isr       /* The bus fault handler */
-       .word default_isr       /* The usage fault handler */
-       .word 0                 /* Reserved */
-       .word 0                 /* Reserved */
-       .word 0                 /* Reserved */
-       .word 0                 /* Reserved */
-       .word default_isr       /* SVCall handler */
-       .word default_isr       /* Debug monitor handler */
-       .word 0                 /* Reserved */
-       .word default_isr       /* The PendSV handler */
-       .word default_isr       /* The SysTick handler */
+       .word default_isr       /* The hard fault handler */
 /*
  * This IRQ vector table will be replaced by another one in RAM after the IRQ
  * module initialization and the reset handler disables IRQ at the very