2 The branch *master* of this GitHub repository contains the CMSIS-RTOS adoption of FreeRTOS Version 9.1.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.
11 + The FreeRTOS/Source directory contains the FreeRTOS source code, and contains
14 + The FreeRTOS/Demo directory contains a demo application for every official
15 FreeRTOS port, and contains its own readme file.
17 + See http://www.freertos.org/a00017.html for full details of the directory
18 structure and information on locating the files you require.
20 The easiest way to use FreeRTOS is to start with one of the pre-configured demo
21 application projects (found in the FreeRTOS/Demo directory). That way you will
22 have the correct FreeRTOS source files included, and the correct include paths
23 configured. Once a demo application is building and executing you can remove
24 the demo application file, and start to add in your own application source
28 http://www.freertos.org/FreeRTOS-quick-start-guide.html
29 http://www.freertos.org/FAQHelp.html