Re: [PATCH 1/3] prepared patch

2021-01-04 Thread Sebastian Huber
Hello Robin, On 04/01/2021 16:10, Robin.Mueller wrote: I added the weak attribute to some configuration structs so users can can supply their own configuration structs (otherwise I got redeclaration linker errors). I moved the configuration structures to separate files. This should avoid the u

Re: [PATCH 1/3] prepared patch

2021-01-04 Thread Robin Müller
Patch can also be found here: https://devel.rtems.org/ticket/4209#comment:3 Kind Regards Robin On Mon, 4 Jan 2021 at 16:12, Robin.Mueller wrote: > I added the weak attribute to some configuration structs so users can can > supply their own configuration > structs (otherwise I got redeclaration

[PATCH 1/3] prepared patch

2021-01-04 Thread Robin.Mueller
I added the weak attribute to some configuration structs so users can can supply their own configuration structs (otherwise I got redeclaration linker errors). --- bsps/arm/stm32h7/console/console-usart3.c | 23 ++- bsps/arm/stm32h7/include/stm32h7xx_hal_conf.h | 8 +++ b