]> begriffs open source - cmsis/blob - README.md
Update README.md
[cmsis] / README.md
1 # CMSIS Version 5
2
3 CMSIS Version 5.0.1 release is now available.  The [pre-built documentation](http://arm-software.github.io/CMSIS_5/General/html/index.html) is available under http://arm-software.github.io/CMSIS_5/General/html/index.html
4
5 This GitHub repository development branch reflects our current state of development and is constantly updated.
6 A [pre-built documentation](http://www.keil.com/pack/doc/CMSIS_Dev/index.html) is update from time to time, but may be generated using the instructions published under *Generate CMSIS Pack for Release*
7
8 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.
9
10 ## What's Hot
11  - CMSIS-RTOS2: RTX 5 is now available for IAR, GCC, ARM Compiler 5, ARM Compiler 6
12  - CMSIS-RTOS2: FreeRTOS adoption (release) is available https://github.com/ARM-software/CMSIS-FreeRTOS
13  - CMSIS-Core: compiler agonstic features extended to simplify transition on LLVM based front-end
14  - CMSIS-Core-A: preview of the CMSIS-Core for Cortex-A
15  - Coming soon: CMSIS-RTOS2 for Cortex-A
16
17 ## Implemented Enhancements
18  - Support for ARMv8-M Architecture (Mainline and Baseline) as well as devices Cortex-M23 and Cortex-M33
19
20  - CMSIS-RTOS Version 2 API and RTX reference implementation with several enhancements:
21      - Dynamic object creation, Flag events, C API, additional thread and timer functions
22
23  - CMSIS-RTOS API Secure and Non-Secure support, multi-processor support
24
25 ## Futher Planned Enhancements
26  - Improvements for Cortex-A / M hybrid devices (focus on Cortex-M interaction)
27
28  - CMSIS-Pack 
29      - Additions for generic example, project templates, multiple download portals
30      - Adoption of IAR Flash Loader technology
31
32 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).
33
34 ## Directory Structure
35
36 | Directory       | Content                                        |                
37 | --------------- | ---------------------------------------------- |
38 | CMSIS/Core      | CMSIS-Core related files (for release)         |
39 | CMSIS/DAP       | CMSIS-DAP related files and examples           |
40 | CMSIS/Driver    | CMSIS-Driver API headers and template files    |
41 | CMSIS/DSP       | CMSIS-DSP related files                        |
42 | CMSIS/RTOS      | RTOS v1 related files (for Cortex-M)           |
43 | CMSIS/RTOS2     | RTOS v2 related files (for Cortex-M & ARMv8-M) |
44 | CMSIS/Pack      | CMSIS-Pack examples and tutorials              |
45 | CMSIS/DoxyGen   | Source of the documentation                    |
46 | CMSIS/Utilities | Utility programs                               |
47
48 ## Generate CMSIS Pack for Release
49
50 This GitHub development repository contains already pre-build libraries of various libraries (DSP, RTOS, RTOS2).
51 These libraries are validated for release.
52
53 To build a complete CMSIS pack for installation the following additional tools are required:
54  - **doxygen.exe**    Version: 1.8.6 (Documentation Generator)
55  - **mscgen.exe**     Version: 0.20  (Message Sequence Chart Converter)
56  - **7z.exe (7-Zip)** Version: 16.02 (File Archiver)
57   
58 Using these tools, you can generate on a Windows PC:
59  - **CMSIS Software Pack** using the batch file **gen_pack.bat** (located in ./CMSIS/Utilities). This batch file also generates the documentation.
60   
61  - **CMSIS Documentation** using the batch file **genDoc.bat** (located in ./CMSIS/Doxygen). 
62
63 The file ./CMSIS/DoxyGen/How2Doc.txt describes the rules for creating API documentation.
64
65 ## License
66
67 ARM CMSIS is licensed under Apache-2.0.
68
69 ## Contributions and Pull Requests
70
71 Contributions are accepted under Apache-2.0. Only submit contributions where you have authored all of the code.
72
73 ###Issues and Labels
74
75 Please feel free to raise an [issue on GitHub](https://github.com/ARM-software/CMSIS_5/issues)
76 to report misbehaviour (i.e. bugs) or start discussions about enhancements. This
77 is your best way to interact directly with the maintainance team and the community.
78 We encourage you to append implementation suggestions as this helps to decrease the
79 workload of the very limited maintainance team. 
80
81 We will be monitoring and responding to issues as best we can.
82 Please attempt to avoid filing duplicates of open or closed items when possible.
83 In the spirit of openness we will be tagging issues with the following:
84
85 - **bug** – We consider this issue to be a bug that will be investigated.
86
87 - **wontfix** - We appriciate this issue but decided not to change the current behaviour.
88         
89 - **enhancement** – Denotes something that will be implemented soon. 
90
91 - **future** - Denotes something not yet schedule for implementation.
92
93 - **out-of-scope** - We consider this issue loosely related to CMSIS. It might by implemented outside of CMSIS. Let us know about your work.
94         
95 - **question** – We have further questions to this issue. Please review and provide feedback.
96
97 - **documentation** - This issue is a documentation flaw that will be improved in future.
98
99 - **review** - This issue is under review. Please be patient.
100         
101 - **DONE** - We consider this issue as resolved - please review and close it. In case of no further activity this issues will be closed after a week.
102
103 - **duplicate** - This issue is already addressed elsewhere, see comment with provided references.
104
105 - **Important Information** - We provide essential informations regarding planned or resolved major enhancements.
106