]> git.sur5r.net Git - freertos/blobdiff - Demo/RX600_RX62N-MDK_Renesas/RTOSDemo/FreeRTOSConfig.h
Update the RX MDK demo to include the web server. Minor tidy up to the RDK version...
[freertos] / Demo / RX600_RX62N-MDK_Renesas / RTOSDemo / FreeRTOSConfig.h
index 722b0c47104a73645f5814a55ff24f82a2b2c8f0..984d0bed3599b124318ec95d579d896220199032 100644 (file)
@@ -83,7 +83,7 @@
 #define configIDLE_SHOULD_YIELD                        1\r
 #define configUSE_CO_ROUTINES                  0\r
 #define configUSE_MUTEXES                              1\r
-#define configGENERATE_RUN_TIME_STATS  0\r
+#define configGENERATE_RUN_TIME_STATS  1\r
 #define configCHECK_FOR_STACK_OVERFLOW 2\r
 #define configUSE_RECURSIVE_MUTEXES            1\r
 #define configQUEUE_REGISTRY_SIZE              0\r
@@ -120,8 +120,9 @@ to exclude the API function. */
 #define INCLUDE_uxTaskGetStackHighWaterMark    1\r
 #define INCLUDE_xTaskGetSchedulerState         1\r
 \r
-\r
-\r
+extern volatile unsigned long ulHighFrequencyTickCount;\r
+#define portCONFIGURE_TIMER_FOR_RUN_TIME_STATS() nop() /* Run time stats use the same timer as the high frequency timer test. */\r
+#define portGET_RUN_TIME_COUNTER_VALUE() ulHighFrequencyTickCount\r
 /*-----------------------------------------------------------\r
  * Ethernet configuration.\r
  *-----------------------------------------------------------*/\r
@@ -138,7 +139,7 @@ to exclude the API function. */
 #define configIP_ADDR0         192\r
 #define configIP_ADDR1         168\r
 #define configIP_ADDR2         0\r
-#define configIP_ADDR3         201\r
+#define configIP_ADDR3         200\r
 \r
 /* Netmask configuration. */\r
 #define configNET_MASK0                255\r