zephyr/arch
Erwan Gouriou df5a2af34b stm32f1: Adapt CONFIG_SOC to STM32Cube values
STM32Cube uses SoC defines made to reflect HW heterogeneity
that should be taken into account by SW.
Aim of this commit is to adapt values used by Zephyr to the same
diversity. This will help create new SoC values only when justified
by a real hardware difference that should be taken into account
by software.
For instance, for SoC stm32f103rb following define is used:
*STM32F103xB
Which means:
*Same SW could be used on STM32F103RB and STM32F103VB:
    same CONFIG_SOC could be used
*Different SW should be used on STMF103RB and STM32F103R4:
    different CONFIG_SOC should be used
This change focuses on stm32f1xx series.

Change-Id: I5ecfaa52952d04421b27b5e74fb71b4fc108b662
Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2016-11-03 20:29:06 +00:00
..
arc gpio qmsi: Enable SoC level GPIO to work on ARC too 2016-11-02 22:24:56 +00:00
arm stm32f1: Adapt CONFIG_SOC to STM32Cube values 2016-11-03 20:29:06 +00:00
nios2 kernel: merge _IS_IN_ISR() with _is_in_isr() 2016-10-27 21:45:03 +00:00
x86 socs quark: Simplify IRQ configuration 2016-11-02 22:24:27 +00:00
Kconfig arm: move atomic operations selection to the Cortex-M Kconfig 2016-10-11 20:47:49 +00:00
Makefile arch/Makefile: simplify 2016-04-27 21:40:19 +00:00