[PATCH] bsps/arm: fix nested extern decl. warnings brought by CMSIS files update

2023-07-21 Thread Karel Gardas
--- bsps/arm/include/cmsis_gcc.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bsps/arm/include/cmsis_gcc.h b/bsps/arm/include/cmsis_gcc.h index 4f0762d6dc..9e867348d2 100644 --- a/bsps/arm/include/cmsis_gcc.h +++ b/bsps/arm/include/cmsis_gcc.h @@ -30,7 +30,9 @@ #pragma G

[PATCH series for review] STM32 H7 HAL update.

2023-07-21 Thread Karel Gardas
Folks, I'd like to propose and perform STM32 H7 HAL code update. Currently this HAL code is part of RTEMS source tree located inside bsps/arm/stm32h7 subdirectory. As the patches are too big to be sent to the mailing list, I'm providing them here for review: https://github.com/karelfv/

Re: [PATCH] membench: Add memory benchmark programs

2023-07-21 Thread Chris Johns
On 21/7/2023 3:28 pm, Sebastian Huber wrote: > On 21.07.23 03:27, Chris Johns wrote: >> On 21/7/2023 3:51 am, Sebastian Huber wrote: >>> On 20.07.23 18:58, Gedare Bloom wrote: On Thu, Jul 20, 2023 at 7:42 AM Sebastian Huber   wrote: > These memory benchmark programs are not supposed t