zephyr/arch/arm/fsl_frdm_k64f
Dmitriy Korovkin f661feee55 IRQ_CONNECT_STATIC implementation for ARM platform
IRQ_CONNECT_STATIC() macro provides static interrupt registration.
It creates an entry for _sw_isr_table, table of interrupt handlers.

IRQ_CONFIG() macro provides interrupt controller configuration.
On ARM platform it configures the priority of each interrupt.

_sw_isr_table is implemented the way that each of it's elements
is located in individual section. Sections are marked a "linkonce",
thus when a device driver declares an interrupt handler, it overwrites
the default _sw_isr_table entry.

Change-Id: I182bf7158dd67f45b597783dca038a4f78166a03
Signed-off-by: Dmitriy Korovkin <dmitriy.korovkin@windriver.com>
2016-02-05 20:14:25 -05:00
..
Kconfig Rename VPF files to use MDEF file extension 2016-02-05 20:14:15 -05:00
Makefile IRQ_CONNECT_STATIC implementation for ARM platform 2016-02-05 20:14:25 -05:00
board.h Renaming CONFIGURE_UART_PORT macro 2016-02-05 20:14:12 -05:00
irq_vector_table.c
linker.cmd Renaming include/nanokernel to include/arch 2016-02-05 20:14:12 -05:00
nmi_on_reset.S Kbuild: Assembly code extension. 2016-02-05 20:14:20 -05:00
system.c Eliminate unnecessary references to cpu.h and cputype.h 2016-02-05 20:14:14 -05:00
wdog.S Kbuild: Assembly code extension. 2016-02-05 20:14:20 -05:00