<listOptionValue builtIn="false" value=""${workspace_loc:/${ProjName}/Library}""/>\r
<listOptionValue builtIn="false" value=""${workspace_loc:/${ProjName}/Common-Demo-Source/include}""/>\r
<listOptionValue builtIn="false" value=""${workspace_loc:/${ProjName}/FreeRTOS/include}""/>\r
- <listOptionValue builtIn="false" value=""${workspace_loc:/${ProjName}/FreeRTOS/portable/CCS/ARM_Cortex-R4_RM48_TMS570}""/>\r
+ <listOptionValue builtIn="false" value=""${workspace_loc:/${ProjName}/FreeRTOS/portable/CCS/ARM_Cortex-R4}""/>\r
<listOptionValue builtIn="false" value=""${CG_TOOL_ROOT}/include""/>\r
<listOptionValue builtIn="false" value=""${workspace_loc:/${ProjName}}""/>\r
<listOptionValue builtIn="false" value=""${workspace_loc:/${ProjName}/startup}""/>\r
<listOptionValue builtIn="false" value=""${workspace_loc:/${ProjName}/Common-Demo-Source/include}""/>\r
<listOptionValue builtIn="false" value=""${workspace_loc:/${ProjName}/Library}""/>\r
<listOptionValue builtIn="false" value=""${workspace_loc:/${ProjName}/FreeRTOS/include}""/>\r
- <listOptionValue builtIn="false" value=""${workspace_loc:/${ProjName}/FreeRTOS/portable/CCS/ARM_Cortex-R4_RM48_TMS570}""/>\r
+ <listOptionValue builtIn="false" value=""${workspace_loc:/${ProjName}/FreeRTOS/portable/CCS/ARM_Cortex-R4}""/>\r
<listOptionValue builtIn="false" value=""${CG_TOOL_ROOT}/include""/>\r
<listOptionValue builtIn="false" value=""${workspace_loc:/${ProjName}}""/>\r
<listOptionValue builtIn="false" value=""${workspace_loc:/${ProjName}/startup}""/>\r
encoding//With_FPU/FreeRTOS/subdir_vars.mk=UTF-8\r
encoding//With_FPU/Library/subdir_rules.mk=UTF-8\r
encoding//With_FPU/Library/subdir_vars.mk=UTF-8\r
+encoding//With_FPU/RM48_FreeRTOS_Demo/source/subdir_rules.mk=UTF-8\r
+encoding//With_FPU/RM48_FreeRTOS_Demo/source/subdir_vars.mk=UTF-8\r
encoding//With_FPU/makefile=UTF-8\r
encoding//With_FPU/objects.mk=UTF-8\r
encoding//With_FPU/sources.mk=UTF-8\r
encoding//With_FPU/subdir_vars.mk=UTF-8\r
encoding//Without_FPU/Common-Demo-Source/subdir_rules.mk=UTF-8\r
encoding//Without_FPU/Common-Demo-Source/subdir_vars.mk=UTF-8\r
-encoding//Without_FPU/FreeRTOS/portable/CCS/ARM_Cortex-R4_RM48_TMS570/subdir_rules.mk=UTF-8\r
-encoding//Without_FPU/FreeRTOS/portable/CCS/ARM_Cortex-R4_RM48_TMS570/subdir_vars.mk=UTF-8\r
+encoding//Without_FPU/FreeRTOS/portable/CCS/ARM_Cortex-R4/subdir_rules.mk=UTF-8\r
+encoding//Without_FPU/FreeRTOS/portable/CCS/ARM_Cortex-R4/subdir_vars.mk=UTF-8\r
encoding//Without_FPU/FreeRTOS/portable/MemMang/subdir_rules.mk=UTF-8\r
encoding//Without_FPU/FreeRTOS/portable/MemMang/subdir_vars.mk=UTF-8\r
encoding//Without_FPU/FreeRTOS/subdir_rules.mk=UTF-8\r
encoding//Without_FPU/FreeRTOS/subdir_vars.mk=UTF-8\r
encoding//Without_FPU/Library/subdir_rules.mk=UTF-8\r
encoding//Without_FPU/Library/subdir_vars.mk=UTF-8\r
+encoding//Without_FPU/RM48_FreeRTOS_Demo/source/subdir_rules.mk=UTF-8\r
+encoding//Without_FPU/RM48_FreeRTOS_Demo/source/subdir_vars.mk=UTF-8\r
encoding//Without_FPU/makefile=UTF-8\r
encoding//Without_FPU/objects.mk=UTF-8\r
encoding//Without_FPU/sources.mk=UTF-8\r
MD FreeRTOS\include\r
MD FreeRTOS\portable\r
MD FreeRTOS\portable\CCS\r
- MD FreeRTOS\portable\CCS\ARM_Cortex-R4_RM48_TMS570\r
+ MD FreeRTOS\portable\CCS\ARM_Cortex-R4\r
MD FreeRTOS\portable\MemMang \r
MD Common-Demo-Source\r
MD Common-Demo-Source\include\r
copy %FREERTOS_SOURCE%\include\*.* FreeRTOS\include\r
\r
REM Copy the portable layer files into the project directory\r
- copy %FREERTOS_SOURCE%\portable\CCS\ARM_Cortex-R4_RM48_TMS570\*.* FreeRTOS\portable\CCS\ARM_Cortex-R4_RM48_TMS570\r
+ copy %FREERTOS_SOURCE%\portable\CCS\ARM_Cortex-R4\*.* FreeRTOS\portable\CCS\ARM_Cortex-R4\r
\r
REM Copy the memory allocation files into the project directory\r
copy %FREERTOS_SOURCE%\portable\MemMang\heap_4.c FreeRTOS\portable\MemMang\r
/* Tasks are deleted by the idle task. Under heavy load the idle task might\r
not get much processing time, so it would be legitimate for several tasks to\r
remain undeleted for a short period. */\r
-static const unsigned portBASE_TYPE uxMaxNumberOfExtraTasksRunning = 2;\r
+static const unsigned portBASE_TYPE uxMaxNumberOfExtraTasksRunning = 3;\r
\r
/* Used to store a handle to the task that should be killed by a suicidal task,\r
before it kills itself. */\r