zephyr/boards
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 quark_se_c1000_ss_devboard: Define the user buttons 2016-11-02 22:24:59 +00:00
arm stm32f1: Adapt CONFIG_SOC to STM32Cube values 2016-11-03 20:29:06 +00:00
nios2 board: organize boards based on architecture 2016-10-24 19:59:42 +00:00
x86 boards: x86: Don't default to 'y' with NRF51_PM and WAIT_NOP 2016-11-01 19:37:26 +00:00
Kconfig build: add Kconfig mechanism for deprecating boards 2016-10-25 20:56:41 +00:00
Makefile board: organize boards based on architecture 2016-10-24 19:59:42 +00:00