zephyr/arch/arm/ti_lm3s6965
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 Add simple UART driver 2016-02-05 20:14:16 -05:00
Makefile IRQ_CONNECT_STATIC implementation for ARM platform 2016-02-05 20:14:25 -05:00
board.h Add simple UART driver 2016-02-05 20:14:16 -05:00
irq_vector_table.c Rename _IrqVectorTable to _irq_vector_table 2016-02-05 20:13:53 -05:00
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
scp.c First commit 2015-04-10 16:44:37 -07:00
scp.h Replace use of __attribute__((packed)) with __packed 2016-02-05 20:14:13 -05:00
system.c Eliminate unnecessary references to cpu.h and cputype.h 2016-02-05 20:14:14 -05:00