*********************************************************************************
* Detailed Description:
* Updated the example lwip_FreeRTOS_SJA1110 for board S32G-VNP-RDB2
* to enable ping from the command window, from all applicable ports
*
*ping 192.168.0.210
*
*Pinging 192.168.0.210 with 32 bytes of data:
*Reply from 192.168.0.210: bytes=32 time=2ms TTL=255
*Reply from 192.168.0.210: bytes=32 time=1ms TTL=255
*Reply from 192.168.0.210: bytes=32 time=1ms TTL=255
*Reply from 192.168.0.210: bytes=32 time=1ms TTL=255
*
*Ping statistics for 192.168.0.210:
* Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
*Approximate round trip times in milli-seconds:
* Minimum = 1ms, Maximum = 2ms, Average = 1ms
*
* Installed packages to S32DS 3.5 update 14:
* SW32SJA11xx_S32DS_3.5.0_RFP_D2206.zip
* SJA11XX_RTD_4.4_1.0.1_P02_HF01_D2510_DesignStudio_updatesite.zip
* SW32SJA1110_XJA11XX_ETH_PHY_4.4_1.0.8_CD01_D2509_DesignStudio_updatesite.zip
* SJA11XX_ETH_SWITCH_4.4_1.0.2_CD01_D2509_DesignStudio_updatesite.zip
* SW32SJA11xx_FreeRTOS_11.1.0_0.8.0_CD2_D2411_DesignStudio_updatesite.zip
* SJA11XX_TCPIP_2.0.0_CD01_D2510_DesignStudio_updatesite.zip
*
* EVB:
* - SW10[1]: On, SW10[2]: Off
* - SW12[1]: On, SW12[2]: Off
*
* Configuration:
* - Updated switch configuration
* - Updated phy configuration
* - Fixed Mcu/McuModuleConfiguration/McuPowerControlUnit - 1V8 and 2V5
* - Fixed Eth configuration
*
*
*
* - TCPIP stack: enabled UDP_ECHO, etc.
* - Changed IP address to 192.168.0.210
* - Added DIO
* - Added nvm_metadata
* - MAC learning is disabled
* - The example includes two flash images for Port 4 SGMII speed
* configuration towards the S32G:
* - flash_image_2G5.bin (tested)
* - flash_image_1G.bin (not tested)
*
* main.c
* - Updated only the header
* device.c
* - Added LED routines
* test.c
* - Removed code that shuts down the TCP/IP stack after its predefined timeout
* - Added debug stuff
* - Commented out the code that initializes 2nd switch
*
* -----------------------------------------------------------------------------
* Test HW: S32G-VNP-RDB2 REV E
* MCU: SJA1110A
* Debugger: Lauterbach TRACE32
* Target: RAM or external FLASH (flash_image.bin generated)
* EVB connection: any port <-> RDDRONE T1ADAPT (on ports where applicable) <-> USB-to-Ethernet adapter <-> Laptop DELL, Windows 11