mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-04 21:33:52 -04:00
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:
parent
2e0af9b6e6
commit
a4893aed60
8 changed files with 153 additions and 85 deletions
|
@ -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. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue