]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/CORTEX_M4_ATSAM4E_Atmel_Studio/src/config/FreeRTOSIPConfig.h
Add graphics to the SAM4E demo.
[freertos] / FreeRTOS / Demo / CORTEX_M4_ATSAM4E_Atmel_Studio / src / config / FreeRTOSIPConfig.h
index ffaf4ecf1a48f69ee22434ad1225acca087f569b..05ef011803cda59bee915876c6937c0c3d600308 100644 (file)
@@ -111,7 +111,7 @@ stack will revert to using the static IP address even when ipconfigUSE_DHCP is
 set to 1 if a valid configuration cannot be obtained from a DHCP server for any\r
 reason.  The static configuration used is that passed into the stack by the\r
 FreeRTOS_IPInit() function call. */\r
-#define ipconfigUSE_DHCP       0\r
+#define ipconfigUSE_DHCP       1\r
 \r
 /* When ipconfigUSE_DHCP is set to 1, DHCP requests will be sent out at\r
 increasing time intervals until either a reply is received from a DHCP server\r
@@ -205,7 +205,7 @@ contain.  For normal Ethernet V2 frames the maximum MTU is 1500.  Setting a
 lower value can save RAM, depending on the buffer management scheme used.  If\r
 ipconfigCAN_FRAGMENT_OUTGOING_PACKETS is 1 then (ipconfigNETWORK_MTU - 28) must\r
 be divisible by 8. */\r
-#define ipconfigNETWORK_MTU 1200\r
+#define ipconfigNETWORK_MTU 1000\r
 \r
 /* Set ipconfigUSE_DNS to 1 to include a basic DNS client/resolver.  DNS is used\r
 through the FreeRTOS_gethostbyname() API function. */\r