mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-19 17:48:33 -04:00
Update the demo directory to use the version 8 type naming conventions.
This commit is contained in:
parent
c6d8892b0d
commit
5a2a8fc319
639 changed files with 3127 additions and 3470 deletions
|
@ -85,7 +85,7 @@
|
|||
#define configUSE_IDLE_HOOK 0
|
||||
#define configUSE_TICK_HOOK 1
|
||||
#define configCPU_CLOCK_HZ ( ( unsigned long ) 72000000 )
|
||||
#define configTICK_RATE_HZ ( ( portTickType ) 1000 )
|
||||
#define configTICK_RATE_HZ ( ( TickType_t ) 1000 )
|
||||
#define configMAX_PRIORITIES ( 5 )
|
||||
#define configMINIMAL_STACK_SIZE ( ( unsigned short ) 128 )
|
||||
#define configTOTAL_HEAP_SIZE ( ( size_t ) ( 17 * 1024 ) )
|
||||
|
|
|
@ -259,7 +259,7 @@
|
|||
<func Header="printi" Icon="3" Type="func" Desc=": long" DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Demo\CORTEX_STM32F103_Primer_GCC\printf-stdarg.c" DeclLine="79"/>
|
||||
<func Header="print" Icon="3" Type="func" Desc=": long" DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Demo\CORTEX_STM32F103_Primer_GCC\printf-stdarg.c" DeclLine="122"/>
|
||||
<func Header="sprintf" Icon="3" Type="func" Desc=": long" DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Demo\CORTEX_STM32F103_Primer_GCC\printf-stdarg.c" DeclLine="194"/>
|
||||
<type Header="xTaskHandle" Icon="1" Type="type" Desc=": " DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\include\task.h" DeclLine="85" Pointer="No"/>
|
||||
<type Header="TaskHandle_t" Icon="1" Type="type" Desc=": " DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\include\task.h" DeclLine="85" Pointer="No"/>
|
||||
<type Header="xQueueHandle" Icon="1" Type="type" Desc=": " DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\include\queue.h" DeclLine="65" Pointer="No"/>
|
||||
<type Header="xQueueHandle" Icon="1" Type="type" Desc=": " DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\include\queue.h" DeclLine="65" Pointer="No"/>
|
||||
<type Header="xSemaphoreHandle" Icon="1" Type="type" Desc=": " DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\include\semphr.h" DeclLine="61" Pointer="No"/>
|
||||
|
@ -281,9 +281,9 @@
|
|||
<variable Header="ulLoopCounter" Icon="2" Type="variable" Desc=": unsigned long" DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Demo\Common\Minimal\GenQTest.c" DeclLine="118" Pointer="No"/>
|
||||
<variable Header="ulLoopCounter2" Icon="2" Type="variable" Desc=": unsigned long" DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Demo\Common\Minimal\GenQTest.c" DeclLine="119" Pointer="No"/>
|
||||
<variable Header="ulGuardedVariable" Icon="2" Type="variable" Desc=": unsigned long" DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Demo\Common\Minimal\GenQTest.c" DeclLine="122" Pointer="No"/>
|
||||
<type Header="xTaskHandle" Icon="1" Type="type" Desc=": " DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\include\task.h" DeclLine="85" Pointer="No"/>
|
||||
<type Header="TaskHandle_t" Icon="1" Type="type" Desc=": " DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\include\task.h" DeclLine="85" Pointer="No"/>
|
||||
<variable Header="xHighPriorityMutexTask" Icon="2" Type="variable" Desc=": " DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Demo\Common\Minimal\GenQTest.c" DeclLine="126" Pointer="No"/>
|
||||
<type Header="xTaskHandle" Icon="1" Type="type" Desc=": " DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\include\task.h" DeclLine="85" Pointer="No"/>
|
||||
<type Header="TaskHandle_t" Icon="1" Type="type" Desc=": " DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\include\task.h" DeclLine="85" Pointer="No"/>
|
||||
<variable Header="xMediumPriorityMutexTask" Icon="2" Type="variable" Desc=": " DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Demo\Common\Minimal\GenQTest.c" DeclLine="126" Pointer="No"/>
|
||||
<type Header="portTickType" Icon="1" Type="type" Desc=": unsigned long" DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\portable\GCC\ARM_CM3\portmacro.h" DeclLine="83" Pointer="No"/>
|
||||
<type Header="xQueueHandle" Icon="1" Type="type" Desc=": " DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\include\queue.h" DeclLine="65" Pointer="No"/>
|
||||
|
@ -296,7 +296,7 @@
|
|||
<variable Header="sBlockingConsumerCount" Icon="2" Type="variable" Desc=": int[3]" DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Demo\Common\Minimal\BlockQ.c" DeclLine="116" Pointer="No"/>
|
||||
<variable Header="sBlockingProducerCount" Icon="2" Type="variable" Desc=": int[3]" DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Demo\Common\Minimal\BlockQ.c" DeclLine="120" Pointer="No"/>
|
||||
<type Header="portTickType" Icon="1" Type="type" Desc=": unsigned long" DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\portable\GCC\ARM_CM3\portmacro.h" DeclLine="83" Pointer="No"/>
|
||||
<type Header="xTaskHandle" Icon="1" Type="type" Desc=": " DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\include\task.h" DeclLine="85" Pointer="No"/>
|
||||
<type Header="TaskHandle_t" Icon="1" Type="type" Desc=": " DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\include\task.h" DeclLine="85" Pointer="No"/>
|
||||
<type Header="xQueueHandle" Icon="1" Type="type" Desc=": " DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\include\queue.h" DeclLine="65" Pointer="No"/>
|
||||
<func Header="xAreBlockTimeTestTasksStillRunning" Icon="3" Type="func" Desc=": long" DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Demo\Common\Minimal\blocktim.c" DeclLine="466"/>
|
||||
<func Header="vCreateBlockTimeTasks" Icon="3" Type="func" Desc=": void" DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Demo\Common\Minimal\blocktim.c" DeclLine="106"/>
|
||||
|
@ -304,13 +304,13 @@
|
|||
<func Header="vPrimaryBlockTimeTestTask" Icon="3" Type="func" Desc=": void" DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Demo\Common\Minimal\blocktim.c" DeclLine="125"/>
|
||||
<type Header="xQueueHandle" Icon="1" Type="type" Desc=": " DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\include\queue.h" DeclLine="65" Pointer="No"/>
|
||||
<variable Header="xTestQueue" Icon="2" Type="variable" Desc=": " DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Demo\Common\Minimal\blocktim.c" DeclLine="85" Pointer="No"/>
|
||||
<type Header="xTaskHandle" Icon="1" Type="type" Desc=": " DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\include\task.h" DeclLine="85" Pointer="No"/>
|
||||
<type Header="TaskHandle_t" Icon="1" Type="type" Desc=": " DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\include\task.h" DeclLine="85" Pointer="No"/>
|
||||
<variable Header="xSecondary" Icon="2" Type="variable" Desc=": " DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Demo\Common\Minimal\blocktim.c" DeclLine="89" Pointer="No"/>
|
||||
<variable Header="xPrimaryCycles" Icon="2" Type="variable" Desc=": long" DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Demo\Common\Minimal\blocktim.c" DeclLine="92" Pointer="No"/>
|
||||
<variable Header="xSecondaryCycles" Icon="2" Type="variable" Desc=": long" DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Demo\Common\Minimal\blocktim.c" DeclLine="92" Pointer="No"/>
|
||||
<variable Header="xErrorOccurred" Icon="2" Type="variable" Desc=": long" DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Demo\Common\Minimal\blocktim.c" DeclLine="93" Pointer="No"/>
|
||||
<variable Header="xRunIndicator" Icon="2" Type="variable" Desc=": unsigned long" DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Demo\Common\Minimal\blocktim.c" DeclLine="97" Pointer="No"/>
|
||||
<type Header="xTaskHandle" Icon="1" Type="type" Desc=": " DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\include\task.h" DeclLine="85" Pointer="No"/>
|
||||
<type Header="TaskHandle_t" Icon="1" Type="type" Desc=": " DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\include\task.h" DeclLine="85" Pointer="No"/>
|
||||
<type Header="xQueueHandle" Icon="1" Type="type" Desc=": " DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\include\queue.h" DeclLine="65" Pointer="No"/>
|
||||
<func Header="xAreQueuePeekTasksStillRunning" Icon="3" Type="func" Desc=": long" DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Demo\Common\Minimal\QPeek.c" DeclLine="427"/>
|
||||
<func Header="vStartQueuePeekTasks" Icon="3" Type="func" Desc=": void" DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Demo\Common\Minimal\QPeek.c" DeclLine="106"/>
|
||||
|
@ -325,11 +325,11 @@
|
|||
<type Header="xQueueHandle" Icon="1" Type="type" Desc=": " DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\include\queue.h" DeclLine="65" Pointer="No"/>
|
||||
<variable Header="xErrorDetected" Icon="2" Type="variable" Desc=": long" DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Demo\Common\Minimal\QPeek.c" DeclLine="95" Pointer="No"/>
|
||||
<variable Header="ulLoopCounter" Icon="2" Type="variable" Desc=": unsigned long" DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Demo\Common\Minimal\QPeek.c" DeclLine="99" Pointer="No"/>
|
||||
<type Header="xTaskHandle" Icon="1" Type="type" Desc=": " DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\include\task.h" DeclLine="85" Pointer="No"/>
|
||||
<type Header="TaskHandle_t" Icon="1" Type="type" Desc=": " DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\include\task.h" DeclLine="85" Pointer="No"/>
|
||||
<variable Header="xMediumPriorityTask" Icon="2" Type="variable" Desc=": " DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Demo\Common\Minimal\QPeek.c" DeclLine="102" Pointer="No"/>
|
||||
<type Header="xTaskHandle" Icon="1" Type="type" Desc=": " DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\include\task.h" DeclLine="85" Pointer="No"/>
|
||||
<type Header="TaskHandle_t" Icon="1" Type="type" Desc=": " DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\include\task.h" DeclLine="85" Pointer="No"/>
|
||||
<variable Header="xHighPriorityTask" Icon="2" Type="variable" Desc=": " DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Demo\Common\Minimal\QPeek.c" DeclLine="102" Pointer="No"/>
|
||||
<type Header="xTaskHandle" Icon="1" Type="type" Desc=": " DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\include\task.h" DeclLine="85" Pointer="No"/>
|
||||
<type Header="TaskHandle_t" Icon="1" Type="type" Desc=": " DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\include\task.h" DeclLine="85" Pointer="No"/>
|
||||
<variable Header="xHighestPriorityTask" Icon="2" Type="variable" Desc=": " DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Demo\Common\Minimal\QPeek.c" DeclLine="102" Pointer="No"/>
|
||||
<type Header="xQueueHandle" Icon="1" Type="type" Desc=": " DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\include\queue.h" DeclLine="65" Pointer="No"/>
|
||||
<func Header="xArePollingQueuesStillRunning" Icon="3" Type="func" Desc=": long" DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Demo\Common\Minimal\PollQ.c" DeclLine="220"/>
|
||||
|
@ -372,43 +372,43 @@
|
|||
<type Header="xListItem" Icon="1" Type="type" Desc=": struct xLIST_ITEM" DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\include\list.h" DeclLine="104" Pointer="No"/>
|
||||
<type Header="xMiniListItem" Icon="1" Type="type" Desc=": struct xMINI_LIST_ITEM" DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\include\list.h" DeclLine="112" Pointer="No"/>
|
||||
<type Header="xList" Icon="1" Type="type" Desc=": struct xLIST" DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\include\list.h" DeclLine="122" Pointer="No"/>
|
||||
<type Header="xTaskHandle" Icon="1" Type="type" Desc=": " DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\include\task.h" DeclLine="85" Pointer="No"/>
|
||||
<type Header="TaskHandle_t" Icon="1" Type="type" Desc=": " DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\include\task.h" DeclLine="85" Pointer="No"/>
|
||||
<type Header="xTimeOutType" Icon="1" Type="type" Desc=": struct xTIME_OUT" DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\include\task.h" DeclLine="94" Pointer="No"/>
|
||||
<type Header="tskTCB" Icon="1" Type="type" Desc=": struct tskTaskControlBlock" DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\tasks.c" DeclLine="103" Pointer="No"/>
|
||||
<func Header="xTaskIsTaskSuspended" Icon="3" Type="func" Desc=": long" DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\tasks.c" DeclLine="872"/>
|
||||
<type Header="xTaskHandle" Icon="1" Type="type" Desc=": " DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\include\task.h" DeclLine="85" Pointer="No"/>
|
||||
<type Header="TaskHandle_t" Icon="1" Type="type" Desc=": " DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\include\task.h" DeclLine="85" Pointer="No"/>
|
||||
<func Header="vTaskSuspendAll" Icon="3" Type="func" Desc=": void" DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\tasks.c" DeclLine="1037"/>
|
||||
<func Header="vTaskSwitchContext" Icon="3" Type="func" Desc=": void" DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\tasks.c" DeclLine="1516"/>
|
||||
<func Header="vTaskSetTimeOutState" Icon="3" Type="func" Desc=": void" DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\tasks.c" DeclLine="1677"/>
|
||||
<func Header="vTaskMissedYield" Icon="3" Type="func" Desc=": void" DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\tasks.c" DeclLine="1727"/>
|
||||
<type Header="xTaskHandle" Icon="1" Type="type" Desc=": " DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\include\task.h" DeclLine="85" Pointer="No"/>
|
||||
<type Header="TaskHandle_t" Icon="1" Type="type" Desc=": " DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\include\task.h" DeclLine="85" Pointer="No"/>
|
||||
<func Header="xTaskGetCurrentTaskHandle" Icon="3" Type="func" Desc=": void" DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\tasks.c" DeclLine="2096"/>
|
||||
<func Header="vTaskPriorityDisinherit" Icon="3" Type="func" Desc=": void" DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\tasks.c" DeclLine="2170"/>
|
||||
<type Header="xTaskHandle" Icon="1" Type="type" Desc=": " DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\include\task.h" DeclLine="85" Pointer="No"/>
|
||||
<type Header="xTaskHandle" Icon="1" Type="type" Desc=": " DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\include\task.h" DeclLine="85" Pointer="No"/>
|
||||
<type Header="xTaskHandle" Icon="1" Type="type" Desc=": " DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\include\task.h" DeclLine="85" Pointer="No"/>
|
||||
<type Header="TaskHandle_t" Icon="1" Type="type" Desc=": " DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\include\task.h" DeclLine="85" Pointer="No"/>
|
||||
<type Header="TaskHandle_t" Icon="1" Type="type" Desc=": " DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\include\task.h" DeclLine="85" Pointer="No"/>
|
||||
<type Header="TaskHandle_t" Icon="1" Type="type" Desc=": " DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\include\task.h" DeclLine="85" Pointer="No"/>
|
||||
<func Header="vTaskPriorityInherit" Icon="3" Type="func" Desc=": void" DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\tasks.c" DeclLine="2138"/>
|
||||
<type Header="xTaskHandle" Icon="1" Type="type" Desc=": " DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\include\task.h" DeclLine="85" Pointer="No"/>
|
||||
<type Header="TaskHandle_t" Icon="1" Type="type" Desc=": " DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\include\task.h" DeclLine="85" Pointer="No"/>
|
||||
<func Header="xTaskRemoveFromEventList" Icon="3" Type="func" Desc=": long" DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\tasks.c" DeclLine="1630"/>
|
||||
<func Header="xTaskCheckForTimeOut" Icon="3" Type="func" Desc=": long" DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\tasks.c" DeclLine="1684"/>
|
||||
<func Header="xTaskGetTickCount" Icon="3" Type="func" Desc=": unsigned long" DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\tasks.c" DeclLine="1127"/>
|
||||
<func Header="uxTaskPriorityGet" Icon="3" Type="func" Desc=": unsigned long" DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\tasks.c" DeclLine="702"/>
|
||||
<type Header="xTaskHandle" Icon="1" Type="type" Desc=": " DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\include\task.h" DeclLine="85" Pointer="No"/>
|
||||
<type Header="TaskHandle_t" Icon="1" Type="type" Desc=": " DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\include\task.h" DeclLine="85" Pointer="No"/>
|
||||
<func Header="vTaskPlaceOnEventList" Icon="3" Type="func" Desc=": void" DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\tasks.c" DeclLine="1560"/>
|
||||
<func Header="vTaskIncrementTick" Icon="3" Type="func" Desc=": void" DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\tasks.c" DeclLine="1320"/>
|
||||
<func Header="xTaskResumeAll" Icon="3" Type="func" Desc=": long" DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\tasks.c" DeclLine="1045"/>
|
||||
<func Header="vTaskResume" Icon="3" Type="func" Desc=": void" DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\tasks.c" DeclLine="903"/>
|
||||
<type Header="xTaskHandle" Icon="1" Type="type" Desc=": " DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\include\task.h" DeclLine="85" Pointer="No"/>
|
||||
<type Header="TaskHandle_t" Icon="1" Type="type" Desc=": " DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\include\task.h" DeclLine="85" Pointer="No"/>
|
||||
<func Header="vTaskSuspend" Icon="3" Type="func" Desc=": void" DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\tasks.c" DeclLine="829"/>
|
||||
<type Header="xTaskHandle" Icon="1" Type="type" Desc=": " DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\include\task.h" DeclLine="85" Pointer="No"/>
|
||||
<type Header="TaskHandle_t" Icon="1" Type="type" Desc=": " DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\include\task.h" DeclLine="85" Pointer="No"/>
|
||||
<func Header="vTaskPrioritySet" Icon="3" Type="func" Desc=": void" DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\tasks.c" DeclLine="724"/>
|
||||
<type Header="xTaskHandle" Icon="1" Type="type" Desc=": " DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\include\task.h" DeclLine="85" Pointer="No"/>
|
||||
<type Header="TaskHandle_t" Icon="1" Type="type" Desc=": " DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\include\task.h" DeclLine="85" Pointer="No"/>
|
||||
<func Header="vTaskDelay" Icon="3" Type="func" Desc=": void" DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\tasks.c" DeclLine="641"/>
|
||||
<func Header="vTaskDelayUntil" Icon="3" Type="func" Desc=": void" DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\tasks.c" DeclLine="564"/>
|
||||
<func Header="prvIdleTask" Icon="3" Type="func" Desc=": void" DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\tasks.c" DeclLine="1743"/>
|
||||
<func Header="xTaskCreate" Icon="3" Type="func" Desc=": long" DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\tasks.c" DeclLine="373"/>
|
||||
<type Header="pdTASK_CODE" Icon="1" Type="type" Desc=": " DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\include\projdefs.h" DeclLine="56" Pointer="No"/>
|
||||
<type Header="xTaskHandle" Icon="1" Type="type" Desc=": " DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\include\task.h" DeclLine="85" Pointer="No"/>
|
||||
<type Header="TaskHandle_t" Icon="1" Type="type" Desc=": " DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\include\task.h" DeclLine="85" Pointer="No"/>
|
||||
<func Header="vTaskStartScheduler" Icon="3" Type="func" Desc=": void" DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\tasks.c" DeclLine="984"/>
|
||||
<variable Header="pxReadyTasksLists" Icon="2" Type="variable" Desc=": struct xLIST[5]" DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\tasks.c" DeclLine="119" Pointer="No"/>
|
||||
<variable Header="xDelayedTaskList1" Icon="2" Type="variable" Desc=": struct xLIST" DeclFile="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\tasks.c" DeclLine="120" Pointer="No"/>
|
||||
|
|
|
@ -1039,7 +1039,7 @@
|
|||
<type Family="Base" Name="long unsigned int" ID="19834"/>
|
||||
<type Family="Base" Name="char" ID="19841"/>
|
||||
<type Family="Pointer" TI="19832" toTI="0"/>
|
||||
<type Family="typedef" Name="xTaskHandle" Line="85" ID="19853" toTI="19832"/>
|
||||
<type Family="typedef" Name="TaskHandle_t" Line="85" ID="19853" toTI="19832"/>
|
||||
<type Family="Pointer" TI="19832" toTI="0"/>
|
||||
<type Family="typedef" Name="xQueueHandle" Line="65" ID="19864" toTI="19832"/>
|
||||
<type Family="Pointer" TI="19832" toTI="0"/>
|
||||
|
@ -1090,10 +1090,10 @@
|
|||
<variable Name="ulLoopCounter2" FileName="C:\E\temp\rc\5\FreeRTOSV5.3.1\Demo\Common\Minimal\GenQTest.c" Line="119" Addr="0x20000684" TI="19848"/>
|
||||
<variable Name="ulGuardedVariable" FileName="C:\E\temp\rc\5\FreeRTOSV5.3.1\Demo\Common\Minimal\GenQTest.c" Line="122" Addr="0x20000694" TI="19848"/>
|
||||
<type Family="Pointer" TI="19832" toTI="0"/>
|
||||
<type Family="typedef" Name="xTaskHandle" Line="85" ID="19853" toTI="19832"/>
|
||||
<type Family="typedef" Name="TaskHandle_t" Line="85" ID="19853" toTI="19832"/>
|
||||
<variable Name="xHighPriorityMutexTask" FileName="C:\E\temp\rc\5\FreeRTOSV5.3.1\Demo\Common\Minimal\GenQTest.c" Line="126" Addr="0x20000690" TI="19853"/>
|
||||
<type Family="Pointer" TI="19832" toTI="0"/>
|
||||
<type Family="typedef" Name="xTaskHandle" Line="85" ID="19853" toTI="19832"/>
|
||||
<type Family="typedef" Name="TaskHandle_t" Line="85" ID="19853" toTI="19832"/>
|
||||
<variable Name="xMediumPriorityMutexTask" FileName="C:\E\temp\rc\5\FreeRTOSV5.3.1\Demo\Common\Minimal\GenQTest.c" Line="126" Addr="0x2000068C" TI="19853"/>
|
||||
</module>
|
||||
<module Name="C:\E\temp\rc\5\FreeRTOSV5.3.1\Demo\Common\Minimal\BlockQ.c" >
|
||||
|
@ -1162,7 +1162,7 @@
|
|||
<type Family="Base" Name="unsigned char" ID="21168"/>
|
||||
<type Family="typedef" Name="portTickType" Line="83" ID="21183" toTI="21154"/>
|
||||
<type Family="Pointer" TI="21126" toTI="0"/>
|
||||
<type Family="typedef" Name="xTaskHandle" Line="85" ID="21194" toTI="21126"/>
|
||||
<type Family="typedef" Name="TaskHandle_t" Line="85" ID="21194" toTI="21126"/>
|
||||
<type Family="Pointer" TI="21126" toTI="0"/>
|
||||
<type Family="typedef" Name="xQueueHandle" Line="65" ID="21205" toTI="21126"/>
|
||||
<function Name="xAreBlockTimeTestTasksStillRunning" TI="21128" FileName="C:\E\temp\rc\5\FreeRTOSV5.3.1\Demo\Common\Minimal\blocktim.c" Line="466">
|
||||
|
@ -1192,7 +1192,7 @@
|
|||
<type Family="typedef" Name="xQueueHandle" Line="65" ID="21205" toTI="21126"/>
|
||||
<variable Name="xTestQueue" FileName="C:\E\temp\rc\5\FreeRTOSV5.3.1\Demo\Common\Minimal\blocktim.c" Line="85" Addr="0x200006C4" TI="21205"/>
|
||||
<type Family="Pointer" TI="21126" toTI="0"/>
|
||||
<type Family="typedef" Name="xTaskHandle" Line="85" ID="21194" toTI="21126"/>
|
||||
<type Family="typedef" Name="TaskHandle_t" Line="85" ID="21194" toTI="21126"/>
|
||||
<variable Name="xSecondary" FileName="C:\E\temp\rc\5\FreeRTOSV5.3.1\Demo\Common\Minimal\blocktim.c" Line="89" Addr="0x200006C8" TI="21194"/>
|
||||
<variable Name="xPrimaryCycles" FileName="C:\E\temp\rc\5\FreeRTOSV5.3.1\Demo\Common\Minimal\blocktim.c" Line="92" Addr="0x200006B0" TI="21149"/>
|
||||
<variable Name="xSecondaryCycles" FileName="C:\E\temp\rc\5\FreeRTOSV5.3.1\Demo\Common\Minimal\blocktim.c" Line="92" Addr="0x200006B8" TI="21149"/>
|
||||
|
@ -1213,7 +1213,7 @@
|
|||
<type Family="Base" Name="long unsigned int" ID="21727"/>
|
||||
<type Family="Base" Name="char" ID="21734"/>
|
||||
<type Family="Pointer" TI="21725" toTI="0"/>
|
||||
<type Family="typedef" Name="xTaskHandle" Line="85" ID="21751" toTI="21725"/>
|
||||
<type Family="typedef" Name="TaskHandle_t" Line="85" ID="21751" toTI="21725"/>
|
||||
<type Family="Pointer" TI="21725" toTI="0"/>
|
||||
<type Family="typedef" Name="xQueueHandle" Line="65" ID="21762" toTI="21725"/>
|
||||
<function Name="xAreQueuePeekTasksStillRunning" TI="21715" FileName="C:\E\temp\rc\5\FreeRTOSV5.3.1\Demo\Common\Minimal\QPeek.c" Line="427">
|
||||
|
@ -1255,13 +1255,13 @@
|
|||
<variable Name="xErrorDetected" FileName="C:\E\temp\rc\5\FreeRTOSV5.3.1\Demo\Common\Minimal\QPeek.c" Line="95" Addr="0x200006D8" TI="21741"/>
|
||||
<variable Name="ulLoopCounter" FileName="C:\E\temp\rc\5\FreeRTOSV5.3.1\Demo\Common\Minimal\QPeek.c" Line="99" Addr="0x200006D0" TI="21746"/>
|
||||
<type Family="Pointer" TI="21725" toTI="0"/>
|
||||
<type Family="typedef" Name="xTaskHandle" Line="85" ID="21751" toTI="21725"/>
|
||||
<type Family="typedef" Name="TaskHandle_t" Line="85" ID="21751" toTI="21725"/>
|
||||
<variable Name="xMediumPriorityTask" FileName="C:\E\temp\rc\5\FreeRTOSV5.3.1\Demo\Common\Minimal\QPeek.c" Line="102" Addr="0x20004D20" TI="21751"/>
|
||||
<type Family="Pointer" TI="21725" toTI="0"/>
|
||||
<type Family="typedef" Name="xTaskHandle" Line="85" ID="21751" toTI="21725"/>
|
||||
<type Family="typedef" Name="TaskHandle_t" Line="85" ID="21751" toTI="21725"/>
|
||||
<variable Name="xHighPriorityTask" FileName="C:\E\temp\rc\5\FreeRTOSV5.3.1\Demo\Common\Minimal\QPeek.c" Line="102" Addr="0x20004D1C" TI="21751"/>
|
||||
<type Family="Pointer" TI="21725" toTI="0"/>
|
||||
<type Family="typedef" Name="xTaskHandle" Line="85" ID="21751" toTI="21725"/>
|
||||
<type Family="typedef" Name="TaskHandle_t" Line="85" ID="21751" toTI="21725"/>
|
||||
<variable Name="xHighestPriorityTask" FileName="C:\E\temp\rc\5\FreeRTOSV5.3.1\Demo\Common\Minimal\QPeek.c" Line="102" Addr="0x20004D24" TI="21751"/>
|
||||
</module>
|
||||
<module Name="C:\E\temp\rc\5\FreeRTOSV5.3.1\Demo\Common\Minimal\PollQ.c" >
|
||||
|
@ -1606,7 +1606,7 @@
|
|||
</type>
|
||||
<type Family="typedef" Name="xList" Line="122" ID="26206" toTI="26135"/>
|
||||
<type Family="Pointer" TI="25830" toTI="0"/>
|
||||
<type Family="typedef" Name="xTaskHandle" Line="85" ID="26217" toTI="25830"/>
|
||||
<type Family="typedef" Name="TaskHandle_t" Line="85" ID="26217" toTI="25830"/>
|
||||
<type Family="ComponentList" Name="xTIME_OUT" Line="91" ID="26228">
|
||||
<Component Name="xOverflowCount" TI="26240" Line="92" Offs="0"/>
|
||||
<Component Name="xTimeOnEntering" TI="26254" Line="93" Offs="4"/>
|
||||
|
@ -1627,7 +1627,7 @@
|
|||
<type Family="typedef" Name="tskTCB" Line="103" ID="26419" toTI="26280"/>
|
||||
<function Name="xTaskIsTaskSuspended" TI="25881" FileName="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\tasks.c" Line="872">
|
||||
<type Family="Pointer" TI="25830" toTI="0"/>
|
||||
<type Family="typedef" Name="xTaskHandle" Line="85" ID="26217" toTI="25830"/>
|
||||
<type Family="typedef" Name="TaskHandle_t" Line="85" ID="26217" toTI="25830"/>
|
||||
<parameter Name="xTask" TI="26217" FileName="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\tasks.c" Line="872" Addr="0x0" Param="Yes"/>
|
||||
<variable Name="xReturn" FileName="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\tasks.c" Line="873" Addr="0x0" TI="25881"/>
|
||||
<type Family="Pointer" TI="26512" toTI="26518"/>
|
||||
|
@ -1646,26 +1646,26 @@
|
|||
<function Name="vTaskMissedYield" TI="0" FileName="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\tasks.c" Line="1727">
|
||||
</function >
|
||||
<type Family="Pointer" TI="25830" toTI="0"/>
|
||||
<type Family="typedef" Name="xTaskHandle" Line="85" ID="26217" toTI="25830"/>
|
||||
<type Family="typedef" Name="TaskHandle_t" Line="85" ID="26217" toTI="25830"/>
|
||||
<function Name="xTaskGetCurrentTaskHandle" TI="26217" FileName="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\tasks.c" Line="2096">
|
||||
</function >
|
||||
<function Name="vTaskPriorityDisinherit" TI="0" FileName="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\tasks.c" Line="2170">
|
||||
<type Family="Pointer" TI="25830" toTI="0"/>
|
||||
<type Family="typedef" Name="xTaskHandle" Line="85" ID="26217" toTI="25830"/>
|
||||
<type Family="typedef" Name="TaskHandle_t" Line="85" ID="26217" toTI="25830"/>
|
||||
<type Family="Pointer" TI="26785" toTI="26217"/>
|
||||
<parameter Name="pxMutexHolder" TI="26780" FileName="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\tasks.c" Line="2170" Addr="0x0" Param="Yes"/>
|
||||
<type Family="Pointer" TI="26796" toTI="26419"/>
|
||||
<variable Name="pxTCB" FileName="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\tasks.c" Line="2171" Addr="0x4" TI="26791"/>
|
||||
</function >
|
||||
<type Family="Pointer" TI="25830" toTI="0"/>
|
||||
<type Family="typedef" Name="xTaskHandle" Line="85" ID="26217" toTI="25830"/>
|
||||
<type Family="typedef" Name="TaskHandle_t" Line="85" ID="26217" toTI="25830"/>
|
||||
<type Family="Pointer" TI="26785" toTI="26217"/>
|
||||
<type Family="Pointer" TI="25830" toTI="0"/>
|
||||
<type Family="typedef" Name="xTaskHandle" Line="85" ID="26217" toTI="25830"/>
|
||||
<type Family="typedef" Name="TaskHandle_t" Line="85" ID="26217" toTI="25830"/>
|
||||
<type Family="Pointer" TI="26785" toTI="26217"/>
|
||||
<function Name="vTaskPriorityInherit" TI="0" FileName="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\tasks.c" Line="2138">
|
||||
<type Family="Pointer" TI="25830" toTI="0"/>
|
||||
<type Family="typedef" Name="xTaskHandle" Line="85" ID="26217" toTI="25830"/>
|
||||
<type Family="typedef" Name="TaskHandle_t" Line="85" ID="26217" toTI="25830"/>
|
||||
<type Family="Pointer" TI="26785" toTI="26217"/>
|
||||
<parameter Name="pxMutexHolder" TI="26780" FileName="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\tasks.c" Line="2138" Addr="0x0" Param="Yes"/>
|
||||
<variable Name="pxTCB" FileName="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\tasks.c" Line="2139" Addr="0x4" TI="26791"/>
|
||||
|
@ -1686,7 +1686,7 @@
|
|||
</function >
|
||||
<function Name="uxTaskPriorityGet" TI="25891" FileName="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\tasks.c" Line="702">
|
||||
<type Family="Pointer" TI="25830" toTI="0"/>
|
||||
<type Family="typedef" Name="xTaskHandle" Line="85" ID="26217" toTI="25830"/>
|
||||
<type Family="typedef" Name="TaskHandle_t" Line="85" ID="26217" toTI="25830"/>
|
||||
<parameter Name="pxTask" TI="26217" FileName="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\tasks.c" Line="702" Addr="0x0" Param="Yes"/>
|
||||
<variable Name="pxTCB" FileName="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\tasks.c" Line="703" Addr="0x0" TI="26796"/>
|
||||
<variable Name="uxReturn" FileName="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\tasks.c" Line="704" Addr="0x4" TI="25891"/>
|
||||
|
@ -1707,19 +1707,19 @@
|
|||
</function >
|
||||
<function Name="vTaskResume" TI="0" FileName="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\tasks.c" Line="903">
|
||||
<type Family="Pointer" TI="25830" toTI="0"/>
|
||||
<type Family="typedef" Name="xTaskHandle" Line="85" ID="26217" toTI="25830"/>
|
||||
<type Family="typedef" Name="TaskHandle_t" Line="85" ID="26217" toTI="25830"/>
|
||||
<parameter Name="pxTaskToResume" TI="26217" FileName="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\tasks.c" Line="903" Addr="0x0" Param="Yes"/>
|
||||
<variable Name="pxTCB" FileName="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\tasks.c" Line="904" Addr="0x5" TI="26796"/>
|
||||
</function >
|
||||
<function Name="vTaskSuspend" TI="0" FileName="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\tasks.c" Line="829">
|
||||
<type Family="Pointer" TI="25830" toTI="0"/>
|
||||
<type Family="typedef" Name="xTaskHandle" Line="85" ID="26217" toTI="25830"/>
|
||||
<type Family="typedef" Name="TaskHandle_t" Line="85" ID="26217" toTI="25830"/>
|
||||
<parameter Name="pxTaskToSuspend" TI="26217" FileName="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\tasks.c" Line="829" Addr="0x0" Param="Yes"/>
|
||||
<variable Name="pxTCB" FileName="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\tasks.c" Line="830" Addr="0x4" TI="26796"/>
|
||||
</function >
|
||||
<function Name="vTaskPrioritySet" TI="0" FileName="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\tasks.c" Line="724">
|
||||
<type Family="Pointer" TI="25830" toTI="0"/>
|
||||
<type Family="typedef" Name="xTaskHandle" Line="85" ID="26217" toTI="25830"/>
|
||||
<type Family="typedef" Name="TaskHandle_t" Line="85" ID="26217" toTI="25830"/>
|
||||
<parameter Name="pxTask" TI="26217" FileName="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\tasks.c" Line="724" Addr="0x0" Param="Yes"/>
|
||||
<parameter Name="uxNewPriority" TI="25891" FileName="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\tasks.c" Line="724" Addr="0x1" Param="Yes"/>
|
||||
<variable Name="pxTCB" FileName="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\tasks.c" Line="725" Addr="0x4" TI="26796"/>
|
||||
|
@ -1751,7 +1751,7 @@
|
|||
<parameter Name="pvParameters" TI="25830" FileName="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\tasks.c" Line="373" Addr="0x3" Param="Yes"/>
|
||||
<parameter Name="uxPriority" TI="25891" FileName="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\tasks.c" Line="373" Addr="0x34000028" Param="Yes"/>
|
||||
<type Family="Pointer" TI="25830" toTI="0"/>
|
||||
<type Family="typedef" Name="xTaskHandle" Line="85" ID="26217" toTI="25830"/>
|
||||
<type Family="typedef" Name="TaskHandle_t" Line="85" ID="26217" toTI="25830"/>
|
||||
<type Family="Pointer" TI="26785" toTI="26217"/>
|
||||
<parameter Name="pxCreatedTask" TI="26785" FileName="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\tasks.c" Line="373" Addr="0x3400002C" Param="Yes"/>
|
||||
<variable Name="xReturn" FileName="C:\E\temp\rc\5\FreeRTOSV5.3.1\Source\tasks.c" Line="374" Addr="0x0" TI="25881"/>
|
||||
|
|
|
@ -143,7 +143,7 @@ extra code. */
|
|||
#define mainBITMAP_X ( 18 )
|
||||
#define mainURL_Y ( 8 )
|
||||
#define mainURL_X ( 78 )
|
||||
#define mainSPLASH_SCREEN_DELAY ( 2000 / portTICK_RATE_MS )
|
||||
#define mainSPLASH_SCREEN_DELAY ( 2000 / portTICK_PERIOD_MS )
|
||||
|
||||
/* Text drawing related constants. */
|
||||
#define mainLCD_CHAR_HEIGHT ( 13 )
|
||||
|
@ -164,13 +164,13 @@ these can require a larger stack. */
|
|||
#define mainMAX_MSG_LEN 25
|
||||
|
||||
/* The time between cycles of the 'check' task. */
|
||||
#define mainCHECK_DELAY ( ( portTickType ) 5000 / portTICK_RATE_MS )
|
||||
#define mainCHECK_DELAY ( ( TickType_t ) 5000 / portTICK_PERIOD_MS )
|
||||
|
||||
/* The period at which the MEMS input should be updated. */
|
||||
#define mainMEMS_DELAY ( ( portTickType ) 100 / portTICK_RATE_MS )
|
||||
#define mainMEMS_DELAY ( ( TickType_t ) 100 / portTICK_PERIOD_MS )
|
||||
|
||||
/* The rate at which the flash task toggles the LED. */
|
||||
#define mainFLASH_DELAY ( ( portTickType ) 1000 / portTICK_RATE_MS )
|
||||
#define mainFLASH_DELAY ( ( TickType_t ) 1000 / portTICK_PERIOD_MS )
|
||||
|
||||
/* The number of nano seconds between each processor clock. */
|
||||
#define mainNS_PER_CLOCK ( ( unsigned long ) ( ( 1.0 / ( double ) configCPU_CLOCK_HZ ) * 1000000000.0 ) )
|
||||
|
@ -236,7 +236,7 @@ static void prvFlashTask( void *pvParameters );
|
|||
/*-----------------------------------------------------------*/
|
||||
|
||||
/* The queue used to send messages to the LCD task. */
|
||||
xQueueHandle xLCDQueue;
|
||||
QueueHandle_t xLCDQueue;
|
||||
|
||||
/*-----------------------------------------------------------*/
|
||||
|
||||
|
@ -328,7 +328,7 @@ const char * const pcBlankLine = " ";
|
|||
|
||||
static void prvCheckTask( void *pvParameters )
|
||||
{
|
||||
portTickType xLastExecutionTime;
|
||||
TickType_t xLastExecutionTime;
|
||||
xLCDMessage xMessage;
|
||||
static signed char cPassMessage[ mainMAX_MSG_LEN ];
|
||||
extern unsigned short usMaxJitter;
|
||||
|
@ -472,7 +472,7 @@ static void prvSetupHardware( void )
|
|||
|
||||
static void prvFlashTask( void *pvParameters )
|
||||
{
|
||||
portTickType xLastExecutionTime;
|
||||
TickType_t xLastExecutionTime;
|
||||
|
||||
/* Initialise the xLastExecutionTime variable on task entry. */
|
||||
xLastExecutionTime = xTaskGetTickCount();
|
||||
|
@ -489,7 +489,7 @@ portTickType xLastExecutionTime;
|
|||
|
||||
void starting_delay( unsigned long ul )
|
||||
{
|
||||
vTaskDelay( ( portTickType ) ul );
|
||||
vTaskDelay( ( TickType_t ) ul );
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue