]> git.sur5r.net Git - freertos/blobdiff - Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/config/config.h
Add Fujitsu FX definition to portable.h.
[freertos] / Demo / MB96340_Softune / FreeRTOS_96348hs_SK16FX100PMC / Src / config / config.h
index ae42c7f1a061c4dea92ecb0306cfc7c5af22e5b7..78403f071b8d119f8a5e27e64b787d3d99fd3aec 100644 (file)
@@ -1,12 +1,17 @@
 /* THIS SAMPLE CODE IS PROVIDED AS IS AND IS SUBJECT TO ALTERATIONS. FUJITSU */\r
+\r
 /* MICROELECTRONICS ACCEPTS NO RESPONSIBILITY OR LIABILITY FOR ANY ERRORS OR */\r
+\r
 /* ELIGIBILITY FOR ANY PURPOSES.                                             */\r
+\r
 /*                 (C) Fujitsu Microelectronics Europe GmbH                  */\r
+\r
 /*---------------------------------------------------------------------------\r
   config.h\r
   - This file contains the defines to include or exclude a certain demo\r
     application function.\r
 /*---------------------------------------------------------------------------*/\r
+\r
 /* The below are the defines that includes the corresponding function (those create related\r
  * tasks) if they are defined and vice a versa.\r
  */\r
  * requires high amount of memory. It should be noted that if all the task are tried to be inclued\r
  * then the compiler would give memory overflow error.\r
  */\r
-\r
 #if __CONFIG__ == 1\r
-       #define INCLUDE_AltStartComTestTasks            1\r
-       #define INCLUDE_StartMathTasks                          0\r
-       #define INCLUDE_CreateBlockTimeTasks            0\r
-       #define INCLUDE_TraceListTasks                          0\r
+       #define INCLUDE_AltStartComTestTasks    1\r
+       #define INCLUDE_StartMathTasks                  0\r
+       #define INCLUDE_CreateBlockTimeTasks    0\r
+       #define INCLUDE_TraceListTasks                  0\r
 #elif __CONFIG__ == 2\r
-       #define INCLUDE_AltStartComTestTasks            0\r
-       #define INCLUDE_StartMathTasks                          0\r
-       #define INCLUDE_CreateBlockTimeTasks            0\r
-       #define INCLUDE_TraceListTasks                          1\r
+       #define INCLUDE_AltStartComTestTasks    0\r
+       #define INCLUDE_StartMathTasks                  0\r
+       #define INCLUDE_CreateBlockTimeTasks    0\r
+       #define INCLUDE_TraceListTasks                  1\r
 #elif __CONFIG__ == 3\r
-       #define INCLUDE_AltStartComTestTasks            1\r
-       #define INCLUDE_StartMathTasks                          1\r
-       #define INCLUDE_CreateBlockTimeTasks            1\r
-       #define INCLUDE_TraceListTasks                          0\r
+       #define INCLUDE_AltStartComTestTasks    0\r
+       #define INCLUDE_StartMathTasks                  0\r
+       #define INCLUDE_CreateBlockTimeTasks    0\r
+       #define INCLUDE_TraceListTasks                  0\r
 #elif __CONFIG__ == 4\r
-       #define INCLUDE_AltStartComTestTasks            0\r
-       #define INCLUDE_StartMathTasks                          0\r
-       #define INCLUDE_CreateBlockTimeTasks            1\r
-       #define INCLUDE_TraceListTasks                          1\r
+       #define INCLUDE_AltStartComTestTasks    0\r
+       #define INCLUDE_StartMathTasks                  0\r
+       #define INCLUDE_CreateBlockTimeTasks    1\r
+       #define INCLUDE_TraceListTasks                  1\r
 #else\r
+       #define INCLUDE_AltStartComTestTasks    0\r
+       #define INCLUDE_StartMathTasks                  0\r
+       #define INCLUDE_CreateBlockTimeTasks    0\r
+       #define INCLUDE_TraceListTasks                  0\r
        #error __CONFIG__ should be defined and it should have value between 1 to 4\r
 #endif\r