]> git.sur5r.net Git - freertos/blob - FreeRTOS/Demo/CORTEX_M7_M4_AMP_STM32H745I_Discovery_IAR/ST_code/CMSIS/README.md
Add M7/M4 AMP demo.
[freertos] / FreeRTOS / Demo / CORTEX_M7_M4_AMP_STM32H745I_Discovery_IAR / ST_code / CMSIS / README.md
1 # CMSIS Version 5\r
2 \r
3 CMSIS Version 5.0.1 release is now available.\r
4 \r
5 This GitHub repository development branch reflects our current state of development and is constantly updated.\r
6 \r
7 The [pre-built documentation](http://arm-software.github.io/CMSIS_5/General/html/index.html) for the 5.0.1 release \r
8 is available under http://arm-software.github.io/CMSIS_5/General/html/index.html\r
9 \r
10 Use *Issues* to provide feedback and report problems for CMSIS Version 5. Note that this repository gives our users and partners contiguous access to the CMSIS development. It allows you to review the work and provide feedback or create pull requests for contributions.\r
11 \r
12 ## Implemented Enhancements\r
13  - Support for ARMv8-M Architecture (Mainline and Baseline) as well as devices Cortex-M23 and Cortex-M33\r
14 \r
15  - CMSIS-RTOS Version 2 API and RTX reference implementation with several enhancements:\r
16      - Dynamic object creation, Flag events, C API, additional thread and timer functions\r
17 \r
18  - CMSIS-RTOS API Secure and Non-Secure support, multi-processor support\r
19 \r
20 ## Futher Planned Enhancements\r
21  - Improvements for Cortex-A / M hybrid devices (focus on Cortex-M interaction)\r
22 \r
23  - CMSIS-Pack \r
24      - Additions for generic example, project templates, multiple download portals\r
25      - Adoption of IAR Flash Loader technology\r
26 \r
27 For further details see also the [Slides of the Embedded World CMSIS Partner Meeting](https://github.com/ARM-software/CMSIS_5/blob/master/CMSIS_EW2016.pdf).\r
28 \r
29 ## Directory Structure\r
30 \r
31 | Directory       | Content                                        |                \r
32 | --------------- | ---------------------------------------------- |\r
33 | CMSIS/Core      | CMSIS-Core related files (for release)         |\r
34 | CMSIS/DAP       | CMSIS-DAP related files and examples           |\r
35 | CMSIS/Driver    | CMSIS-Driver API headers and template files    |\r
36 | CMSIS/DSP       | CMSIS-DSP related files                        |\r
37 | CMSIS/RTOS      | RTOS v1 related files (for Cortex-M)           |\r
38 | CMSIS/RTOS2     | RTOS v2 related files (for Cortex-M & ARMv8-M) |\r
39 | CMSIS/Pack      | CMSIS-Pack examples and tutorials              |\r
40 | CMSIS/DoxyGen   | Source of the documentation                    |\r
41 | CMSIS/Utilities | Utility programs                               |\r
42 \r
43 ## Generate CMSIS Pack for Release\r
44 \r
45 This GitHub development repository contains already pre-build libraries of various libraries (DSP, RTOS, RTOS2).\r
46 These libraries are validated for release.\r
47 \r
48 To build a complete CMSIS pack for installation the following additional tools are required:\r
49  - **doxygen.exe**    Version: 1.8.6 (Documentation Generator)\r
50  - **mscgen.exe**     Version: 0.20  (Message Sequence Chart Converter)\r
51  - **7z.exe (7-Zip)** Version: 16.02 (File Archiver)\r
52   \r
53 Using these tools, you can generate on a Windows PC:\r
54  - **CMSIS Software Pack** using the batch file **gen_pack.bat** (located in ./CMSIS/Utilities). This batch file also generates the documentation.\r
55   \r
56  - **CMSIS Documentation** using the batch file **genDoc.bat** (located in ./CMSIS/Doxygen). \r
57 \r
58 The file ./CMSIS/DoxyGen/How2Doc.txt describes the rules for creating API documentation.\r
59 \r
60 ## License\r
61 \r
62 ARM CMSIS is licensed under Apache-2.0.\r
63 \r
64 ## Contributions and Pull Requests\r
65 \r
66 Contributions are accepted under Apache-2.0. Only submit contributions where you have authored all of the code.\r