zephyr/boards/arm/96b_carbon
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
..
96b_carbon_defconfig stm32f4: Adapt CONFIG_SOC to STM32Cube values 2016-11-03 20:29:06 +00:00
Kconfig.board stm32f4: Adapt CONFIG_SOC to STM32Cube values 2016-11-03 20:29:06 +00:00
Kconfig.defconfig boards: 96b_carbon: Add support for 96boards Carbon board 2016-10-28 18:58:06 +00:00
Makefile boards: 96b_carbon: Add support for 96boards Carbon board 2016-10-28 18:58:06 +00:00
board.h boards: 96b_carbon: Add support for 96boards Carbon board 2016-10-28 18:58:06 +00:00