X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=FreeRTOS%2FDemo%2FCORTUS_APS3_GCC%2FDemo%2FFreeRTOSConfig.h;h=7eb8b96cc7f9834960f88908bad7be90b68eb221;hb=abf43e0ca4466819c7c77a7bb37d72aa9175e471;hp=917c3d486fa31a068ab68e313cf506e284ed4c01;hpb=abc9255183aa4ad1b011116333f26570ccc7aa4b;p=freertos diff --git a/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/FreeRTOSConfig.h index 917c3d486..7eb8b96cc 100644 --- a/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/FreeRTOSConfig.h +++ b/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/FreeRTOSConfig.h @@ -1,5 +1,6 @@ /* - FreeRTOS V7.5.2 - Copyright (C) 2013 Real Time Engineers Ltd. + FreeRTOS V7.6.0 - Copyright (C) 2013 Real Time Engineers Ltd. + All rights reserved VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION. @@ -115,20 +116,6 @@ We use --gc-sections when linking, so there is no harm is setting all of these t #define BLOCKQ_1 1 - - -/* A task is created to test the behaviour of the interrupt controller during -context switches. This macro is just used to set a variable to true each time -the test task is switched out - the task itself needs to know when this happens -in order to complete its tests. This macro will slow down the context switch -and can normally be removed (just delete the whole macro, although doing so will -cause the test task to indicate an error). */ -extern void *xICTestTask; -extern volatile unsigned long ulTaskSwitchedOut; -#define traceTASK_SWITCHED_OUT() if( pxCurrentTCB == xICTestTask ) ulTaskSwitchedOut = pdTRUE - - - #endif /* FREERTOS_CONFIG_H */