]> git.sur5r.net Git - freertos/commitdiff
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@183 1d2547de-c912-0410...
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Wed, 13 Feb 2008 13:22:44 +0000 (13:22 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Wed, 13 Feb 2008 13:22:44 +0000 (13:22 +0000)
Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/config/FreeRTOSConfig.h

index 8885329e2cf78d0f26304b049c3d3c6de2eb9003..3c09d2efea862fc12f980a63619ab8e96adff5b4 100644 (file)
 \r
 /* \r
  * The below define should be same as the option selected by the Memory \r
- * Model (Project->Setup Project->C Compiler->Catagory->Target Depend ) \r
+ * Model (Project->Setup Project->C Compiler->Category->Target Depend ) \r
  *\r
  * Valid settings here include:\r
- * portSMALL     16 Bit    16 Bit\r
- * portMEDIUM    16 Bit    24 Bit\r
- * portCOMPACT   24 Bit    16 Bit\r
- * portLARGE     24 Bit    24 Bit\r
+ * ------- Memory models ---------      Data     Code\r
+ * portSMALL                                                   16 Bit    16 Bit\r
+ * portMEDIUM                                                  16 Bit    24 Bit\r
+ * portCOMPACT                                                 24 Bit    16 Bit\r
+ * portLARGE                                                   24 Bit    24 Bit\r
  */\r
 #define configMEMMODEL portMEDIUM\r
 \r
-\r
+/* Demo specific definition - set this to 1 if you want to include the task\r
+that writes trace and debug information to the UART.  This cannot be used\r
+when running the application using the EUROScope debugger. */\r
+#define INCLUDE_TraceListTasks         0\r
 \r
 /*-----------------------------------------------------------\r
  * Application specific definitions.\r
@@ -68,7 +72,7 @@
  *----------------------------------------------------------*/\r
 #define configUSE_PREEMPTION           1\r
 #define configUSE_IDLE_HOOK                    1\r
-#define configUSE_TICK_HOOK                    1\r
+#define configUSE_TICK_HOOK                    0\r
 #define configCPU_CLOCK_HZ                     ( ( unsigned portLONG ) 56000000 )      /* Clock setup from start.asm in the demo application. */\r
 #define configCLKP1_CLOCK_HZ           ( ( unsigned portLONG ) 56000000 )      /* Clock setup from start.asm in the demo application. */\r
 #define configTICK_RATE_HZ                     ( (portTickType) 100 )\r
@@ -97,4 +101,8 @@ to exclude the API function. */
 #define INCLUDE_vTaskDelay                                     1\r
 #define INCLUDE_xTaskGetSchedulerState         1\r
 #define INCLUDE_xTaskGetCurrentTaskHandle      1\r
+\r
+\r
+#define configKERNEL_INTERRUPT_PRIORITY 6\r
+\r
 #endif /* FREERTOS_CONFIG_H */\r