Go to file
Erwan Gouriou 9b1a23f6e6 ext/hal: Introduce STM32Cube SDK for STM32F1xx family
With this commit we provide header and HAL/LL files for all STM32F1
SoCs (V1.4.0).
Using STM32Cube provides generic access to all families, maximizes
code reuse across different STM32 families and helps taking benefit
of a mature SDK

Origin: STM32Cube
URL: http://www.st.com/content/st_com/en/products/embedded-software/mcus-embedded-software/stm32-embedded-software/stm32cube-embedded-software/stm32cubef1.html
Purpose: Introduction of STM32F1xx STM32Cube definitions
	 and Abstraction Layers
Maintained-by: External

Original STM32Cube tree structure has been modified to a minimum
structure for a better fit into Zephyr. hal is split into 2 parts:
-driver: initially Drivers/STM32F1xx_HAL_Driver, contains HAL and LL
-soc: initially Drivers/CMSIS/Device/ST/STM32F1xx, contains stm32f1xx
socs header files

Change-Id: Ibfe08cea5f7fee54417ec9ecb6e9b4f33c04ec95
Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2016-11-03 20:29:03 +00:00
.known-issues
arch gpio qmsi: Enable SoC level GPIO to work on ARC too 2016-11-02 22:24:56 +00:00
boards quark_se_c1000_ss_devboard: Define the user buttons 2016-11-02 22:24:59 +00:00
doc unified/doc: Update Application Development Primer 2016-11-03 20:27:38 +00:00
drivers console: shell: Reduce completion stack usage 2016-11-03 12:50:19 +00:00
ext ext/hal: Introduce STM32Cube SDK for STM32F1xx family 2016-11-03 20:29:03 +00:00
include unified: Add object tracing support for kernel objects 2016-11-02 21:56:27 +00:00
kernel unified: Add object tracing support for kernel objects 2016-11-02 21:56:27 +00:00
lib
misc console: shell: Support multiple modules 2016-11-02 00:23:18 +00:00
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