Skip to content

Commit ea7b188

Browse files
authored
Update README.md
1 parent 09f0884 commit ea7b188

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.md

+9-7
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,16 @@ This is a port of FreeRTOS for STM32 as Arduino libraries.
55
For more information about FreeRTOS, visit the [FreeRTOS Web Site](http://www.freertos.org/ "FreeRTOS").
66
Also, See the very useful [Getting Started](http://www.freertos.org/FreeRTOS-quick-start-guide.html "Quick Start Guide") page.
77

8-
This library provides 3 FreeRTOS versions:
9-
* [9.0.0](http://www.freertos.org/FreeRTOS-V9.html)
10-
* [10.0.1](http://www.freertos.org/FreeRTOS-V10.html)
11-
* [10.2.1](http://www.freertos.org/FreeRTOS-V10.html)
8+
This library provides 2 FreeRTOS versions:
9+
* [9.x](http://www.freertos.org/FreeRTOS-V9.html)
10+
* [10.x](http://www.freertos.org/FreeRTOS-V10.html):
11+
* [10.0.1](https://github.com/STMicroelectronics/stm32_mw_freertos/releases/tag/v10.0.1)
12+
* [10.2.1](https://github.com/STMicroelectronics/stm32_mw_freertos/releases/tag/v10.2.1)
13+
* [10.3.1](https://github.com/STMicroelectronics/stm32_mw_freertos/releases/tag/v10.3.1)
1214

13-
Both have been modified by ST (See st_readme.txt in FreeRTOS Source).
15+
Each have been modified by ST (See st_readme.txt in FreeRTOS Source).
1416

15-
These are the same provided with the [STM32Cube MCU Packages](http://www.st.com/en/embedded-software/stm32cube-mcu-packages.html)
17+
These are the same provided with the [STM32Cube MCU Packages](http://www.st.com/en/embedded-software/stm32cube-mcu-packages.html).
1618
Or thanks to [STMicroelectronics GitHub organization](https://github.com/STMicroelectronics): [stm32_mw_freertos](https://github.com/STMicroelectronics/stm32_mw_freertos).
1719

1820
## Configuration
@@ -119,4 +121,4 @@ CMSIS-RTOSv2.
119121
| [Nucleo L476RG (Cortex-M4)](http://www.st.com/en/evaluation-tools/nucleo-l476rg.html) | PASSED | PASSED | PASSED | PASSED | PASSED |
120122
| [Nucleo H743ZI (Cortex-M7)](https://www.st.com/en/evaluation-tools/nucleo-h743zi.html) | PASSED | PASSED | PASSED | PASSED | PASSED |
121123
| [Nucleo L552ZE-Q (Cortex-M33)](https://www.st.com/en/evaluation-tools/nucleo-l552ze-q.html) | PASSED | PASSED | PASSED | PASSED | PASSED |
122-
| [Nucleo U575ZI-Q (Cortex-M33)](https://www.st.com/en/evaluation-tools/nucleo-u575zi-q.html) | PASSED | PASSED | PASSED | PASSED | PASSED |
124+
| [Nucleo U575ZI-Q (Cortex-M33)](https://www.st.com/en/evaluation-tools/nucleo-u575zi-q.html) | PASSED | PASSED | PASSED | PASSED | PASSED |

0 commit comments

Comments
 (0)