]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/FreeRTOSConfig.h
Update trace recorder code in the LPC18xx project.
[freertos] / FreeRTOS-Plus / Demo / FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC / FreeRTOSConfig.h
index 07e28943bb2ece0ac50e87bce7a4264142926bbd..48d92c54a6669ad16d088035accedbb14b990215 100644 (file)
@@ -177,7 +177,7 @@ function can have.  Note that lower priority have numerically higher values.  */
 \r
 /* Definitions that map the FreeRTOS port interrupt handlers to their CMSIS\r
 standard names. */\r
-#define vPortSVCHandler SVCall_Handler\r
+#define vPortSVCHandler SVC_Handler\r
 #define xPortPendSVHandler PendSV_Handler\r
 #define xPortSysTickHandler SysTick_Handler\r
 \r
@@ -233,7 +233,7 @@ the iptraceWAITING_FOR_TX_DMA_DESCRIPTOR() IP trace macro. */
 \r
 /* The address of an echo server that will be used by the two demo echo client\r
 tasks.\r
-http://localhost/FreeRTOS-Plus/FreeRTOS_Plus_UDP/Embedded_Ethernet_Examples/Common_Echo_Clients.shtml */\r
+http://FreeRTOS.org/FreeRTOS-Plus/FreeRTOS_Plus_UDP/Embedded_Ethernet_Examples/Common_Echo_Clients.shtml */\r
 #define configECHO_SERVER_ADDR0        172\r
 #define configECHO_SERVER_ADDR1 25\r
 #define configECHO_SERVER_ADDR2 218\r
@@ -251,10 +251,10 @@ each node on the network has a unique MAC address. */
 \r
 /* Default IP address configuration.  Used in ipconfigUSE_DNS is set to 0, or\r
 ipconfigUSE_DNS is set to 1 but a DNS server cannot be contacted. */\r
-#define configIP_ADDR0         192\r
-#define configIP_ADDR1         168\r
-#define configIP_ADDR2         1\r
-#define configIP_ADDR3         125\r
+#define configIP_ADDR0         172\r
+#define configIP_ADDR1         25\r
+#define configIP_ADDR2         218\r
+#define configIP_ADDR3         200\r
 \r
 /* Default gateway IP address configuration.  Used in ipconfigUSE_DNS is set to\r
 0, or ipconfigUSE_DNS is set to 1 but a DNS server cannot be contacted. */\r
@@ -279,9 +279,9 @@ ipconfigUSE_DNS is set to 1 but a DNS server cannot be contacted. */
 #define configNET_MASK3                0\r
 \r
 #if configINCLUDE_TRACE_RELATED_CLI_COMMANDS == 1\r
-       /* Only include the trace macro definitions required by FreeRTOS+Trace is\r
+       /* Only include the trace macro definitions required by FreeRTOS+Trace if\r
        the trace start and trace stop CLI commands are included. */\r
-       #include "trcHooks.h"\r
+       #include "trcKernelPort.h"\r
 #endif\r
 \r
 #endif /* FREERTOS_CONFIG_H */\r