Re: [PATCH] STM32H743ZI Nucleo and basic lwIP support

2021-04-21 Thread Robin Müller
Actually, the configurations for GPIOA and GPIOC are completely overlapping and could be reused to the NUCLEO BSP. Kind Regards Robin On Wed, 21 Apr 2021 at 11:23, Robin Müller wrote: > I'm sorry I have to dig this up and bother you again but it's something > that i spotted when browsing the ST

Re: [PATCH] STM32H743ZI Nucleo and basic lwIP support

2021-04-21 Thread Robin Müller
I'm sorry I have to dig this up and bother you again but it's something that i spotted when browsing the STM CubeH7 code and which is a similar problem to the UART3 issue and might affect NUCLEO users who would like to use libbsd networking. Similarly to the UART3, the pins for the ETH initializati

Re: [PATCH] STM32H743ZI Nucleo and basic lwIP support

2021-04-12 Thread Robin Müller
I can split up the rest of the patch. I would rename STM32H7_ADD_LWIP from the BSP configuration to RTEMS_USE_LWIP as a more generic variant which could be reused for other BSPs if that is okay. Kind Regards Robin On Mon, 12 Apr 2021 at 10:46, Robin Müller wrote: > The variant worked without is

Re: [PATCH] STM32H743ZI Nucleo and basic lwIP support

2021-04-12 Thread Robin Müller
The variant worked without issues. Kind Regards Robin On Fri, 9 Apr 2021 at 09:21, Robin Müller wrote: > Hello Sebastian, > > I will have a look at it soon. > > Kind Regards > Robin > > On Tue, 6 Apr 2021 at 10:01, Sebastian Huber < > sebastian.hu...@embedded-brains.de> wrote: > >> Hello Robin,

Re: [PATCH] STM32H743ZI Nucleo and basic lwIP support

2021-04-09 Thread Robin Müller
Hello Sebastian, I will have a look at it soon. Kind Regards Robin On Tue, 6 Apr 2021 at 10:01, Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > Hello Robin, > > sorry for the delay. I checked in some patches to add a > "arm/nucleo-h743zi" BSP variant. Could you please check if th

Re: [PATCH] STM32H743ZI Nucleo and basic lwIP support

2021-04-06 Thread Sebastian Huber
Hello Robin, sorry for the delay. I checked in some patches to add a "arm/nucleo-h743zi" BSP variant. Could you please check if this variant works on the board. Could you please split up the remaining pieces of the patch into separate commits. -- embedded brains GmbH Herr Sebastian HUBER D

Re: [PATCH] STM32H743ZI Nucleo and basic lwIP support

2021-04-02 Thread Vijay Kumar Banerjee
On Fri, Apr 2, 2021 at 2:25 AM Robin Müller wrote: > > Hi Vijay, > > It looks interesting, but I am not really a LwIP expert. I might look into it once I have more time in 1-2 weeks. > I only have a BBB and the STM32H7 as test HW right now, but I guess this is a good starting point. That indeed is

Re: [PATCH] STM32H743ZI Nucleo and basic lwIP support

2021-04-02 Thread Robin Müller
The change with void HAL_ETH_MspInit(ETH_HandleTypeDef *heth) was just that most other function definitions I saw were on one line so I assumed this was a little formatting mistake. I can discard the change if this was intentional. I can add #ifndef __rtems__ for the section with the legacy defin

Re: [PATCH] STM32H743ZI Nucleo and basic lwIP support

2021-04-02 Thread Robin Müller
Hi Vijay, It looks interesting, but I am not really a LwIP expert. I might look into it once I have more time in 1-2 weeks. I only have a BBB and the STM32H7 as test HW right now, but I guess this is a good starting point. Does this mean that the lwIP repository contains the architecture specific

Re: [PATCH] STM32H743ZI Nucleo and basic lwIP support

2021-03-29 Thread Vijay Kumar Banerjee
On Mon, Mar 29, 2021 at 9:52 AM Gedare Bloom wrote: > > On Mon, Mar 29, 2021 at 6:17 AM Robin Mueller > wrote: > > > > This patch adds support for the STM32H743ZI-Nucleo board > > variation. This currently works by setting the STM32H743ZI_NUCLEO > > flag in the config.ini flag > > > > It also ad

Re: [PATCH] STM32H743ZI Nucleo and basic lwIP support

2021-03-29 Thread Gedare Bloom
On Mon, Mar 29, 2021 at 6:17 AM Robin Mueller wrote: > > This patch adds support for the STM32H743ZI-Nucleo board > variation. This currently works by setting the STM32H743ZI_NUCLEO > flag in the config.ini flag > > It also adds basic lwIP support which can be enabled > with the flag STM32H7_ADD_L

[PATCH] STM32H743ZI Nucleo and basic lwIP support

2021-03-29 Thread Robin Mueller
This patch adds support for the STM32H743ZI-Nucleo board variation. This currently works by setting the STM32H743ZI_NUCLEO flag in the config.ini flag It also adds basic lwIP support which can be enabled with the flag STM32H7_ADD_LWIP. This enables certain functionalities required for lwIP to work