summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/stm32f4x/hal/CMSIS/README.txt
diff options
context:
space:
mode:
authorIsaac Gutekunst <isaac.gutekunst@vecna.com>2015-09-16 09:14:41 -0400
committerJoel Sherrill <joel.sherrill@oarcorp.com>2015-11-03 17:31:07 -0600
commit370c09a1f4012139aebabb4f2c9ec081855fc94d (patch)
tree2ff94871e9bc585be37c4ecb39c14432689fdd03 /c/src/lib/libbsp/arm/stm32f4x/hal/CMSIS/README.txt
parentLeftover gpio function rename (diff)
downloadrtems-370c09a1f4012139aebabb4f2c9ec081855fc94d.tar.bz2
Add STM32F4 HAL Files
The origin of this code is: + STM32CubeF4 V1.8.0 from http://www.st.com/web/en/catalog/tools/PF259243
Diffstat (limited to 'c/src/lib/libbsp/arm/stm32f4x/hal/CMSIS/README.txt')
-rw-r--r--c/src/lib/libbsp/arm/stm32f4x/hal/CMSIS/README.txt42
1 files changed, 42 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/arm/stm32f4x/hal/CMSIS/README.txt b/c/src/lib/libbsp/arm/stm32f4x/hal/CMSIS/README.txt
new file mode 100644
index 0000000000..500d56f7bb
--- /dev/null
+++ b/c/src/lib/libbsp/arm/stm32f4x/hal/CMSIS/README.txt
@@ -0,0 +1,42 @@
+* -------------------------------------------------------------------
+* Copyright (C) 2011-2014 ARM Limited. All rights reserved.
+*
+* Date: 17 February 2014
+* Revision: V4.00
+*
+* Project: Cortex Microcontroller Software Interface Standard (CMSIS)
+* Title: Release Note for CMSIS
+*
+* -------------------------------------------------------------------
+
+
+NOTE - Open the index.html file to access CMSIS documentation
+
+
+The Cortex Microcontroller Software Interface Standard (CMSIS) provides a single standard across all
+Cortex-Mx processor series vendors. It enables code re-use and code sharing across software projects
+and reduces time-to-market for new embedded applications.
+
+CMSIS is released under the terms of the end user license agreement ("CMSIS_END_USER_LICENCE_AGREEMENT.pdf").
+Any user of the software package is bound to the terms and conditions of the end user license agreement.
+
+
+You will find the following sub-directories:
+
+Documentation - Contains CMSIS documentation.
+
+DSP_Lib - MDK project files, Examples and source files etc.. to build the
+ CMSIS DSP Software Library for Cortex-M0, Cortex-M3, Cortex-M4 processors.
+
+Include - CMSIS Core Support and CMSIS DSP Include Files.
+
+Lib - CMSIS DSP Libraries.
+
+RTOS - CMSIS RTOS API template header file.
+
+Driver - CMSIS Peripheral Driver Interface.
+
+Pack - CMSIS Software Packs.
+ Mechanism to install software, device support, APIs, and example projects.
+
+SVD - CMSIS SVD Schema files and Conversion Utility.