Go to file
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
.known-issues
arch stm32f1: Adapt CONFIG_SOC to STM32Cube values 2016-11-03 20:29:06 +00:00
boards stm32f1: Adapt CONFIG_SOC to STM32Cube values 2016-11-03 20:29:06 +00:00
doc unified/doc: Update Application Development Primer 2016-11-03 20:27:38 +00:00
drivers
ext stm32cube: Update ext/hal to include STM32Cube 2016-11-03 20:29:05 +00:00
include
kernel
lib
misc
net
samples tests: Mark a bunch of testcases that are memory (RAM) limited 2016-11-03 19:20:19 +00:00
scripts sanitycheck: enable missing ARM platforms 2016-11-03 19:20:20 +00:00
subsys
tests tests: Mark a bunch of testcases that are memory (RAM) limited 2016-11-03 19:20:19 +00:00
.checkpatch.conf
.gitattributes
.gitignore
.gitreview
.mailmap
defaults.tc
Kbuild
Kconfig
Kconfig.zephyr
LICENSE
MAINTAINERS
Makefile
Makefile.inc
zephyr-env.sh