Rewrite from scratch a TCP/IP stack for mbed. So far the following parts are usable: Drivers: - EMAC driver (from CMSIS 2.0) Protocols: - Ethernet protocol - ARP over ethernet for IPv4 - IPv4 over Ethernet - ICMPv4 over IPv4 - UDPv4 over IPv4 APIs: - Sockets for UDPv4 The structure of this stack is designed to be very modular. Each protocol can register one or more protocol to handle its payload, and in each protocol, an API can be hooked (like Sockets for example). This is an early release.

Revision:
1:f4040665bc61
Parent:
0:19f5f51584de
Child:
4:cb3dc3361be5
--- a/lpc17xx_clkpwr.h	Sun Jun 12 11:23:03 2011 +0000
+++ b/lpc17xx_clkpwr.h	Sun Jun 12 19:17:11 2011 +0000
@@ -100,9 +100,9 @@
 #define    CLKPWR_PCLKSEL_MC              ((uint32_t)(62))
 
 /** Macro for Peripheral Clock Selection register bit values
- * Note: When CCLK_DIV_8, Peripheral�s clock is selected to
+ * Note: When CCLK_DIV_8, Peripheral�s clock is selected to
  * PCLK_xyz = CCLK/8 except for CAN1, CAN2, and CAN filtering
- * when �11�selects PCLK_xyz = CCLK/6 */
+ * when �11�selects PCLK_xyz = CCLK/6 */
 /* Peripheral clock divider is set to 4 from CCLK */
 #define    CLKPWR_PCLKSEL_CCLK_DIV_4  ((uint32_t)(0))
 /** Peripheral clock divider is the same with CCLK */