]> begriffs open source - cmsis-freertos/blob - README.md
Update component versions (consistency)
[cmsis-freertos] / README.md
1 # CMSIS-FreeRTOS
2
3 This repository contains the CMSIS-RTOS adoption of [FreeRTOS-Kernel Version 10.5.1](https://github.com/FreeRTOS/FreeRTOS-Kernel/releases/download/V10.5.1/FreeRTOS-KernelV10.5.1.zip) as it is released as Software Pack on http://www.keil.com/pack. The [documentation](https://arm-software.github.io/CMSIS-FreeRTOS/) is available under https://arm-software.github.io/CMSIS-FreeRTOS/.
4
5 Use *Issues* to provide feedback and report problems for CMSIS FreeRTOS implementation.
6
7 Use *main* branch for pull-requests.
8
9 Note: Branches *develop* and *master* will be deprecated. Please update your fork and switch to branch *main* to track the latest state of development.
10
11 ## Directory Structure
12
13 | Directory                     | Content                            |                
14 | ----------------------------- | -----------------------------------|
15 | CMSIS                         | CMSIS-FreeRTOS related files       |
16 | CMSIS/RTOS2/FreeRTOS/Config   | CMSIS-FreeRTOS configuration file  |
17 | CMSIS/RTOS2/FreeRTOS/Examples | CMSIS-FreeRTOS example projects    |
18 | CMSIS/RTOS2/FreeRTOS/Source   | CMSIS-FreeRTOS source code         |
19 | Config                        | FreeRTOS Kernel configuration file |
20 | DoxyGen                       | Source of the documentation        |
21 | License                       | FreeRTOS Kernel license text file  |
22 | Source                        | FreeRTOS Kernel source code        |
23 | Utilities                     | Utility programs                   |
24
25 ## Generate CMSIS Pack for Release
26
27 This GitHub development repository contains all the sources you need to successfully build the pack.
28
29 To build the complete pack for installation, the following additional tools are required:
30  - **doxygen.exe**    Version: 1.8.6 (Documentation Generator)
31  - **mscgen.exe**     Version: 0.20  (Message Sequence Chart Converter)
32  - **7z.exe (7-Zip)** Version: 16.04 (File Archiver)
33   
34 Using these tools, you can generate on a Windows PC:
35  - **CMSIS-FreeRTOS software pack** using the batch file **gen_pack.bat** (located in ./Utilities). This batch file also
36    generates the documentation.
37   
38  - **CMSIS-FreeRTOS documentation** using the batch file **genDoc.bat** (located in ./Doxygen). 
39
40 The file ./DoxyGen/How2Doc.txt describes the rules for creating API documentation.
41
42 ## License
43
44 The FreeRTOS kernel is released under the MIT open source license (see License/license.txt).