The official Mbed 2 C/C++ SDK provides the software platform and libraries to build your applications.

Dependents:   hello SerialTestv11 SerialTestv12 Sierpinski ... more

Issue: Ethernet class: payload limitation.

While using this mBed platform files, by instantiating an object of class Ethernet, the limit of the ethernet frame size is up to 0x300 bytes.

While checking another version of mBed platform files, in which the source files are available instead of using an archive "libmbed.a", I found that it can be used a new logic that allows to increase such limit up to 1536 bytes, this is done within the file "ethernet_api.c" by defining the macro NEW_ETH_BUFFER to any value different from zero.

Is it possible to get an "libmbed.a" for TARGET_LPC1768 using TOOLCHAIN_GCC_ARM with the change described above?

Thank you in advance.

Regards!