* Detailed Description:
* Updated the example lwip_FreeRTOS_s32K358 to enable pinging the lwIP stack from the command window
*
* ping 192.168.0.200
*
* Pinging 192.168.0.200 with 32 bytes of data:
*
* Reply from 192.168.0.200: bytes=32 time=1ms TTL=255
* Reply from 192.168.0.200: bytes=32 time=1ms TTL=255
* Reply from 192.168.0.200: bytes=32 time=1ms TTL=255
* Reply from 192.168.0.200: bytes=32 time=1ms TTL=255
*
* Ping statistics for 192.168.0.200:
* Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
* Approximate round trip times in milli-seconds:
* Minimum = 0ms, Maximum = 1ms, Average = 0ms
*
* FRDM-A-S32K358:
* - All jumpers in default positions.
*
* Configuration:
* - Updated pin configuration
* - Updated clock configuration
* - IP address left as default (192.168.0.200) and enabled UDP_ECHO.
* - Added DIO flip API.
*
* main.c
* - Updated only the header
*
* test.c
* - Commented out the code that shuts down the TCP/IP stack after its predefined timeout
* - Added LED task
*
* Test HW: FRDM-A-S32K358 SCH-96522 Rev. A PDF: SPF-96522
* MCU: S32K358
* Debugger: PEmicro
* Target: internal_FLASH
* EVB connection: EMAC J7 Ethernet RJ45 connector <-> Laptop DELL, Windows 11
* or EMAC <-> USB-to-Ethernet adapter <-> Laptop DELL, Windows 11
*
* Revision History:
* Ver Date Author Description of Changes
* 1.0 Jul-29-2026 Julián Aragón Initial version
FRDM-A-S32K358 LwIP enablement with RTD 6.0.0.