NXP LPC1768 Ethernet driver for lwip and CMSIS-RTOS

Dependents:   EthernetInterface EthernetInterface EthernetInterface_RSF EthernetInterface ... 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.

This library is based on the code of the NXP LPC port of the Lightweight TCP/IP Stack

Copyright(C) 2011, NXP Semiconductor
All rights reserved.

Software that is described herein is for illustrative purposes only
which provides customers with programming information regarding the
products. This software is supplied "AS IS" without any warranties.
NXP Semiconductors assumes no responsibility or liability for the
use of the software, conveys no license or title under any patent,
copyright, or mask work right to the product. NXP Semiconductors
reserves the right to make changes in the software without
notification. NXP Semiconductors also make no representation or
warranty that such application will be suitable for the specified
use without further testing or modification.
Revision:
5:698d868a5285
Parent:
4:d827a085afd9
Child:
7:5754e05385b8
--- a/arch/lpc_emac_config.h	Fri Mar 01 15:30:33 2013 +0000
+++ b/arch/lpc_emac_config.h	Thu May 30 17:15:45 2013 +0100
@@ -1,11 +1,11 @@
 /**********************************************************************
-* $Id$        lpc_emac_config.h            2011-11-20
+* $Id$		lpc_emac_config.h			2011-11-20
 *//**
-* @file        lpc_emac_config.h
-* @brief    PHY and EMAC configuration file
-* @version    1.0
-* @date        20 Nov. 2011
-* @author    NXP MCU SW Application Team
+* @file		lpc_emac_config.h
+* @brief	PHY and EMAC configuration file
+* @version	1.0
+* @date		20 Nov. 2011
+* @author	NXP MCU SW Application Team
 * 
 * Copyright(C) 2011, NXP Semiconductor
 * All rights reserved.
@@ -33,7 +33,7 @@
 {
 #endif
 
-/** @defgroup lwip_phy_config    LWIP PHY configuration
+/** @defgroup lwip_phy_config	LWIP PHY configuration
  * @ingroup lwip_phy
  *
  * Configuration options for the PHY connected to the LPC EMAC.
@@ -63,11 +63,11 @@
  */
 #define PHY_USE_100MBS 1 /**< Sets data rate to 100Mbps. */
 
-/**          
+/**		  
  * @}
  */
 
-/** @defgroup lwip_emac_config    LWIP EMAC configuration
+/** @defgroup lwip_emac_config	LWIP EMAC configuration
  * @ingroup lwip_emac
  *
  * Configuration options for the LPC EMAC.
@@ -98,7 +98,7 @@
  */
 #define LPC_TX_PBUF_BOUNCE_EN 1
 
-/**          
+/**		  
  * @}
  */