zephyr/drivers/interrupt_controller
Anas Nashif 4b411b34a1 stm32: rename SOC_STM32F1X -> SOC_SERIES_STM32F1X
Use SOC_SERIES_* for naming SoCs with similar features and architectures
with the goal of code reuse. The Series in the config variable should avoid
name collisions and clearly denote the relationships within an SoC family.

Change-Id: I7a98542f96b5d5dc3acc23782c4d45f98cceb599
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-04-18 21:24:58 +00:00
..
Kconfig interupt_controller/stm32_exti: driver for STM32 EXTI controller 2016-03-18 20:53:06 +00:00
Kconfig.stm32 stm32: rename CONFIG_SOC_STM32 -> CONFIG_SOC_FAMILY_STM32 2016-04-18 21:24:58 +00:00
Makefile stm32: rename CONFIG_SOC_STM32 -> CONFIG_SOC_FAMILY_STM32 2016-04-18 21:24:58 +00:00
arcv2_irq_unit.c Fixed file description and applied doxygen style 2016-02-05 20:24:58 -05:00
exti_stm32.c stm32: rename SOC_STM32F1X -> SOC_SERIES_STM32F1X 2016-04-18 21:24:58 +00:00
exti_stm32.h interupt_controller/stm32_exti: driver for STM32 EXTI controller 2016-03-18 20:53:06 +00:00
i8259.c init: use SYS_INIT() where it makes sense 2016-02-05 20:25:25 -05:00
ioapic_intr.c init: use SYS_INIT() where it makes sense 2016-02-05 20:25:25 -05:00
ioapic_priv.h quark_se: apic: work around EOI forwarding issue 2016-02-05 20:25:05 -05:00
loapic_intr.c init: use SYS_INIT() where it makes sense 2016-02-05 20:25:25 -05:00
loapic_spurious.S loapic: handle spurious interrupts 2016-02-05 20:25:04 -05:00
mvic.c mvic: fix how local interrupts are programmed 2016-02-05 20:25:05 -05:00
system_apic.c system_apic: rename irq_enable/disable 2016-03-04 18:52:53 +00:00