FNET version 1.1.2 released (http://fnet.sourceforge.net):
- FNET Throughput Benchmark tool:
* Added "IP Don`t Fragment" option.
* Added "IP Time to Live" option.
* Added "Timeout" option (in seconds) for sending.
User is able to choose to stop the sending after the number of sent
messages or after the timeout.
* Added possibility of joining of a UDP Multicast group by the receiver.
* Added "refresh" button that updates "Local IP address" combo-box,
in case a network interface enabled/disabled during work of application.
* Added acknowledge packet, at the end of UDP data transfer session,
which contains amount of received data. It helps to determine the amount
of data was received and lost during UDP transfer.
* Throughout value in Bytes/sec was replaced by Kbits/sec.
* Other minor improvements in user interface.
- Added the FNET_CPU_INSTRUCTION_ADDR() macro that sets Thumb bit
of an address for Kinetis entry point (and does nothing for ColdFire).
It is used by the FNET boot-loader and fixes issue caused by SREC files
generated by CodeWarrior for Kinetis.
- Fixed issue in MCF52235 initialization for UART number 2.
- Fixed potential issue in initialization of the DNS client application.
- Fixed potential issue in the fnet_str_to_mac() function.
- Fixed the "strict ANSI C" CW compiler errors.
- Fixed some GCC compiler errors and warnings (even if GCC is not supported).
- Other minor changes/fixes.
Thank you,
Andrey Butok