mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-18 09:08:33 -04:00
Update version number to V4.2.0.
This commit is contained in:
parent
3306222630
commit
712bfdf9d2
375 changed files with 389 additions and 376 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
|
||||
FreeRTOS.org V4.2.0 - Copyright (C) 2003-2007 Richard Barry.
|
||||
|
||||
This file is part of the FreeRTOS.org distribution.
|
||||
|
||||
|
@ -187,6 +187,12 @@ Changes from V4.1.2
|
|||
+ Tasks that block on events with a timeout of portMAX_DELAY are now
|
||||
blocked indefinitely if configINCLUDE_vTaskSuspend is defined.
|
||||
Previously portMAX_DELAY was just the longest block time possible.
|
||||
|
||||
Changes from V4.1.3
|
||||
|
||||
+ Very small change made to xTaskCheckForTimeout() as a result of the
|
||||
SafeRTOS testing. This corrects the case where the function can return an
|
||||
invalid value - but only in an extremely unlikely scenario.
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue