Skip to content

Commit a2727af

Browse files
committed
Update library information
Signed-off-by: Frederic Pillon <[email protected]>
1 parent 11a417d commit a2727af

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

README.md

+21-1
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,15 @@ 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 2 FreeRTOS versions:
8+
This library provides 3 FreeRTOS versions:
99
* [9.0.0](http://www.freertos.org/FreeRTOS-V9.html)
1010
* [10.0.1](http://www.freertos.org/FreeRTOS-V10.html)
11+
* [10.2.1](http://www.freertos.org/FreeRTOS-V10.html)
1112

1213
Both have been modified by ST (See st_readme.txt in FreeRTOS Source).
1314

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

1618
## Configuration
1719

@@ -85,3 +87,21 @@ CMSIS-RTOSv2.
8587
| [P-Nucleo-WB55RG](https://www.st.com/en/evaluation-tools/p-nucleo-wb55.html) | PASSED | PASSED | FAILED | PASSED | PASSED |
8688

8789
\* PASSED with `configUSE_NEWLIB_REENTRANT` set to 0 due to small RAM.
90+
91+
### STM32FreeRTOS v10.2.x
92+
| Board | AnalogRead_DigitalRead | frBlinkPrint | frLiuLayland | frBlink (CMSIS-RTOSv2) | Blinky (CMSIS-RTOSv2) |
93+
| --- | :---: | :---: | :---: | :---: | :---: |
94+
| [Nucleo F091RC](http://www.st.com/en/evaluation-tools/nucleo-f091rc.html) | PASSED | PASSED | FAILED | PASSED | PASSED |
95+
| [Nucleo F103RB](http://www.st.com/en/evaluation-tools/nucleo-f103rb.html) | PASSED | PASSED | PASSED | PASSED | PASSED |
96+
| [Nucleo F303RE](http://www.st.com/en/evaluation-tools/nucleo-f303re.html) | PASSED | PASSED | PASSED | PASSED | PASSED |
97+
| [Nucleo F411RE](http://www.st.com/en/evaluation-tools/nucleo-f411re.html) | PASSED | PASSED | PASSED | PASSED | PASSED |
98+
| [STM32F746G-DISCOVERY](http://www.st.com/en/evaluation-tools/32f746gdiscovery.html) | PASSED | PASSED | PASSED | PASSED | PASSED |
99+
| [Nucleo-G071RB](https://www.st.com/en/evaluation-tools/nucleo-g071rb.html) | PASSED | PASSED | FAILED | PASSED | PASSED |
100+
| [Nucleo-G474RE](https://www.st.com/en/evaluation-tools/nucleo-g474re.html) | PASSED | PASSED | FAILED | PASSED | PASSED |
101+
| [Nucleo H743ZI](https://www.st.com/en/evaluation-tools/nucleo-h743zi.html) | PASSED | PASSED | PASSED | PASSED | PASSED |
102+
| [Nucleo L053R8](http://www.st.com/en/evaluation-tools/nucleo-l053r8.html) | PASSED* | PASSED* | FAILED | PASSED | PASSED |
103+
| [Nucleo L152RE](http://www.st.com/en/evaluation-tools/nucleo-l152re.html) | PASSED | PASSED | PASSED | PASSED | PASSED |
104+
| [B-L475E-IOT01A](http://www.st.com/en/evaluation-tools/b-l475e-iot01a.html) | PASSED | PASSED | PASSED | PASSED | PASSED |
105+
| [P-Nucleo-WB55RG](https://www.st.com/en/evaluation-tools/p-nucleo-wb55.html) | PASSED | PASSED | FAILED | PASSED | PASSED |
106+
107+
\* PASSED with `configUSE_NEWLIB_REENTRANT` set to 0 due to small RAM.

library.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "STM32duino FreeRTOS",
3-
"version": "10.0.3",
3+
"version": "10.2.1",
44
"keywords": "rtos, timing, thread, task, mutex, semaphore",
55
"description": "Real Time Operating System implemented for STM32",
66
"repository": {

library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=STM32duino FreeRTOS
2-
version=10.0.3
2+
version=10.2.1
33
author=Richard Barry <[email protected]>
44
maintainer=stm32duino
55
sentence=Real Time Operating System implemented for STM32

0 commit comments

Comments
 (0)