2 The branch *master* of this GitHub repository contains the CMSIS-RTOS adoption of FreeRTOS Version 9.0.0 as it is released as Software Pack on http://www.keil.com/pack. The [documentation](https://arm-software.github.io/CMSIS-FreeRTOS/General/html/index.html) is available under https://arm-software.github.io/CMSIS-FreeRTOS/General/html/index.html.
4 Use *Issues* to provide feedback and report problems for CMSIS FreeRTOS implementation.
6 Note: The *branch* develop of this GitHub repository reflects our current state of development and is constantly updated. It gives our users and partners contiguous access to the development. It allows you to review the work and provide feedback or create pull requests for contributions.
10 | Directory | Content |
11 | ----------------------------- | --------------------------------- |
12 | CMSIS | CMSIS-FreeRTOS related files |
13 | CMSIS/RTOS2/FreeRTOS/Config | CMSIS-FreeRTOS configuration file |
14 | CMSIS/RTOS2/FreeRTOS/Examples | CMSIS-FreeRTOS example projects |
15 | CMSIS/RTOS2/FreeRTOS/Source | CMSIS-FreeRTOS source code |
16 | Config | FreeRTOS configuration file |
17 | Demo | FreeRTOS demo projects |
18 | DoxyGen | Source of the documentation |
19 | License | FreeRTOS license text file |
20 | Source | FreeRTOS source code |
21 | Utilities | Utility programs |
23 ## Generate CMSIS Pack for Release
25 This GitHub development repository contains all the sources you need to successfully build the pack.
27 To build the complete pack for installation, the following additional tools are required:
28 - **doxygen.exe** Version: 1.8.6 (Documentation Generator)
29 - **mscgen.exe** Version: 0.20 (Message Sequence Chart Converter)
30 - **7z.exe (7-Zip)** Version: 16.04 (File Archiver)
32 Using these tools, you can generate on a Windows PC:
33 - **CMSIS-FreeRTOS software pack** using the batch file **gen_pack.bat** (located in ./Utilities). This batch file also
34 generates the documentation.
36 - **CMSIS-FreeRTOS documentation** using the batch file **genDoc.bat** (located in ./Doxygen).
38 The file ./DoxyGen/How2Doc.txt describes the rules for creating API documentation.
42 CMSIS-FreeRTOS is licensed under the FreeRTOS license.