]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/FreeRTOSConfig.h
Update TimerDemo.c to test the new vTimerSetTimerID() function.
[freertos] / FreeRTOS-Plus / Demo / FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator / FreeRTOSConfig.h
index a19cf46169da0f9b5bfa72c2015adcd5569ababe..d61a38d00038b090463ab1d378f2a0ceea49154b 100644 (file)
@@ -185,13 +185,16 @@ configNETWORK_INTERFACE_TO_USE to 2 results in the wireless network being
 used. */\r
 #define configNETWORK_INTERFACE_TO_USE 4L\r
 \r
+/* Only when using BufferAllocation_1.c. */\r
+#define configUSE_STATIC_BUFFERS 1\r
+\r
 /* The address of an echo server that will be used by the two demo echo client\r
 tasks.\r
 http://www.FreeRTOS.org/FreeRTOS-Plus/FreeRTOS_Plus_UDP/Embedded_Ethernet_Examples/Common_Echo_Clients.shtml */\r
-#define configECHO_SERVER_ADDR0        10\r
-#define configECHO_SERVER_ADDR1 134\r
-#define configECHO_SERVER_ADDR2 134\r
-#define configECHO_SERVER_ADDR3 71\r
+#define configECHO_SERVER_ADDR0        172\r
+#define configECHO_SERVER_ADDR1 25\r
+#define configECHO_SERVER_ADDR2 218\r
+#define configECHO_SERVER_ADDR3 100\r
 \r
 /* Default MAC address configuration.  The demo creates a virtual network\r
 connection that uses this MAC address by accessing the raw Ethernet/WiFi data\r