Start to configure the uIP demo for the RX RDK hardware. ping is working, but thus far the web server is not.

This commit is contained in:
Richard Barry 2010-09-05 20:06:30 +00:00
parent 2e0af9b6e6
commit a4893aed60
8 changed files with 153 additions and 85 deletions

View file

@ -135,9 +135,9 @@ to exclude the API function. */
#define configMAC_ADDR5 0x11
/* IP address configuration. */
#define configIP_ADDR0 172
#define configIP_ADDR1 25
#define configIP_ADDR2 218
#define configIP_ADDR0 192
#define configIP_ADDR1 168
#define configIP_ADDR2 0
#define configIP_ADDR3 200
/* Netmask configuration. */