lwIP | stm32h7: Add Ethernet driver for STM32H743ZI Nucleo (!37)
Kinsey Moore (@opticron)
gitlab at rtems.org
Sun May 24 03:20:30 UTC 2026
Kinsey Moore started a new discussion on stm32h7/include/ethernetif.h: https://gitlab.rtems.org/rtems/pkg/rtems-lwip/-/merge_requests/37#note_150911
>
> #include "lwip/err.h"
> #include "lwip/netif.h"
> +#ifndef __rtems__
> #include "cmsis_os.h"
> +#endif /* __rtems__ */
> +
> +#ifdef __rtems__
Condense these into an `#else`.
--
View it on GitLab: https://gitlab.rtems.org/rtems/pkg/rtems-lwip/-/merge_requests/37#note_150911
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/8e2173c5/attachment.htm>
More information about the bugs
mailing list