]> git.sur5r.net Git - freertos/blobdiff - Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/FreeRTOSConfig.h
Continue to develop demo.
[freertos] / Demo / ColdFire_MCF52233_Eclipse / RTOSDemo / FreeRTOSConfig.h
index 407d939513e8cd9f26495ac93cf93d4d564d2444..a3e04a9f22f2358067ad9f620c5689cab283230f 100644 (file)
@@ -68,9 +68,9 @@
 #define configUSE_IDLE_HOOK                            0\r
 #define configUSE_TICK_HOOK                            0\r
 #define configCPU_CLOCK_HZ                             ( ( unsigned portLONG ) 60000000 )\r
-#define configTICK_RATE_HZ                             ( ( portTickType ) 100 )\r
+#define configTICK_RATE_HZ                             ( ( portTickType ) 1000 )\r
 #define configMINIMAL_STACK_SIZE               ( ( unsigned portSHORT ) 100 )\r
-#define configTOTAL_HEAP_SIZE                  ( ( size_t ) ( 15000 ) )\r
+#define configTOTAL_HEAP_SIZE                  ( ( size_t ) ( 19000 ) )\r
 #define configMAX_TASK_NAME_LEN                        ( 12 )\r
 #define configUSE_TRACE_FACILITY               1\r
 #define configUSE_16_BIT_TICKS                 0\r
@@ -103,7 +103,6 @@ to exclude the API function. */
 \r
 void vApplicationSetupInterrupts( void );\r
 \r
-\r
 /* Ethernet configuration. */\r
 #define configMAC_0    0x00\r
 #define configMAC_1    0x04\r
@@ -129,7 +128,7 @@ void vApplicationSetupInterrupts( void );
 \r
 #define configNUM_FEC_RX_BUFFERS       3\r
 #define configFEC_BUFFER_SIZE          1520\r
-#define configUSE_PROMISCUOUS_MODE     0\r
+#define configUSE_PROMISCUOUS_MODE     1\r
 #define configETHERNET_INPUT_TASK_STACK_SIZE ( 320 )\r
 #define configFEC_INTERRUPT_PRIORITY configMAX_SYSCALL_INTERRUPT_PRIORITY\r
 \r