mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-12 00:57:44 -04:00
Updated History.txt to note the single task notification per task has been replaced with an array of task notifications per task.
This commit is contained in:
parent
734b4bc5b5
commit
ab1a0cc0c9
1 changed files with 3 additions and 1 deletions
|
@ -4,8 +4,10 @@ Changes between FreeRTOS V10.3.0 and FreeRTOS V10.3.1 released February 18 2020
|
||||||
|
|
||||||
See http://www.FreeRTOS.org/FreeRTOS-V10.3.x.html
|
See http://www.FreeRTOS.org/FreeRTOS-V10.3.x.html
|
||||||
|
|
||||||
./FreeRTOS-Labs directory was removed from this file. The libraries it
|
+ ./FreeRTOS-Labs directory was removed from this file. The libraries it
|
||||||
contained are now available as a separate download.
|
contained are now available as a separate download.
|
||||||
|
+ Replaced the single task notification per task with an array of
|
||||||
|
notificatinos per task.
|
||||||
|
|
||||||
Changes between FreeRTOS V10.2.1 and FreeRTOS V10.3.0 released February 7 2020
|
Changes between FreeRTOS V10.2.1 and FreeRTOS V10.3.0 released February 7 2020
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue