lwIP | stm32h7: Add Ethernet driver for STM32H743ZI Nucleo (!37)

Claudio Grasso (@ClaudioGrasso) gitlab at rtems.org
Fri May 1 15:40:28 UTC 2026




Claudio Grasso commented on a discussion on rtemslwip/test/stm32h7_test/udp_server.c: https://gitlab.rtems.org/rtems/pkg/rtems-lwip/-/merge_requests/37#note_149382

 > +/**
 > + * @file udp_server.c
 > + * @brief Simple UDP Echo Server for STM32H7/RTEMS
 > + *
 > + * This file implements a basic UDP server using the lwIP socket API.
 > + * It runs as a dedicated thread, listening on port 5005. Received packets
 > + * are reversed and echoed back to the sender to demonstrate UDP connectivity.
 > + *
 > + * This file is part of the RTEMS lwIP port and is released into the Public Domain.
 > + */

Agreed. The UDP echo server has been removed from the MR. If a UDP test is needed in the future it will be implemented in rtems-net-services using the standard socket API.

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/pkg/rtems-lwip/-/merge_requests/37#note_149382
You're receiving this email because of your account on gitlab.rtems.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20260501/37ea6887/attachment-0001.htm>


More information about the bugs mailing list