mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-01 11:53:53 -04:00
Update to V4.7.2.
This commit is contained in:
parent
12e207f913
commit
3e94695fb4
479 changed files with 527 additions and 528 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
FreeRTOS.org V4.7.1 - Copyright (C) 2003-2008 Richard Barry.
|
||||
FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
|
||||
|
||||
This file is part of the FreeRTOS.org distribution.
|
||||
|
||||
|
@ -57,8 +57,8 @@
|
|||
#define configMEMMODEL portMEDIUM
|
||||
|
||||
/* Demo specific definition - set this to 1 if you want to include the task
|
||||
that writes trace and debug information to the UART. This cannot be used
|
||||
when running the application using the EUROScope debugger. */
|
||||
that writes trace and debug information to the UART. If it is set to 0 then
|
||||
the ComTest tasks will be included in place of the trace task. */
|
||||
#define INCLUDE_TraceListTasks 0
|
||||
|
||||
/*-----------------------------------------------------------
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
FreeRTOS.org V4.7.1 - Copyright (C) 2003-2008 Richard Barry.
|
||||
FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
|
||||
|
||||
This file is part of the FreeRTOS.org distribution.
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
FreeRTOS.org V4.7.1 - Copyright (C) 2003-2008 Richard Barry.
|
||||
FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
|
||||
|
||||
This file is part of the FreeRTOS.org distribution.
|
||||
|
||||
|
@ -79,7 +79,7 @@
|
|||
#include "flop.h"
|
||||
#include "GenQTest.h"
|
||||
#include "QPeek.h"
|
||||
#include "BlockTim.h"
|
||||
#include "blocktim.h"
|
||||
#include "death.h"
|
||||
#include "taskutility.h"
|
||||
#include "partest.h"
|
||||
|
@ -162,8 +162,7 @@ void main( void )
|
|||
vStartGenericQueueTasks( mainGENERIC_QUEUE_PRIORITY );
|
||||
vCreateBlockTimeTasks();
|
||||
|
||||
/* The definition INCLUDE_TraceListTasks is set within FreeRTOSConfig.h.
|
||||
It should be set to 0 if using the EUROScope debugger. */
|
||||
/* The definition INCLUDE_TraceListTasks is set within FreeRTOSConfig.h. */
|
||||
#if INCLUDE_TraceListTasks == 1
|
||||
vUtilityStartTraceTask( TASK_UTILITY_PRIORITY );
|
||||
#else
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
FreeRTOS.org V4.7.1 - Copyright (C) 2003-2008 Richard Barry.
|
||||
FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
|
||||
|
||||
This file is part of the FreeRTOS.org distribution.
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
FreeRTOS.org V4.7.1 - Copyright (C) 2003-2008 Richard Barry.
|
||||
FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
|
||||
|
||||
This file is part of the FreeRTOS.org distribution.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue