Skip to content

Commit 1b36db2

Browse files
authored
Update README.md
1 parent bcc8e35 commit 1b36db2

1 file changed

Lines changed: 1 addition & 12 deletions

File tree

README.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
# CMSIS-FreeRTOS
22

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/.
3+
This repository contains the CMSIS-RTOS adoption of [FreeRTOS-Kernel Version 11.0.1](https://github.com/FreeRTOS/FreeRTOS-Kernel/releases/download/V11.0.1/FreeRTOS-KernelV11.0.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/.
44

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

77
Use *main* branch for pull-requests.
88

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-
119
## Directory Structure
1210

1311
| Directory | Content |
@@ -16,10 +14,8 @@ Note: Branches *develop* and *master* will be deprecated. Please update your for
1614
| CMSIS/RTOS2/FreeRTOS/Config | CMSIS-FreeRTOS configuration file |
1715
| CMSIS/RTOS2/FreeRTOS/Examples | CMSIS-FreeRTOS example projects |
1816
| CMSIS/RTOS2/FreeRTOS/Source | CMSIS-FreeRTOS source code |
19-
| Config | FreeRTOS Kernel configuration file |
2017
| Documentation | Generated documentation placeholder |
2118
| DoxyGen | Source of the documentation |
22-
| License | FreeRTOS Kernel license text file |
2319
| Source | FreeRTOS Kernel source code |
2420

2521
## Generate CMSIS Pack for Release
@@ -31,13 +27,6 @@ generates the documentation.
3127

3228
Documentation may be generated separately using the bash script **gen_doc.sh** (located in ./DoxyGen).
3329

34-
**_NOTE_**
35-
> Repository tags have to be updated to successfully generate the pack. To update them, use: </br>
36-
> ```$ git fetch -f --prune --prune-tags origin```</br>
37-
> When working with an existing fork replace 'origin' with the parent repository URL</br>
38-
> ```$ git fetch -f --prune --prune-tags https://github.com/ARM-software/CMSIS-FreeRTOS.git```</br>
39-
40-
4130
## License
4231

4332
The FreeRTOS kernel source files are released under the MIT open source license (read [LICENSE.md](./Source/LICENSE.md)).

0 commit comments

Comments
 (0)