lwIP | stm32h7: Add Ethernet driver for STM32H743ZI Nucleo (!37)
Claudio Grasso (@ClaudioGrasso)
gitlab at rtems.org
Sun May 24 17:42:32 UTC 2026
Claudio Grasso commented on a discussion on stm32h7/include/ethernetif.h: https://gitlab.rtems.org/rtems/pkg/rtems-lwip/-/merge_requests/37#note_150955
>
> #include "lwip/err.h"
> #include "lwip/netif.h"
> +#ifndef __rtems__
> #include "cmsis_os.h"
> +#endif /* __rtems__ */
> +
> +#ifdef __rtems__
Done in the latest push. Merged the two adjacent guard blocks into a single `#ifndef __rtems__ / #else / #endif` structure. Pristine #include "cmsis_os.h" stays in its original position; only the RTEMS-side shape changed.
--
View it on GitLab: https://gitlab.rtems.org/rtems/pkg/rtems-lwip/-/merge_requests/37#note_150955
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/20260524/ad39d232/attachment.htm>
More information about the bugs
mailing list