Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
Go to file
Erwan Gouriou 9eff2a32c2 stm32cube: Introduce STM32Cube for STM32F7xx series
With this commit we provide header and HAL/LL files for all STM32F7
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/stm32cubef7.html
Purpose: Introduction of STM32F7xx 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/STM32F7xx_HAL_Driver, contains HAL and LL
-soc: initially Drivers/CMSIS/Device/ST/STM32F7xx, contains stm32f7xx
socs header files

Change-Id: I7e5b2cdc5b7fe6d9d107ceb74674b910f4a6c0ab
Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2016-11-11 19:04:34 +00:00
.known-issues known-issues: update rule for TCF summary line 2016-09-16 11:31:27 -07:00
arch power: Fix x86 wake up sequence 2016-11-11 03:29:02 +00:00
boards kernel: deprecate old init levels 2016-11-09 17:59:44 +00:00
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 STM32F7xx series 2016-11-11 19:04:34 +00:00
include console: Fix warnings related to the use of deprecated APIs 2016-11-11 14:50:58 +02:00
kernel kernel: fix k_msgq_get/put() from ISR 2016-11-10 23:38:06 +00:00
lib newlib: add support for nano-formatted-io 2016-11-09 02:47:43 +00:00
misc kernel: deprecate old init levels 2016-11-09 17:59:44 +00:00
net net: buf: Use unified k_fifo API for FIFOs 2016-11-11 06:00:17 +00:00
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 testcases: instruct git to ignore *log and outdir-* 2016-06-14 22:01:34 +00:00
.gitreview Add a .gitreview file 2016-02-20 14:25:01 +00:00
.mailmap mailmap: update with new emails 2016-10-07 16:15:24 +00:00
Kbuild build: remove old kernel support 2016-11-07 11:34:18 -08:00
Kconfig kconfig: Do not put architecture in the title 2016-03-14 16:50:51 -04:00
Kconfig.zephyr usb: move usb subsystem to subsys/usb and cleanup header inclusion 2016-10-31 19:21:42 +00:00
LICENSE
LICENSING.rst LICENSING: clarify licenses of imported / reused code 2016-11-11 01:36:14 +00:00
MAINTAINERS MAINTAINERS: Add entry for STM32Cube SDK 2016-11-10 16:54:24 +00:00
Makefile build: Minor tidy up of outputexports 2016-11-10 23:19:31 +00:00
Makefile.inc Makefile.inc: fix 'make debugserver' no rule issue 2016-11-10 23:46:44 +00:00
defaults.tc testcases: catch more fatal kernel error messages 2016-11-11 13:21:16 +00:00
zephyr-env.sh win-build: corrects scripts_path for windows build. 2016-10-15 15:09:54 +00:00