A PicoTCP driver for the lpc1768 mbed board in polling mode, to allow usage with the legacy PicoTCP API

Dependents:   ZeroMQ_PicoTCP_Publisher_demo

Fork of lpc1768-picotcp-eth by TASS Belgium

Revision:
8:d6222c305d94
Parent:
2:a8d9cf10e65a
--- a/pico_dev_mbed_emac_private.h	Sat Jun 22 14:50:35 2013 +0000
+++ b/pico_dev_mbed_emac_private.h	Mon Jun 24 09:23:12 2013 +0000
@@ -25,7 +25,7 @@
 #define EMAC_INTERRUPT_PRIORITY       0 /* the lower the number, the higher the priority */
 
 /* EMAC Memory Buffer configuration for 16K Ethernet RAM. */
-#define NUM_RX_FRAG         3           /* Num.of RX Fragments 4*1536= 6.0kB */
+#define NUM_RX_FRAG         4           /* Num.of RX Fragments 4*1536= 6.0kB */
 #define NUM_TX_FRAG         3           /* Num.of TX Fragments 3*1536= 4.6kB */
 #define ETH_MAX_MTU         1536        /* Max. Ethernet Frame Size          */