[PATCH] Updated stm32h7 docs

2021-01-06 Thread Robin.Mueller
More informaion on where to find adaption points to different board variations and also instructions on how to configure the BSP build for a certain board variation --- user/bsps/arm/stm32h7.rst | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/user/bsps/arm/stm32h7.r

[PATCH] This patch adds support for a STM32H7 variation

2021-01-06 Thread Robin.Mueller
It was made so that the default settings work out of the box for this board This includes a new BSP configuration option and using different HSE value and console GPIO pins if that option is set. --- bsps/arm/stm32h7/console/console-usart3-cfg.c | 21 +++ bsps/arm/stm32h7/include

Re: [PATCH] Squashed commit of the following:

2021-01-06 Thread Joel Sherrill
On Wed, Jan 6, 2021 at 5:19 AM Robin Müller wrote: > Hello Gedare, > > I made the consistency changes. I am not sure about wrapping everything in > the __rtems__ define, I did wrap the include because every bspopts.h > include I saw was wrapped in that as well (if defines inside bspopts.h > might

Re: [PATCH] Squashed commit of the following:

2021-01-06 Thread Robin Müller
Hello Gedare, I made the consistency changes. I am not sure about wrapping everything in the __rtems__ define, I did wrap the include because every bspopts.h include I saw was wrapped in that as well (if defines inside bspopts.h might be used). I never saw whole code blocks wrapped by that define