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
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
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
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