source: rtems/c/src/lib/libbsp/arm/stm32f7x/hal/CMSIS/README.txt @ c20847a5

5
Last change on this file since c20847a5 was c20847a5, checked in by Isaac Gutekunst <isaac.gutekunst@…>, on 09/16/15 at 13:16:02

Add STM32F7 HAL Files

These files originated as:

+ STC32CubeF7 V1.1.0 from http://www.st.com/web/en/catalog/tools/PF261909

  • Property mode set to 100644
File size: 1.6 KB
Line 
1* -------------------------------------------------------------------
2* Copyright (C) 2011-2014 ARM Limited. All rights reserved.
3*
4* Date:        17 February 2014
5* Revision:    V4.00
6*
7* Project:     Cortex Microcontroller Software Interface Standard (CMSIS)
8* Title:       Release Note for CMSIS
9*
10* -------------------------------------------------------------------
11
12
13NOTE - Open the index.html file to access CMSIS documentation
14
15
16The Cortex Microcontroller Software Interface Standard (CMSIS) provides a single standard across all
17Cortex-Mx processor series vendors. It enables code re-use and code sharing across software projects
18and reduces time-to-market for new embedded applications.
19
20CMSIS is released under the terms of the end user license agreement ("CMSIS_END_USER_LICENCE_AGREEMENT.pdf").
21Any user of the software package is bound to the terms and conditions of the end user license agreement.
22
23
24You will find the following sub-directories:
25
26Documentation           - Contains CMSIS documentation.
27
28DSP_Lib                 - MDK project files, Examples and source files etc.. to build the
29                          CMSIS DSP Software Library for Cortex-M0, Cortex-M3, Cortex-M4 processors.
30
31Include                 - CMSIS Core Support and CMSIS DSP Include Files.
32
33Lib                     - CMSIS DSP Libraries.
34
35RTOS                    - CMSIS RTOS API template header file.
36
37Driver                  - CMSIS Peripheral Driver Interface.
38
39Pack                    - CMSIS Software Packs.
40                          Mechanism to install software, device support, APIs, and example projects.
41
42SVD                     - CMSIS SVD Schema files and Conversion Utility.
Note: See TracBrowser for help on using the repository browser.