]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/FreeRTOSConfig.h
Update version number to 8.1.1 for patch release that re-enables mutexes to be given...
[freertos] / FreeRTOS-Plus / Demo / FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator / FreeRTOSConfig.h
index 749897ad40e2cb7e06f62a9abc0df54e60f59fa2..f9a8c8e9d142b4b7fa91470106fc409be7d489a7 100644 (file)
@@ -1,5 +1,6 @@
 /*\r
-    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V8.1.1 - Copyright (C) 2014 Real Time Engineers Ltd. \r
+    All rights reserved\r
 \r
     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
 \r
     the terms of the GNU General Public License (version 2) as published by the\r
     Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.\r
 \r
-    >>! NOTE: The modification to the GPL is included to allow you to distribute\r
-    >>! a combined work that includes FreeRTOS without being obliged to provide\r
-    >>! the source code for proprietary components outside of the FreeRTOS\r
-    >>! kernel.\r
+    >>!   NOTE: The modification to the GPL is included to allow you to     !<<\r
+    >>!   distribute a combined work that includes FreeRTOS without being   !<<\r
+    >>!   obliged to provide the source code for proprietary components     !<<\r
+    >>!   outside of the FreeRTOS kernel.                                   !<<\r
 \r
     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY\r
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
@@ -81,7 +82,7 @@
  *----------------------------------------------------------*/\r
 \r
 #define configUSE_PREEMPTION                   1\r
-#define configMAX_PRIORITIES                   ( ( unsigned portBASE_TYPE ) 7 )\r
+#define configMAX_PRIORITIES                   ( ( UBaseType_t ) 7 )\r
 #define configTICK_RATE_HZ                             ( 1000 ) /* In this non-real time simulated environment the tick frequency has to be at least a multiple of the Win32 tick frequency, and therefore very slow. */\r
 #define configMINIMAL_STACK_SIZE               ( ( unsigned short ) 60 ) /* In this simulated case, the stack only has to hold one small structure as the real stack is part of the Win32 thread. */\r
 #define configTOTAL_HEAP_SIZE                  ( ( size_t ) ( 32U * 1024U ) )\r
@@ -178,15 +179,15 @@ example, on my development laptop setting configNETWORK_INTERFACE_TO_USE to 1
 results in the wired network being used, while setting\r
 configNETWORK_INTERFACE_TO_USE to 2 results in the wireless network being\r
 used. */\r
-#define configNETWORK_INTERFACE_TO_USE 1L\r
+#define configNETWORK_INTERFACE_TO_USE 4L\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        172\r
-#define configECHO_SERVER_ADDR1 25\r
-#define configECHO_SERVER_ADDR2 218\r
-#define configECHO_SERVER_ADDR3 200\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
 \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