Go to file
Erwan Gouriou bf524b4e9d stm32cube: Introduce STM32Cube for STM32F0xx series
With this commit we provide header and HAL/LL files for all STM32F0
SoCs.
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/stm32cubef0.html
Purpose: Introduction of STM32F0xx 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/STM32F0xx_HAL_Driver, contains HAL and LL
-soc: initially Drivers/CMSIS/Device/ST/STM32F0xx, contains stm32f0xx
socs header files.

Change-Id: Ic9c1ef904541abb927f061cc0284d8a52ef63dc4
Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2016-11-11 19:04:35 +00:00
.known-issues
arch
boards
doc Bluetooth: doc: Remove mentions of legacy kernel concepts 2016-11-11 11:24:35 +02:00
drivers console: Fix warnings related to the use of deprecated APIs 2016-11-11 14:50:58 +02:00
ext stm32cube: Introduce STM32Cube for STM32F0xx series 2016-11-11 19:04:35 +00:00
include console: Fix warnings related to the use of deprecated APIs 2016-11-11 14:50:58 +02:00
kernel
lib
misc
net
samples Bluetooth: samples/hci_ecc: Switch to using k_thread_spawn() 2016-11-11 10:57:23 +02:00
scripts checkpatch: update with latest checkpatch from the linux kernel 2016-11-11 14:27:39 +00:00
subsys Bluetooth: Controller: Fix device whitelist feature 2016-11-11 16:40:59 +00:00
tests Bluetooth: tests/tester: Convert left-overs to unified kernel APIs 2016-11-11 11:00:45 +02:00
.checkpatch.conf checkpatch: ignore file changes 2016-11-11 14:27:39 +00:00
.gitattributes
.gitignore
.gitreview
.mailmap
defaults.tc testcases: catch more fatal kernel error messages 2016-11-11 13:21:16 +00:00
Kbuild
Kconfig
Kconfig.zephyr
LICENSE
LICENSING.rst
MAINTAINERS
Makefile
Makefile.inc
zephyr-env.sh