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
Revision 8:d6222c305d94, committed 2013-06-24
- Comitter:
- daniele
- Date:
- Mon Jun 24 09:23:12 2013 +0000
- Parent:
- 7:260ff19dafef
- Commit message:
- Latest version, using polling driver;
Changed in this revision
pico_dev_mbed_emac_private.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r 260ff19dafef -r d6222c305d94 pico_dev_mbed_emac_private.h --- 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 */