]> git.sur5r.net Git - freertos/commitdiff
Update the version numbers in the demos that were not released in V7.0.2 to be V7...
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Mon, 26 Sep 2011 14:46:18 +0000 (14:46 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Mon, 26 Sep 2011 14:46:18 +0000 (14:46 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1613 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

Demo/WIN32-MSVC-lwIP/FreeRTOSConfig.h
Demo/WIN32-MSVC-lwIP/WIN32.suo
Demo/WIN32-MSVC-lwIP/lwIP_Apps/apps/BasicSocketCommandServer/BasicSocketCommandServer.c
Demo/WIN32-MSVC-lwIP/lwIP_Apps/lwIP_Apps.c
Demo/WIN32-MSVC-lwIP/main.c

index b6cd85c01028e93051999c386b4ddc11b846b33a..410ed563bc8ddcbbca12dfb7a022c1345b370817 100644 (file)
@@ -122,7 +122,7 @@ void vMainConfigureTimerForRunTimeStats( void );
 extern void vAssertCalled( void );\r
 #define configASSERT( x ) if( ( x ) == 0 ) vAssertCalled()\r
 \r
-#define configNETWORK_INTERFACE_TO_USE 1L\r
+#define configNETWORK_INTERFACE_TO_USE 2L\r
 \r
 #define configMAC_ISR_SIMULATOR_PRIORITY       ( 6 )\r
 #define configLWIP_TASK_PRIORITY                       ( 5 )\r
@@ -136,9 +136,9 @@ extern void vAssertCalled( void );
 #define configMAC_ADDR5        0x16\r
 \r
 /* IP address configuration. */\r
-#define configIP_ADDR0         192\r
-#define configIP_ADDR1         168\r
-#define configIP_ADDR2         0\r
+#define configIP_ADDR0         172\r
+#define configIP_ADDR1         25\r
+#define configIP_ADDR2         218\r
 #define configIP_ADDR3         200\r
 \r
 /* Netmask configuration. */\r
@@ -147,4 +147,13 @@ extern void vAssertCalled( void );
 #define configNET_MASK2                255\r
 #define configNET_MASK3                0\r
 \r
+/* The size of the global output buffer that is available for use when there\r
+are multiple command interpreters running at once (for example, one on a UART\r
+and one on TCP/IP).  This is done to prevent an output buffer being defined by\r
+each implementation - which would waste RAM.  In this case, there is only one\r
+command interpreter running, and it has its own local output buffer, so the\r
+global buffer is just set to be one byte long as it is not used and should not\r
+take up unnecessary RAM. */\r
+#define configCOMMAND_INT_MAX_OUTPUT_SIZE 1\r
+\r
 #endif /* FREERTOS_CONFIG_H */\r
index 927b60a6315bd6dfbd133a3d02aa43fc40abbeeb..8706f003ec5c7c8b8aa2d23fd1a04a13e1f9654a 100644 (file)
Binary files a/Demo/WIN32-MSVC-lwIP/WIN32.suo and b/Demo/WIN32-MSVC-lwIP/WIN32.suo differ
index 2a85735b9a31b509ee4c527c66b9bae0d3e0b866..f3c796630ddea17e7aa37905882ec0d1152a63d2 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.0.1 - Copyright (C) 2011 Real Time Engineers Ltd.\r
+    FreeRTOS V7.0.2 - Copyright (C) 2011 Real Time Engineers Ltd.\r
        \r
 \r
     ***************************************************************************\r
index ab4f20758887fd768ccaa8c0114fc171c0cfc404..5b8c402b7f75195ddb513e0f4421096a8a5a036a 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.0.1 - Copyright (C) 2011 Real Time Engineers Ltd.\r
+    FreeRTOS V7.0.2 - Copyright (C) 2011 Real Time Engineers Ltd.\r
        \r
 \r
     ***************************************************************************\r
index ac29b6acb9594e89ca4f2050e9e7fb7736a58545..76e8b285a7854a6c9af126860f76313fe532400e 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.0.1 - Copyright (C) 2011 Real Time Engineers Ltd.\r
+    FreeRTOS V7.0.2 - Copyright (C) 2011 Real Time Engineers Ltd.\r
        \r
 \r
     ***************************************************************************\r