mbed IP library over Ethernet

Dependencies:   lwip-eth Socket lwip lwip-sys

Dependents:   denki-yohou_b Network-RTOS NTPClient_HelloWorld temp_FIAP ... more

Legacy Networking Libraries

This is an mbed 2 networking library. For mbed 5, the networking libraries have been revised to better support additional network stacks and thread safety here.

lwipopts_conf.h

Committer:
mbed_official
Date:
2012-06-26
Revision:
2:fa0875593d98
Parent:
1:aee32a27826e
Child:
3:f5776537f27f

File content as of revision 2:fa0875593d98:

#ifndef LWIPOPTS_CONF_H
#define LWIPOPTS_CONF_H

#define LWIP_TRANSPORT_ETHERNET      1

#endif