]> git.sur5r.net Git - freertos/blob - FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/CMSISv2p00_LPC11xx/docs/cmsis_readme.txt
Add FreeRTOS-Plus directory.
[freertos] / FreeRTOS / Demo / CORTEX_M0_LPC1114_LPCXpresso / CMSISv2p00_LPC11xx / docs / cmsis_readme.txt
1 CMSIS : Cortex Microcontroller Software Interface Standard\r
2 ==========================================================\r
3 \r
4 Introduction\r
5 ~~~~~~~~~~~~\r
6 CMSIS defines for a Cortex-M Microcontroller System:\r
7 \r
8     * A common way to access peripheral registers and a \r
9       common way to define exception vectors.\r
10     * The register names of the Core Peripherals and the \r
11       names of the Core Exception Vectors.\r
12     * An device independent interface for RTOS Kernels \r
13       including a debug channel.\r
14 \r
15 By using CMSIS compliant software components, the user can \r
16 easier re-use template code. CMSIS is intended to enable the\r
17 combination of software components from multiple middleware \r
18 vendors. \r
19 \r
20 This project contains appropriate files for this MCU family \r
21 taken from CMSIS. A full copy of the CMSIS files, together\r
22 with additional information on CMSIS can be found at:\r
23 \r
24   http://www.onarm.com/\r
25   http://www.arm.com/\r
26 \r
27 Documentation\r
28 ~~~~~~~~~~~~~\r
29 The standard CMSIS documentation can be found within the\r
30 Code Red IDE help system, via:\r
31 \r
32 Help -> Help Contents -> Code Red Product Documentation -> CMSIS\r
33 \r
34 More information on the use of CMSIS within the Code Red IDE\r
35 can be found in the Support area of the Code Red website at\r
36 \r
37   http://www.code-red-tech.com/\r
38 \r
39 At the time of writing, the CMSIS FAQ can be found directly\r
40 at:\r
41 \r
42   http://support.code-red-tech.com/CodeRedWiki/Support4CMSIS\r
43 \r
44 \r