Skip to content

Commit 71eb5b3

Browse files
authored
Added link to source and updated license info
1 parent 65f0831 commit 71eb5b3

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
# CMSIS-FreeRTOS
2-
The branch *master* of this GitHub repository contains the CMSIS-RTOS adoption of FreeRTOS Version 10.2.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.
2+
The branch *master* of this GitHub repository contains the CMSIS-RTOS adoption of [FreeRTOS Version 10.2.0](https://sourceforge.net/projects/freertos/files/FreeRTOS/V10.2.0/FreeRTOSv10.2.0.zip/download) 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.
33

44
Use *Issues* to provide feedback and report problems for CMSIS FreeRTOS implementation.
55

66
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.
77

88
## Directory Structure
99

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 |
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 Kernel configuration file |
17+
| Demo | FreeRTOS demo projects |
18+
| DoxyGen | Source of the documentation |
19+
| License | FreeRTOS Kernel license text file |
20+
| Source | FreeRTOS Kernel source code |
21+
| Utilities | Utility programs |
2222

2323
## Generate CMSIS Pack for Release
2424

@@ -39,4 +39,4 @@ The file ./DoxyGen/How2Doc.txt describes the rules for creating API documentatio
3939

4040
## License
4141

42-
CMSIS-FreeRTOS is licensed under the FreeRTOS license.
42+
The FreeRTOS kernel is released under the MIT open source license (see License/license.txt).

0 commit comments

Comments
 (0)