zephyr/arch/arm/soc/st_stm32/stm32f4
Erwan Gouriou 39f7adc41d stm32f4: 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 stm32f401re following define is used:
*STM32F401xE
Which means:
*Same SW could be used on STM32F401RE and STM32F401CE:
    same CONFIG_SOC could be used
*Different SW should be used on STMF401RE and STM32F401RC:
    different CONFIG_SOC should be used
This change focuses on stm32f4xx series.

Change-Id: I56ff4d1815d09747cf722385532eb2dcbdf37b44
Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2016-11-03 20:29:06 +00:00
..
flash_registers.h clock_control: stm32f4x: introduce driver for STM32F4x RCC 2016-10-28 18:58:03 +00:00
gpio_registers.h gpio: stm32: add support for STM32F4 2016-10-28 18:58:03 +00:00
Kconfig.defconfig.series boards: stm32f4: Extract common config options 2016-10-28 18:58:06 +00:00
Kconfig.defconfig.stm32f401xe stm32f4: Adapt CONFIG_SOC to STM32Cube values 2016-11-03 20:29:06 +00:00
Kconfig.series arm: st_stm32: Add support for STM32F4x SoC family 2016-10-28 18:58:02 +00:00
Kconfig.soc stm32f4: Adapt CONFIG_SOC to STM32Cube values 2016-11-03 20:29:06 +00:00
linker.ld arm: st_stm32: Add support for STM32F4x SoC family 2016-10-28 18:58:02 +00:00
Makefile pinmux: stm32: add support for STM32F4 2016-10-28 18:58:04 +00:00
rcc_registers.h clock_control: stm32f4x: introduce driver for STM32F4x RCC 2016-10-28 18:58:03 +00:00
soc.c arm: st_stm32: Add support for STM32F4x SoC family 2016-10-28 18:58:02 +00:00
soc.h gpio: stm32: add support for STM32F4 2016-10-28 18:58:03 +00:00
soc_gpio.c gpio: stm32: add support for STM32F4 2016-10-28 18:58:03 +00:00
soc_irq.h arm: st_stm32: Add support for STM32F4x SoC family 2016-10-28 18:58:02 +00:00
soc_pinmux.c boards: 96b_carbon: Add support for 96boards Carbon board 2016-10-28 18:58:06 +00:00
soc_registers.h gpio: stm32: add support for STM32F4 2016-10-28 18:58:03 +00:00