You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added support of Kinetis K60DN512 (TWR-K60D100M board).
Added support of Kinetis K66FN2M (FRDM-K66F board).
Changed demo application structure:
Demo projects moved to "\fnet\fnet_demos\boards<board_name><demo_name>"
Port-specific configuration parameters, like a compiler support FNET_CFG_COMP_, a processor type FNET_CFG_CPU_, a default serial port number FNET_CFG_CPU_SERIAL_PORT_DEFAULT and others are defined in example project options. This approach allows to have the same fnet_user_config.h per one type of example for all platforms.
Use platform linker files and start up code from Kinetis SDK 2.0, with additional changes required by FNET applications
Fixed memory allocation, that could cause data corruption when the memory pool is fool. Reported by Paul.
Fixed TCP receive. Reported by Eclectice.
Fixed ARP resolving, that could cause data corruption. Thanks to Michal Hanak.
Fixed ENET register map for MPC5744P. Thanks to Patrice Cavin.
Removed examples for old MPC5668G, MK70FN1M, MK60FN1M, MK60N512 and obsolete ColdFire (MCF) platform.