mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-19 09:38:32 -04:00
Tidy up, starting to get ready for next release.
This commit is contained in:
parent
a7462db433
commit
ee5608ddc2
4 changed files with 5 additions and 18 deletions
|
@ -54,19 +54,6 @@
|
|||
* to ARM mode are contained in portISR.c.
|
||||
*----------------------------------------------------------*/
|
||||
|
||||
/*
|
||||
Changes from V2.5.2
|
||||
|
||||
+ ulCriticalNesting is now saved as part of the task context, as is
|
||||
therefore added to the initial task stack during pxPortInitialiseStack.
|
||||
|
||||
Changes from V3.2.2
|
||||
|
||||
+ Bug fix - The prescale value for the timer setup is now written to T0_PR
|
||||
instead of T0_PC. This bug would have had no effect unless a prescale
|
||||
value was actually used.
|
||||
*/
|
||||
|
||||
|
||||
/* Standard includes. */
|
||||
#include <stdlib.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue