osd-contiki/platform/galileo/net
Michael LeMay 38206e3980 galileo: Add Ethernet support
This patch adds support for Ethernet to the Intel Galileo port.  It
uses the Intel Quark X1000 Ethernet driver.  It initializes the first
Ethernet interface and starts some common network services.  By
default, it uses the following addresses:
 - Host: 192.0.2.2
 - Netmask: 255.255.255.0
 - Default gateway: 192.0.2.1
 - DNS server: (same as default gateway)
These settings can be changed by editing eth-conf.c.
2015-12-21 08:06:14 -02:00
..
eth-conf.c galileo: Add Ethernet support 2015-12-21 08:06:14 -02:00
eth-conf.h galileo: Add Ethernet support 2015-12-21 08:06:14 -02:00
eth-proc.c galileo: Add Ethernet support 2015-12-21 08:06:14 -02:00
eth-proc.h galileo: Add Ethernet support 2015-12-21 08:06:14 -02:00