Replace the Webserver demo's uIP with the latest code ripped from the Contiki project by Adam Dunkels.
This commit is contained in:
parent
1008260985
commit
84e1241f80
30 changed files with 1270 additions and 3212 deletions
|
|
@ -76,9 +76,10 @@
|
|||
* <td><b>Description:</b></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>ENABLE_DHCP</td>
|
||||
* <td>ENABLE_DHCP=<i>x</i></td>
|
||||
* <td>Makefile CDEFS</td>
|
||||
* <td>When defined, enables the DHCP client for dynamic IP allocation of the network settings from a DHCP server.</td>
|
||||
* <td>When set to 1, this enables the DHCP client for dynamic IP allocation of the network settings from a DHCP server.
|
||||
* To disable DHCP and use the fixed address settings set elsewhere, set this to zero (do not undefine it).</td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>DEVICE_IP_ADDRESS</td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue