* Detailed Description:
* Updated the example lwip_FreeRTOS_s32K344 to enable pinging the lwIP stack from the command window
*
*ping 192.168.0.209
*
*Pinging 192.168.0.209 with 32 bytes of data:
*Reply from 192.168.0.209: bytes=32 time=2ms TTL=255
*Reply from 192.168.0.209: bytes=32 time=1ms TTL=255
*Reply from 192.168.0.209: bytes=32 time=1ms TTL=255
*Reply from 192.168.0.209: bytes=32 time=1ms TTL=255
*
*Ping statistics for 192.168.0.209:
* Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
*Approximate round trip times in milli-seconds:
* Minimum = 1ms, Maximum = 2ms, Average = 1ms
*
*
* EVB:
* - All jumpers in default positions.
*
* Configuration:
* - Updated pin configuration
* - Modified FXOSC, PLLAUX + dividers
* - Platform: added EMAC_0_IRQn interrupt
* - IP address set to 192.168.0.209 and enabled UDP_ECHO, etc.
* - Added DIO
*
* main.c
* - Updated only the header
* device.c
* - No updates
* test.c
* - Commented out the code that shuts down the TCP/IP stack after its predefined timeout
* - Added LED task
*
* ------------------------------------------------------------------------------------------------
* Test HW: MR-CANHUBK344
* MCU: S32K344
* Debugger: Lauterbach Trace32
* Target: internal_FLASH
* EVB connection: EMAC <-> RDDRONE-T1ADAPT <-> USB-to-Ethernet adapter <-> Laptop DELL, Windows 11