Re: Ping on ticket 4728 + patch

2022-10-19 Thread Alan Cudmore
On Wed, Oct 19, 2022 at 12:24 AM Sebastian Huber wrote: > > On 18/10/2022 21:02, Alan Cudmore wrote: > > *From: *Sebastian Huber > > *Sent: *Tuesday, October 18, 2022 11:15 AM > > *To: *Alan Cudmore ; j...@rtems.org > >

Re: Re: Possible tls bug on arm / microblaze

2022-10-19 Thread Sam Price
Sebastian, I think you fixed this for me in this commit. Do you know if this got run / tested on a qemu emulator? commit 4c89fbcd316ca99fa16a0acc31f88fb80cb3060f Author: Sebastian Huber Date: Tue Sep 27 07:43:37 2022 +0200 score: Add CPU_THREAD_LOCAL_STORAGE_VARIANT Update #3835. On

Re: [PATCH 1/2] bsp/stm32f4xxxx_rcc.h: Fix RCC register defines

2022-10-19 Thread Joel Sherrill
I don't see the name defined twice. Are they functionally equivalent? On Wed, Oct 19, 2022, 5:57 AM Matthew Joyce < matthew.jo...@embedded-brains.de> wrote: > From: Matt Joyce > > Fix a double define of RCC_CFGR_PPRE2 and add RCC_CFGR_PPRE1_MSK. > --- >

Re: [PATCH 2/2] bsp/stm32f4.h: Remove double define

2022-10-19 Thread Joel Sherrill
Looks ok but where was the other one? On Wed, Oct 19, 2022, 5:57 AM Matthew Joyce < matthew.jo...@embedded-brains.de> wrote: > From: Matt Joyce > > Remove double define of STM32F4_FLASH. > --- > bsps/arm/stm32f4/include/bsp/stm32f4.h | 10 -- > 1 file changed, 10 deletions(-) > > diff

[PATCH 0/2] bsp/stm32f4: Fix double defines

2022-10-19 Thread Matthew Joyce
From: Matt Joyce Fix two defines in RCC_CFGR register and remove double define of STM32F4_FLASH. Matt Joyce (2): bsp/stm32f4_rcc.h: Fix RCC register defines bsp/stm32f4.h: Remove double define bsps/arm/stm32f4/include/bsp/stm32f4.h | 10 --

[PATCH 1/2] bsp/stm32f4xxxx_rcc.h: Fix RCC register defines

2022-10-19 Thread Matthew Joyce
From: Matt Joyce Fix a double define of RCC_CFGR_PPRE2 and add RCC_CFGR_PPRE1_MSK. --- bsps/arm/stm32f4/include/bsp/stm32f4_rcc.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bsps/arm/stm32f4/include/bsp/stm32f4_rcc.h

[PATCH 2/2] bsp/stm32f4.h: Remove double define

2022-10-19 Thread Matthew Joyce
From: Matt Joyce Remove double define of STM32F4_FLASH. --- bsps/arm/stm32f4/include/bsp/stm32f4.h | 10 -- 1 file changed, 10 deletions(-) diff --git a/bsps/arm/stm32f4/include/bsp/stm32f4.h b/bsps/arm/stm32f4/include/bsp/stm32f4.h index 7f84480ece..3b1f9ff9ba 100644 ---